Pull request #43334 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 0759f013a418e8bee58fc3619486e56d8e7be77c+85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 (6f32e7f7413693c0aa885193839e6c0a35240683) 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-43334@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-03-05T21:22:29.215Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-05T21:22:29.222Z] Trying to pass milestone 1 [Pipeline] milestone [2022-03-05T21:22:29.302Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-05T21:22:29.504Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b607fd446eb54fea) in /home/ubuntu/workspace/moby_PR-43334 [Pipeline] { [Pipeline] checkout [2022-03-05T21:22:29.531Z] The recommended git tool is: git [2022-03-05T21:22:29.548Z] using credential docker-jenkins-github-credentials [2022-03-05T21:22:29.555Z] Cloning the remote Git repository [2022-03-05T21:22:29.555Z] Cloning with configured refspecs honoured and without tags [2022-03-05T21:22:29.532Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:22:29.532Z] > git init /home/ubuntu/workspace/moby_PR-43334 # timeout=10 [2022-03-05T21:22:29.567Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:29.567Z] > git --version # timeout=10 [2022-03-05T21:22:29.580Z] > git --version # 'git version 2.17.1' [2022-03-05T21:22:29.581Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:29.581Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:44.736Z] Fetching without tags [2022-03-05T21:22:44.958Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:22:44.674Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:22:44.680Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:22:44.690Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:44.699Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:22:44.714Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:44.714Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:44.715Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:44.932Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:22:44.943Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:22:45.551Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:22:45.551Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:22:46.142Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [2022-03-05T21:22:46.158Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T21:22:46.788Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2022-03-05T21:22:46.788Z] Unable to find image 'alpine:latest' locally [2022-03-05T21:22:46.788Z] latest: Pulling from library/alpine [2022-03-05T21:22:47.047Z] 59bf1c3509f3: Pulling fs layer [2022-03-05T21:22:47.047Z] 59bf1c3509f3: Verifying Checksum [2022-03-05T21:22:47.047Z] 59bf1c3509f3: Download complete [2022-03-05T21:22:47.047Z] 59bf1c3509f3: Pull complete [2022-03-05T21:22:45.470Z] > git remote # timeout=10 [2022-03-05T21:22:45.478Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:22:45.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:45.493Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:22:45.513Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T21:22:45.526Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:22:45.543Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:22:46.118Z] > git rev-list --no-walk 7b19e2b981064830625dbd721d282a6f1122d195 # timeout=10 [2022-03-05T21:22:47.308Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-05T21:22:47.308Z] Status: Downloaded newer image for alpine:latest [2022-03-05T21:22:49.853Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2022-03-05T21:22:50.086Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-013b89fe999fe49a5) in /home/ubuntu/workspace/moby_PR-43334 [Pipeline] node [2022-03-05T21:22:50.088Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b607fd446eb54fea) in /home/ubuntu/workspace/moby_PR-43334 [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [2022-03-05T21:22:50.097Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0528616e219a68d11) in /home/ubuntu/workspace/moby_PR-43334 [2022-03-05T21:22:50.098Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f8b70e01689f9ea0) in /home/ubuntu/workspace/moby_PR-43334 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [2022-03-05T21:22:50.106Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f3da7ebfabfad3f1) in /home/ubuntu/workspace/moby_PR-43334 [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-03-05T21:22:50.170Z] The recommended git tool is: git [Pipeline] checkout [2022-03-05T21:22:50.179Z] The recommended git tool is: git [2022-03-05T21:22:50.187Z] using credential docker-jenkins-github-credentials [2022-03-05T21:22:50.190Z] using credential docker-jenkins-github-credentials [2022-03-05T21:22:50.195Z] Cloning the remote Git repository [2022-03-05T21:22:50.195Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2022-03-05T21:22:50.205Z] Fetching changes from the remote Git repository [2022-03-05T21:22:50.206Z] The recommended git tool is: git [Pipeline] checkout [2022-03-05T21:22:50.213Z] Fetching without tags [2022-03-05T21:22:50.216Z] The recommended git tool is: git [2022-03-05T21:22:50.227Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-05T21:22:50.229Z] using credential docker-jenkins-github-credentials [2022-03-05T21:22:50.238Z] Cloning the remote Git repository [2022-03-05T21:22:50.238Z] Cloning with configured refspecs honoured and without tags [2022-03-05T21:22:50.239Z] Cloning the remote Git repository [2022-03-05T21:22:50.239Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-05T21:22:50.332Z] The recommended git tool is: git [Pipeline] // stage [2022-03-05T21:22:50.353Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-05T21:22:50.361Z] Cloning the remote Git repository [2022-03-05T21:22:50.361Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-05T21:22:50.439Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [2022-03-05T21:22:50.530Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:22:50.530Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2022-03-05T21:22:50.601Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-05T21:22:50.245Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:22:50.246Z] > git init /home/ubuntu/workspace/moby_PR-43334 # timeout=10 [2022-03-05T21:22:50.268Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:50.268Z] > git --version # timeout=10 [2022-03-05T21:22:50.281Z] > git --version # 'git version 2.17.1' [2022-03-05T21:22:50.281Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:50.282Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T21:22:50.194Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:22:50.194Z] > git init /home/ubuntu/workspace/moby_PR-43334 # timeout=10 [2022-03-05T21:22:50.209Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:50.209Z] > git --version # timeout=10 [2022-03-05T21:22:50.212Z] > git --version # 'git version 2.25.1' [2022-03-05T21:22:50.212Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:50.213Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:50.171Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43334/.git # timeout=10 [2022-03-05T21:22:50.179Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:22:50.193Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:50.193Z] > git --version # timeout=10 [2022-03-05T21:22:50.204Z] > git --version # 'git version 2.17.1' [2022-03-05T21:22:50.204Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:50.205Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:50.413Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:22:50.420Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:22:50.470Z] > git remote # timeout=10 [2022-03-05T21:22:50.481Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:22:50.486Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:50.486Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:22:50.496Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T21:22:50.505Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:22:50.511Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:22:50.238Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:22:50.238Z] > git init /home/ubuntu/workspace/moby_PR-43334 # timeout=10 [2022-03-05T21:22:50.248Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:50.248Z] > git --version # timeout=10 [2022-03-05T21:22:50.251Z] > git --version # 'git version 2.17.1' [2022-03-05T21:22:50.251Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:50.252Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:51.290Z] + docker version [2022-03-05T21:22:51.290Z] Client: Docker Engine - Community [2022-03-05T21:22:51.290Z] Version: 20.10.12 [2022-03-05T21:22:51.290Z] API version: 1.41 [2022-03-05T21:22:51.290Z] Go version: go1.16.12 [2022-03-05T21:22:51.290Z] Git commit: e91ed57 [2022-03-05T21:22:51.290Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-05T21:22:51.290Z] OS/Arch: linux/amd64 [2022-03-05T21:22:51.290Z] Context: default [2022-03-05T21:22:51.290Z] Experimental: true [2022-03-05T21:22:51.290Z] [2022-03-05T21:22:51.290Z] Server: Docker Engine - Community [2022-03-05T21:22:51.290Z] Engine: [2022-03-05T21:22:51.290Z] Version: 20.10.12 [2022-03-05T21:22:51.290Z] API version: 1.41 (minimum version 1.12) [2022-03-05T21:22:51.290Z] Go version: go1.16.12 [2022-03-05T21:22:51.290Z] Git commit: 459d0df [2022-03-05T21:22:51.290Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-05T21:22:51.290Z] OS/Arch: linux/amd64 [2022-03-05T21:22:51.290Z] Experimental: true [2022-03-05T21:22:51.290Z] containerd: [2022-03-05T21:22:51.290Z] Version: 1.4.12 [2022-03-05T21:22:51.290Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:22:51.290Z] runc: [2022-03-05T21:22:51.290Z] Version: 1.0.2 [2022-03-05T21:22:51.290Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T21:22:51.290Z] docker-init: [2022-03-05T21:22:51.290Z] Version: 0.19.0 [2022-03-05T21:22:51.290Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T21:22:50.412Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:22:50.412Z] > git init /home/ubuntu/workspace/moby_PR-43334 # timeout=10 [2022-03-05T21:22:50.422Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:22:50.422Z] > git --version # timeout=10 [2022-03-05T21:22:50.426Z] > git --version # 'git version 2.25.1' [2022-03-05T21:22:50.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:22:50.427Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:22:51.575Z] + docker info [2022-03-05T21:22:52.148Z] Client: [2022-03-05T21:22:52.148Z] Context: default [2022-03-05T21:22:52.148Z] Debug Mode: false [2022-03-05T21:22:52.148Z] Plugins: [2022-03-05T21:22:52.148Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T21:22:52.148Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T21:22:52.148Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T21:22:52.148Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T21:22:52.148Z] [2022-03-05T21:22:52.148Z] Server: [2022-03-05T21:22:52.148Z] Containers: 0 [2022-03-05T21:22:52.148Z] Running: 0 [2022-03-05T21:22:52.148Z] Paused: 0 [2022-03-05T21:22:52.148Z] Stopped: 0 [2022-03-05T21:22:52.148Z] Images: 3 [2022-03-05T21:22:52.148Z] Server Version: 20.10.12 [2022-03-05T21:22:52.148Z] Storage Driver: overlay2 [2022-03-05T21:22:52.148Z] Backing Filesystem: extfs [2022-03-05T21:22:52.148Z] Supports d_type: true [2022-03-05T21:22:52.148Z] Native Overlay Diff: true [2022-03-05T21:22:52.148Z] userxattr: false [2022-03-05T21:22:52.148Z] Logging Driver: json-file [2022-03-05T21:22:52.148Z] Cgroup Driver: cgroupfs [2022-03-05T21:22:52.148Z] Cgroup Version: 1 [2022-03-05T21:22:52.148Z] Plugins: [2022-03-05T21:22:52.148Z] Volume: local [2022-03-05T21:22:52.148Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T21:22:52.148Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T21:22:52.148Z] Swarm: inactive [2022-03-05T21:22:52.148Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T21:22:52.148Z] Default Runtime: runc [2022-03-05T21:22:52.148Z] Init Binary: docker-init [2022-03-05T21:22:52.148Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:22:52.148Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T21:22:52.148Z] init version: de40ad0 [2022-03-05T21:22:52.148Z] Security Options: [2022-03-05T21:22:52.148Z] apparmor [2022-03-05T21:22:52.148Z] seccomp [2022-03-05T21:22:52.148Z] Profile: default [2022-03-05T21:22:52.148Z] Kernel Version: 5.4.0-1061-aws [2022-03-05T21:22:52.148Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-05T21:22:52.148Z] OSType: linux [2022-03-05T21:22:52.148Z] Architecture: x86_64 [2022-03-05T21:22:52.148Z] CPUs: 2 [2022-03-05T21:22:52.148Z] Total Memory: 7.565GiB [2022-03-05T21:22:52.148Z] Name: ip-10-100-36-144 [2022-03-05T21:22:52.148Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-05T21:22:52.148Z] Docker Root Dir: /var/lib/docker [2022-03-05T21:22:52.148Z] Debug Mode: false [2022-03-05T21:22:52.148Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:22:52.148Z] Labels: [2022-03-05T21:22:52.148Z] Experimental: true [2022-03-05T21:22:52.148Z] Insecure Registries: [2022-03-05T21:22:52.148Z] 127.0.0.0/8 [2022-03-05T21:22:52.148Z] Live Restore Enabled: true [2022-03-05T21:22:52.148Z] [2022-03-05T21:22:52.148Z] WARNING: No swap limit support [Pipeline] sh [2022-03-05T21:22:52.437Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:22:52.437Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:22:52.437Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43334/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T21:22:52.437Z] + bash /home/ubuntu/workspace/moby_PR-43334/check-config.sh [2022-03-05T21:22:52.437Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T21:22:52.437Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-05T21:22:52.437Z] [2022-03-05T21:22:52.437Z] Generally Necessary: [2022-03-05T21:22:52.437Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T21:22:52.437Z] - apparmor: enabled and tools installed [2022-03-05T21:22:52.437Z] - CONFIG_NAMESPACES: enabled [2022-03-05T21:22:52.437Z] - CONFIG_NET_NS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_PID_NS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_IPC_NS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_UTS_NS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_CGROUPS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T21:22:52.437Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T21:22:52.437Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T21:22:52.437Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T21:22:52.437Z] - CONFIG_CPUSETS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_MEMCG: enabled [2022-03-05T21:22:52.437Z] - CONFIG_KEYS: enabled [2022-03-05T21:22:52.437Z] - CONFIG_VETH: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T21:22:52.437Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T21:22:52.698Z] [2022-03-05T21:22:52.698Z] Optional Features: [2022-03-05T21:22:52.698Z] - CONFIG_USER_NS: enabled [2022-03-05T21:22:52.698Z] - CONFIG_SECCOMP: enabled [2022-03-05T21:22:52.698Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T21:22:52.698Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T21:22:52.698Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-05T21:22:52.698Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-05T21:22:52.698Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T21:22:52.698Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T21:22:52.698Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T21:22:52.698Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T21:22:52.698Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T21:22:52.698Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T21:22:52.698Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T21:22:52.698Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T21:22:52.698Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T21:22:52.698Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T21:22:52.698Z] - CONFIG_EXT4_FS: enabled [2022-03-05T21:22:52.698Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T21:22:52.698Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T21:22:52.698Z] - Network Drivers: [2022-03-05T21:22:52.698Z] - "overlay": [2022-03-05T21:22:52.698Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T21:22:52.698Z] Optional (for encrypted networks): [2022-03-05T21:22:52.698Z] - CONFIG_CRYPTO: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T21:22:52.698Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T21:22:52.698Z] - CONFIG_XFRM: enabled [2022-03-05T21:22:52.698Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T21:22:52.698Z] - "ipvlan": [2022-03-05T21:22:52.698Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T21:22:52.698Z] - "macvlan": [2022-03-05T21:22:52.698Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T21:22:52.698Z] - "ftp,tftp client in container": [2022-03-05T21:22:52.698Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T21:22:52.698Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T21:22:52.698Z] - Storage Drivers: [2022-03-05T21:22:52.698Z] - "aufs": [2022-03-05T21:22:52.698Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-05T21:22:52.958Z] - "btrfs": [2022-03-05T21:22:52.958Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T21:22:52.958Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T21:22:52.958Z] - "devicemapper": [2022-03-05T21:22:52.958Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T21:22:52.958Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T21:22:52.958Z] - "overlay": [2022-03-05T21:22:52.958Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T21:22:52.958Z] - "zfs": [2022-03-05T21:22:52.958Z] - /dev/zfs: present [2022-03-05T21:22:52.958Z] - zfs command: missing [2022-03-05T21:22:52.958Z] - zpool command: missing [2022-03-05T21:22:52.958Z] [2022-03-05T21:22:52.958Z] Limits: [2022-03-05T21:22:52.958Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T21:22:52.958Z] [2022-03-05T21:22:52.958Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T21:22:53.293Z] + sudo modprobe ip_vs [2022-03-05T21:22:53.294Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0759f013a418e8bee58fc3619486e56d8e7be77c . [2022-03-05T21:22:53.554Z] #1 [internal] load build definition from Dockerfile [2022-03-05T21:22:53.554Z] #1 sha256:a333abe979f278688190227e1216730d57ac12d074f600124cb96587df9e4920 [2022-03-05T21:22:53.554Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T21:22:53.554Z] #1 DONE 0.0s [2022-03-05T21:22:53.554Z] [2022-03-05T21:22:53.554Z] #2 [internal] load .dockerignore [2022-03-05T21:22:53.554Z] #2 sha256:f57f4a3609fcd5c5ab1ecb629693234d0cc17e08f34dbee97fda2fea1648c94b [2022-03-05T21:22:53.554Z] #2 transferring context: 87B done [2022-03-05T21:22:53.554Z] #2 DONE 0.0s [2022-03-05T21:22:53.554Z] [2022-03-05T21:22:53.554Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T21:22:53.554Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T21:22:53.554Z] #3 DONE 0.1s [2022-03-05T21:22:53.554Z] [2022-03-05T21:22:53.554Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T21:22:53.554Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T21:22:53.554Z] #4 CACHED [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #6 [internal] load build definition from Dockerfile [2022-03-05T21:22:53.815Z] #6 sha256:d8a7b3804d8f499d38121eb934dc8d9c25d630b7b37082c42f901f4b6b606fbf [2022-03-05T21:22:53.815Z] #6 DONE 0.0s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #5 [internal] load .dockerignore [2022-03-05T21:22:53.815Z] #5 sha256:bfc1b944a9590d201dc9972e73436c7b343e3b8580afbaa57d645bbcee9a8d4c [2022-03-05T21:22:53.815Z] #5 DONE 0.0s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T21:22:53.815Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T21:22:53.815Z] #7 DONE 0.1s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:22:53.815Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T21:22:53.815Z] #10 DONE 0.1s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:22:53.815Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T21:22:53.815Z] #8 DONE 0.1s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T21:22:53.815Z] #9 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T21:22:53.815Z] #9 DONE 0.1s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:22:53.815Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T21:22:53.815Z] #69 DONE 0.0s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:22:53.815Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T21:22:53.815Z] #67 DONE 0.0s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:22:53.815Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:22:53.815Z] #11 DONE 0.0s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T21:22:53.815Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T21:22:53.815Z] #28 DONE 0.0s [2022-03-05T21:22:53.815Z] [2022-03-05T21:22:53.815Z] #24 [internal] load build context [2022-03-05T21:22:53.815Z] #24 sha256:8043991c35367d31d69ad67e1eba46512ba8589fcae4b0913bb38d482a796bde [2022-03-05T21:22:54.394Z] #24 ... [2022-03-05T21:22:54.394Z] [2022-03-05T21:22:54.394Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T21:22:54.394Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T21:22:54.394Z] #45 DONE 0.4s [2022-03-05T21:22:54.394Z] [2022-03-05T21:22:54.394Z] #24 [internal] load build context [2022-03-05T21:22:54.394Z] #24 sha256:8043991c35367d31d69ad67e1eba46512ba8589fcae4b0913bb38d482a796bde [2022-03-05T21:22:55.786Z] #24 transferring context: 57.21MB 1.9s done [2022-03-05T21:22:55.786Z] #24 DONE 2.0s [2022-03-05T21:22:56.047Z] [2022-03-05T21:22:56.047Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T21:22:56.047Z] #37 sha256:478b8a913db30d056ebd788aef234dd903c1cdd5ebb6b4b82efaf7d750ffdec4 [2022-03-05T21:22:56.047Z] #37 CACHED [2022-03-05T21:22:56.047Z] [2022-03-05T21:22:56.047Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T21:22:56.047Z] #59 sha256:129f3704bec9a1558793d2c39e4e050a16863d5813d2df0cddc17233d70e73d0 [2022-03-05T21:22:56.047Z] #59 CACHED [2022-03-05T21:22:56.047Z] [2022-03-05T21:22:56.047Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T21:22:56.047Z] #48 sha256:0c9169aa5e4ca95b271cffe184c3d55aff85b3ff5045dd019b00c5a677296182 [2022-03-05T21:22:56.047Z] #48 CACHED [2022-03-05T21:22:56.047Z] [2022-03-05T21:22:56.047Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T21:22:56.047Z] #41 sha256:bc160059098803d21bfc704e7694c76678bd5097864b80d34cdf859aa362a60d [2022-03-05T21:22:56.047Z] #41 CACHED [2022-03-05T21:22:56.047Z] [2022-03-05T21:22:56.048Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T21:22:56.048Z] #40 sha256:c3760273086dd880166ef2eeaedda164ac8434dac2ee1fc16caacefe8fd33908 [2022-03-05T21:22:56.048Z] #40 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T21:22:56.048Z] #62 sha256:89311aab551da91712dd8393b4bd3362f974ffda2987c8c96f2d13f9c12e7d72 [2022-03-05T21:22:56.048Z] #62 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T21:22:56.048Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T21:22:56.048Z] #29 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #44 sha256:82bdb1a3a8013771e44a7c7a2f07516e57216ef317419a50ff67a0b1ba5848bb [2022-03-05T21:22:56.048Z] #44 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T21:22:56.048Z] #32 sha256:eaab183a6910532831ad819f0e2a25ee44d73b1c13b54b90ae19d5715ded8297 [2022-03-05T21:22:56.048Z] #32 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T21:22:56.048Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T21:22:56.048Z] #13 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #50 sha256:532af9bc2598a51fe40bf89fe0854b5c045c96c9db8c7a683c0d7e1cc47c8303 [2022-03-05T21:22:56.048Z] #50 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:22:56.048Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T21:22:56.048Z] #49 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:22:56.048Z] #63 sha256:aa612da0628bd5521e465f82a7ef28039679d04717cc18b09f677d16c0c7490a [2022-03-05T21:22:56.048Z] #63 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T21:22:56.048Z] #25 sha256:0838379b993593967c6e0c12a667a3070afe8d7a2877da463c06303db8c61b08 [2022-03-05T21:22:56.048Z] #25 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #71 sha256:14fff74c80860be60ad97b26de6b5305b215755282a56757fbc8feea5ce28468 [2022-03-05T21:22:56.048Z] #71 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T21:22:56.048Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-05T21:22:56.048Z] #16 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #66 sha256:1e6a340b0ec0de9541f0447591970ea04e2919f9570f88be2cb4ed9e2f6661fd [2022-03-05T21:22:56.048Z] #66 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T21:22:56.048Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-05T21:22:56.048Z] #17 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T21:22:56.048Z] #39 sha256:89fc6742cfaeccea7ace5746affee3b2186457f9edb51cc6e6284d84eb6c9ca7 [2022-03-05T21:22:56.048Z] #39 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T21:22:56.048Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-05T21:22:56.048Z] #19 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #61 sha256:33dfa21d5832eabb5084128d3479f4663069a2d21c1a0ab6e9847e772c8a72ec [2022-03-05T21:22:56.048Z] #61 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T21:22:56.048Z] #55 sha256:64b2146b095288c606d6e5e4c77c07d79d848fa03c2748a90f3b87f4de2574a7 [2022-03-05T21:22:56.048Z] #55 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:22:56.048Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:22:56.048Z] #47 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T21:22:56.048Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-05T21:22:56.048Z] #18 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T21:22:56.048Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T21:22:56.048Z] #68 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:22:56.048Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T21:22:56.048Z] #21 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #52 sha256:3f9e283dbbaca20dcf627178846a3ec31e33847d408672b6628c674c9e52dc77 [2022-03-05T21:22:56.048Z] #52 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #57 sha256:8e36452f096bb6e9e11792a101330c960d41f02f6b0e6cddc55dde9d917c73b3 [2022-03-05T21:22:56.048Z] #57 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T21:22:56.048Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-05T21:22:56.048Z] #23 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T21:22:56.048Z] #30 sha256:e0b3c4de81736d5f9dd3e3b46cb3824942aba65b200ccacdb45ebc1a4d01fa80 [2022-03-05T21:22:56.048Z] #30 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:22:56.048Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T21:22:56.048Z] #38 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:22:56.048Z] #56 sha256:a4ce51dd1e3fbaeac5f614bf46036149e00a6fccc9c4019635da8c0f2523113d [2022-03-05T21:22:56.048Z] #56 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T21:22:56.048Z] #65 sha256:4a258629e83ab6291b32ed4b4c70f873a4c69f3e006d0f6f20f436155b2b741d [2022-03-05T21:22:56.048Z] #65 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T21:22:56.048Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-05T21:22:56.048Z] #22 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T21:22:56.048Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-05T21:22:56.048Z] #20 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T21:22:56.048Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T21:22:56.048Z] #33 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:22:56.048Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:22:56.048Z] #14 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:22:56.048Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T21:22:56.048Z] #53 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:22:56.048Z] #60 sha256:032f4967ef3d68117767ecc0bb84b6900f112e0022249aa22b06fd6773eb2714 [2022-03-05T21:22:56.048Z] #60 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T21:22:56.048Z] #64 sha256:90f3c5b9a72875d45eb239ec7be53d5344f5bda9c2480a625cecef81df3eb78e [2022-03-05T21:22:56.048Z] #64 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:22:56.048Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T21:22:56.048Z] #36 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:22:56.048Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:22:56.048Z] #34 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #54 sha256:09e7f244720a1f28d197569aee4a24762d14422a72f74be681ac3649202bd9ec [2022-03-05T21:22:56.048Z] #54 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T21:22:56.048Z] #35 sha256:6ad3c1388658fab92b71af9454990362b45fe28fb377f9cdbffa0f3b1b370209 [2022-03-05T21:22:56.048Z] #35 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T21:22:56.048Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T21:22:56.048Z] #42 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:22:56.048Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:22:56.048Z] #51 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:22:56.048Z] #26 sha256:cc13dc83f3fffe9b4de06ad7f982f9def7968f59696aa024952a843b83b2cbf1 [2022-03-05T21:22:56.048Z] #26 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:22:56.048Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:22:56.048Z] #43 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T21:22:56.048Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T21:22:56.048Z] #46 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:22:56.048Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T21:22:56.048Z] #58 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T21:22:56.048Z] #27 sha256:adccc5c339c0dfb8ffaa28e85f6abcddbd3b8be6cf2233dcf3301cf08d373f75 [2022-03-05T21:22:56.048Z] #27 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T21:22:56.048Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-05T21:22:56.048Z] #15 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T21:22:56.048Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T21:22:56.048Z] #70 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T21:22:56.048Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T21:22:56.048Z] #12 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:22:56.048Z] #31 sha256:9a2695f70d7123c4279a29d3b346642ffbd38b8afdd75a0578d104ca19ea9243 [2022-03-05T21:22:56.048Z] #31 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T21:22:56.048Z] #72 sha256:d8620e200d3a5eb1a6bedc749f8d235b893f2cec87860d6db179cfac780c4f4b [2022-03-05T21:22:56.048Z] #72 CACHED [2022-03-05T21:22:56.048Z] [2022-03-05T21:22:56.048Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T21:22:56.048Z] #73 sha256:ccadf59d4249cca17a9934fad81742e0e23f0166d20fdfa53df0f9c7dea8c19d [2022-03-05T21:22:56.990Z] #73 DONE 0.8s [2022-03-05T21:22:56.990Z] [2022-03-05T21:22:56.990Z] #74 exporting to image [2022-03-05T21:22:56.990Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T21:22:56.990Z] #74 exporting layers [2022-03-05T21:22:57.561Z] #74 exporting layers 0.9s done [2022-03-05T21:22:57.821Z] #74 writing image sha256:d5b388566e6f57483f1916cf8e4b97798cafbca58b9df1e43e7da1ae8f71fbab done [2022-03-05T21:22:57.821Z] #74 naming to docker.io/library/docker:0759f013a418e8bee58fc3619486e56d8e7be77c done [2022-03-05T21:22:57.821Z] #74 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-05T21:22:58.161Z] + trap exit INT TERM [2022-03-05T21:22:58.161Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-05T21:22:58.161Z] + CONTAINER_NAME=docker-pr2 [2022-03-05T21:22:58.161Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh dynbinary [2022-03-05T21:22:58.422Z] [2022-03-05T21:22:58.683Z] Removing bundles/ [2022-03-05T21:22:58.684Z] [2022-03-05T21:22:58.684Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T21:22:58.684Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:22:58.684Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:23:03.782Z] Fetching without tags [2022-03-05T21:23:04.010Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:04.515Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:04.515Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:23:03.803Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:03.805Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:23:03.812Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:03.820Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:03.833Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:03.834Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:03.834Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:04.060Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:04.072Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:04.535Z] > git remote # timeout=10 [2022-03-05T21:23:04.543Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:23:04.549Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:04.549Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:23:04.557Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T21:23:04.564Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:05.087Z] Still waiting to schedule task [2022-03-05T21:23:05.088Z] Waiting for next available executor on ‘windows-2019’ [2022-03-05T21:23:05.090Z] Still waiting to schedule task [2022-03-05T21:23:05.091Z] Waiting for next available executor on ‘windows-2022’ [2022-03-05T21:23:05.094Z] Still waiting to schedule task [2022-03-05T21:23:05.095Z] Waiting for next available executor on ‘windows-2022’ [2022-03-05T21:23:05.169Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [2022-03-05T21:23:05.393Z] Fetching without tags [2022-03-05T21:23:05.481Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-05T21:23:05.621Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [Pipeline] sh [2022-03-05T21:23:05.702Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:05.804Z] Fetching without tags [2022-03-05T21:23:05.919Z] + docker version [2022-03-05T21:23:05.919Z] Client: Docker Engine - Community [2022-03-05T21:23:05.919Z] Version: 20.10.12 [2022-03-05T21:23:05.919Z] API version: 1.41 [2022-03-05T21:23:05.919Z] Go version: go1.16.12 [2022-03-05T21:23:05.919Z] Git commit: e91ed57 [2022-03-05T21:23:05.919Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-05T21:23:05.919Z] OS/Arch: linux/arm64 [2022-03-05T21:23:05.919Z] Context: default [2022-03-05T21:23:05.919Z] Experimental: true [2022-03-05T21:23:05.919Z] [2022-03-05T21:23:05.919Z] Server: Docker Engine - Community [2022-03-05T21:23:05.919Z] Engine: [2022-03-05T21:23:05.919Z] Version: 20.10.12 [2022-03-05T21:23:05.919Z] API version: 1.41 (minimum version 1.12) [2022-03-05T21:23:05.919Z] Go version: go1.16.12 [2022-03-05T21:23:05.919Z] Git commit: 459d0df [2022-03-05T21:23:05.919Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-05T21:23:05.919Z] OS/Arch: linux/arm64 [2022-03-05T21:23:05.919Z] Experimental: true [2022-03-05T21:23:05.919Z] containerd: [2022-03-05T21:23:05.919Z] Version: 1.4.12 [2022-03-05T21:23:05.919Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:05.919Z] runc: [2022-03-05T21:23:05.919Z] Version: 1.0.2 [2022-03-05T21:23:05.919Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T21:23:05.919Z] docker-init: [2022-03-05T21:23:05.919Z] Version: 0.19.0 [2022-03-05T21:23:05.919Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T21:23:06.025Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:05.367Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:05.372Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:23:05.375Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:05.384Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:05.392Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:05.393Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:05.393Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:05.618Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:05.621Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:05.453Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:05.462Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:23:05.468Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:05.478Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:05.488Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:05.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:05.489Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:05.708Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:05.713Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:05.774Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:05.782Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:23:05.784Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:05.791Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:05.809Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:05.809Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:05.810Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:06.023Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:06.027Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:06.121Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:06.121Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:23:06.203Z] + docker info [2022-03-05T21:23:04.567Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:06.269Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [2022-03-05T21:23:06.271Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:06.271Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:23:06.534Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:06.534Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:23:06.576Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T21:23:06.773Z] Client: [2022-03-05T21:23:06.773Z] Context: default [2022-03-05T21:23:06.773Z] Debug Mode: false [2022-03-05T21:23:06.773Z] Plugins: [2022-03-05T21:23:06.773Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T21:23:06.773Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T21:23:06.773Z] [2022-03-05T21:23:06.773Z] Server: [2022-03-05T21:23:06.773Z] Containers: 0 [2022-03-05T21:23:06.773Z] Running: 0 [2022-03-05T21:23:06.773Z] Paused: 0 [2022-03-05T21:23:06.773Z] Stopped: 0 [2022-03-05T21:23:06.773Z] Images: 2 [2022-03-05T21:23:06.773Z] Server Version: 20.10.12 [2022-03-05T21:23:06.773Z] Storage Driver: overlay2 [2022-03-05T21:23:06.773Z] Backing Filesystem: extfs [2022-03-05T21:23:06.773Z] Supports d_type: true [2022-03-05T21:23:06.773Z] Native Overlay Diff: true [2022-03-05T21:23:06.773Z] userxattr: false [2022-03-05T21:23:06.773Z] Logging Driver: json-file [2022-03-05T21:23:06.773Z] Cgroup Driver: cgroupfs [2022-03-05T21:23:06.773Z] Cgroup Version: 1 [2022-03-05T21:23:06.773Z] Plugins: [2022-03-05T21:23:06.773Z] Volume: local [2022-03-05T21:23:06.773Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T21:23:06.773Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T21:23:06.773Z] Swarm: inactive [2022-03-05T21:23:06.773Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T21:23:06.773Z] Default Runtime: runc [2022-03-05T21:23:06.773Z] Init Binary: docker-init [2022-03-05T21:23:06.773Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:06.773Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T21:23:06.773Z] init version: de40ad0 [2022-03-05T21:23:06.773Z] Security Options: [2022-03-05T21:23:06.773Z] apparmor [2022-03-05T21:23:06.773Z] seccomp [2022-03-05T21:23:06.773Z] Profile: default [2022-03-05T21:23:06.773Z] Kernel Version: 5.11.0-1023-aws [2022-03-05T21:23:06.773Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-05T21:23:06.773Z] OSType: linux [2022-03-05T21:23:06.773Z] Architecture: aarch64 [2022-03-05T21:23:06.773Z] CPUs: 2 [2022-03-05T21:23:06.773Z] Total Memory: 7.576GiB [2022-03-05T21:23:06.773Z] Name: ip-10-100-44-195 [2022-03-05T21:23:06.773Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-05T21:23:06.773Z] Docker Root Dir: /var/lib/docker [2022-03-05T21:23:06.773Z] Debug Mode: false [2022-03-05T21:23:06.773Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:23:06.773Z] Labels: [2022-03-05T21:23:06.773Z] Experimental: true [2022-03-05T21:23:06.773Z] Insecure Registries: [2022-03-05T21:23:06.773Z] 127.0.0.0/8 [2022-03-05T21:23:06.773Z] Live Restore Enabled: true [2022-03-05T21:23:06.773Z] [Pipeline] sh [2022-03-05T21:23:06.925Z] + docker version [2022-03-05T21:23:06.925Z] Client: Docker Engine - Community [2022-03-05T21:23:06.925Z] Version: 20.10.12 [2022-03-05T21:23:06.925Z] API version: 1.41 [2022-03-05T21:23:06.925Z] Go version: go1.16.12 [2022-03-05T21:23:06.925Z] Git commit: e91ed57 [2022-03-05T21:23:06.925Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-05T21:23:06.925Z] OS/Arch: linux/amd64 [2022-03-05T21:23:06.925Z] Context: default [2022-03-05T21:23:06.925Z] Experimental: true [2022-03-05T21:23:06.925Z] [2022-03-05T21:23:06.925Z] Server: Docker Engine - Community [2022-03-05T21:23:06.925Z] Engine: [2022-03-05T21:23:06.925Z] Version: 20.10.12 [2022-03-05T21:23:06.925Z] API version: 1.41 (minimum version 1.12) [2022-03-05T21:23:06.925Z] Go version: go1.16.12 [2022-03-05T21:23:06.925Z] Git commit: 459d0df [2022-03-05T21:23:06.925Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-05T21:23:06.925Z] OS/Arch: linux/amd64 [2022-03-05T21:23:06.925Z] Experimental: true [2022-03-05T21:23:06.925Z] containerd: [2022-03-05T21:23:06.925Z] Version: 1.4.12 [2022-03-05T21:23:06.925Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:06.925Z] runc: [2022-03-05T21:23:06.925Z] Version: 1.0.2 [2022-03-05T21:23:06.925Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T21:23:06.925Z] docker-init: [2022-03-05T21:23:06.925Z] Version: 0.19.0 [2022-03-05T21:23:06.925Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T21:23:07.060Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:23:07.060Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:23:07.060Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43334/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T21:23:07.060Z] + bash /home/ubuntu/workspace/moby_PR-43334/check-config.sh [2022-03-05T21:23:07.060Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T21:23:07.060Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-05T21:23:07.060Z] [2022-03-05T21:23:07.060Z] Generally Necessary: [2022-03-05T21:23:07.060Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T21:23:07.060Z] - apparmor: enabled and tools installed [2022-03-05T21:23:07.060Z] - CONFIG_NAMESPACES: enabled [2022-03-05T21:23:07.060Z] - CONFIG_NET_NS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_PID_NS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_IPC_NS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_UTS_NS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUPS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CPUSETS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_MEMCG: enabled [2022-03-05T21:23:07.060Z] - CONFIG_KEYS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_VETH: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T21:23:07.060Z] [2022-03-05T21:23:07.060Z] Optional Features: [2022-03-05T21:23:07.060Z] - CONFIG_USER_NS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_SECCOMP: enabled [2022-03-05T21:23:07.060Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T21:23:07.060Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T21:23:07.060Z] (cgroup swap accounting is currently enabled) [2022-03-05T21:23:07.060Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T21:23:07.060Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T21:23:07.060Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T21:23:07.060Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T21:23:07.060Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T21:23:07.060Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T21:23:07.060Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T21:23:07.060Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T21:23:07.092Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T21:23:07.206Z] + docker info [2022-03-05T21:23:07.320Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T21:23:07.320Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T21:23:07.320Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T21:23:07.320Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T21:23:07.320Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T21:23:07.320Z] - CONFIG_EXT4_FS: enabled [2022-03-05T21:23:07.320Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T21:23:07.320Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T21:23:07.320Z] - Network Drivers: [2022-03-05T21:23:07.320Z] - "overlay": [2022-03-05T21:23:07.320Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T21:23:07.320Z] Optional (for encrypted networks): [2022-03-05T21:23:07.320Z] - CONFIG_CRYPTO: enabled [2022-03-05T21:23:07.320Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T21:23:07.320Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T21:23:07.320Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T21:23:07.320Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T21:23:07.320Z] - CONFIG_XFRM: enabled [2022-03-05T21:23:07.320Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T21:23:07.320Z] - "ipvlan": [2022-03-05T21:23:07.320Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T21:23:07.320Z] - "macvlan": [2022-03-05T21:23:07.320Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T21:23:07.320Z] - "ftp,tftp client in container": [2022-03-05T21:23:07.320Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T21:23:07.320Z] - Storage Drivers: [2022-03-05T21:23:07.320Z] - "aufs": [2022-03-05T21:23:07.320Z] - CONFIG_AUFS_FS: missing [2022-03-05T21:23:07.320Z] - "btrfs": [2022-03-05T21:23:07.320Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T21:23:07.320Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T21:23:07.320Z] - "devicemapper": [2022-03-05T21:23:07.320Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T21:23:07.320Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T21:23:07.320Z] - "overlay": [2022-03-05T21:23:07.320Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T21:23:07.320Z] - "zfs": [2022-03-05T21:23:07.320Z] - /dev/zfs: present [2022-03-05T21:23:07.320Z] - zfs command: missing [2022-03-05T21:23:07.320Z] - zpool command: missing [2022-03-05T21:23:07.320Z] [2022-03-05T21:23:07.320Z] Limits: [2022-03-05T21:23:07.320Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T21:23:07.320Z] [2022-03-05T21:23:07.320Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T21:23:07.392Z] + [ PR != PR ] [2022-03-05T21:23:07.392Z] + [ master != master ] [2022-03-05T21:23:07.392Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T21:23:07.658Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0759f013a418e8bee58fc3619486e56d8e7be77c . [2022-03-05T21:23:07.658Z] #1 [internal] load build definition from Dockerfile [2022-03-05T21:23:07.658Z] #1 sha256:111907d29b687c242cc71cf71dcf87f8fcf180be6172f167c5da0715511e6697 [2022-03-05T21:23:07.658Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T21:23:07.658Z] #1 DONE 0.0s [2022-03-05T21:23:07.658Z] [2022-03-05T21:23:07.658Z] #2 [internal] load .dockerignore [2022-03-05T21:23:07.658Z] #2 sha256:5ce95010716adccc7b5cca0fa331a34a72340dfc931bc2c58925509a8cc48a3f [2022-03-05T21:23:07.658Z] #2 transferring context: 87B done [2022-03-05T21:23:07.658Z] #2 DONE 0.0s [2022-03-05T21:23:07.658Z] [2022-03-05T21:23:07.658Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T21:23:07.658Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-05T21:23:07.724Z] + docker version [2022-03-05T21:23:07.724Z] Client: Docker Engine - Community [2022-03-05T21:23:07.724Z] Version: 20.10.12 [2022-03-05T21:23:07.724Z] API version: 1.41 [2022-03-05T21:23:07.724Z] Go version: go1.16.12 [2022-03-05T21:23:07.724Z] Git commit: e91ed57 [2022-03-05T21:23:07.724Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-05T21:23:07.724Z] OS/Arch: linux/amd64 [2022-03-05T21:23:07.724Z] Context: default [2022-03-05T21:23:07.724Z] Experimental: true [2022-03-05T21:23:07.724Z] [2022-03-05T21:23:07.724Z] Server: Docker Engine - Community [2022-03-05T21:23:07.724Z] Engine: [2022-03-05T21:23:07.724Z] Version: 20.10.12 [2022-03-05T21:23:07.724Z] API version: 1.41 (minimum version 1.12) [2022-03-05T21:23:07.724Z] Go version: go1.16.12 [2022-03-05T21:23:07.724Z] Git commit: 459d0df [2022-03-05T21:23:07.724Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-05T21:23:07.724Z] OS/Arch: linux/amd64 [2022-03-05T21:23:07.724Z] Experimental: true [2022-03-05T21:23:07.724Z] containerd: [2022-03-05T21:23:07.724Z] Version: 1.4.12 [2022-03-05T21:23:07.724Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:07.724Z] runc: [2022-03-05T21:23:07.724Z] Version: 1.0.2 [2022-03-05T21:23:07.724Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T21:23:07.724Z] docker-init: [2022-03-05T21:23:07.724Z] Version: 0.19.0 [2022-03-05T21:23:07.724Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T21:23:07.788Z] + docker version [2022-03-05T21:23:07.788Z] Client: Docker Engine - Community [2022-03-05T21:23:07.788Z] Version: 20.10.12 [2022-03-05T21:23:07.788Z] API version: 1.41 [2022-03-05T21:23:07.788Z] Go version: go1.16.12 [2022-03-05T21:23:07.788Z] Git commit: e91ed57 [2022-03-05T21:23:07.788Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-05T21:23:07.788Z] OS/Arch: linux/amd64 [2022-03-05T21:23:07.788Z] Context: default [2022-03-05T21:23:07.788Z] Experimental: true [2022-03-05T21:23:07.788Z] [2022-03-05T21:23:07.788Z] Server: Docker Engine - Community [2022-03-05T21:23:07.788Z] Engine: [2022-03-05T21:23:07.788Z] Version: 20.10.12 [2022-03-05T21:23:07.788Z] API version: 1.41 (minimum version 1.12) [2022-03-05T21:23:07.788Z] Go version: go1.16.12 [2022-03-05T21:23:07.788Z] Git commit: 459d0df [2022-03-05T21:23:07.788Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-05T21:23:07.788Z] OS/Arch: linux/amd64 [2022-03-05T21:23:07.788Z] Experimental: true [2022-03-05T21:23:07.788Z] containerd: [2022-03-05T21:23:07.788Z] Version: 1.4.12 [2022-03-05T21:23:07.788Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:07.788Z] runc: [2022-03-05T21:23:07.788Z] Version: 1.0.2 [2022-03-05T21:23:07.788Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T21:23:07.788Z] docker-init: [2022-03-05T21:23:07.788Z] Version: 0.19.0 [2022-03-05T21:23:07.788Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T21:23:06.096Z] > git remote # timeout=10 [2022-03-05T21:23:06.099Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:23:06.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:06.103Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:23:06.110Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T21:23:06.118Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:06.121Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:06.234Z] > git remote # timeout=10 [2022-03-05T21:23:06.245Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:23:06.253Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:06.254Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:23:06.266Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T21:23:06.278Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:06.283Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:06.492Z] > git remote # timeout=10 [2022-03-05T21:23:06.513Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:23:06.516Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:06.517Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:23:06.524Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T21:23:06.532Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:06.536Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:07.918Z] #3 DONE 0.3s [2022-03-05T21:23:08.023Z] + docker info [2022-03-05T21:23:08.067Z] + docker info [2022-03-05T21:23:08.138Z] Client: [2022-03-05T21:23:08.138Z] Context: default [2022-03-05T21:23:08.138Z] Debug Mode: false [2022-03-05T21:23:08.138Z] Plugins: [2022-03-05T21:23:08.138Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T21:23:08.138Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T21:23:08.138Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T21:23:08.138Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T21:23:08.138Z] [2022-03-05T21:23:08.138Z] Server: [2022-03-05T21:23:08.138Z] Containers: 0 [2022-03-05T21:23:08.138Z] Running: 0 [2022-03-05T21:23:08.138Z] Paused: 0 [2022-03-05T21:23:08.138Z] Stopped: 0 [2022-03-05T21:23:08.138Z] Images: 3 [2022-03-05T21:23:08.138Z] Server Version: 20.10.12 [2022-03-05T21:23:08.138Z] Storage Driver: overlay2 [2022-03-05T21:23:08.138Z] Backing Filesystem: extfs [2022-03-05T21:23:08.138Z] Supports d_type: true [2022-03-05T21:23:08.138Z] Native Overlay Diff: true [2022-03-05T21:23:08.138Z] userxattr: false [2022-03-05T21:23:08.138Z] Logging Driver: json-file [2022-03-05T21:23:08.138Z] Cgroup Driver: systemd [2022-03-05T21:23:08.138Z] Cgroup Version: 2 [2022-03-05T21:23:08.138Z] Plugins: [2022-03-05T21:23:08.138Z] Volume: local [2022-03-05T21:23:08.138Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T21:23:08.138Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T21:23:08.138Z] Swarm: inactive [2022-03-05T21:23:08.138Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T21:23:08.138Z] Default Runtime: runc [2022-03-05T21:23:08.138Z] Init Binary: docker-init [2022-03-05T21:23:08.138Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:08.138Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T21:23:08.138Z] init version: de40ad0 [2022-03-05T21:23:08.138Z] Security Options: [2022-03-05T21:23:08.138Z] apparmor [2022-03-05T21:23:08.138Z] seccomp [2022-03-05T21:23:08.138Z] Profile: default [2022-03-05T21:23:08.138Z] cgroupns [2022-03-05T21:23:08.138Z] Kernel Version: 5.11.0-1023-aws [2022-03-05T21:23:08.138Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-05T21:23:08.138Z] OSType: linux [2022-03-05T21:23:08.138Z] Architecture: x86_64 [2022-03-05T21:23:08.138Z] CPUs: 2 [2022-03-05T21:23:08.138Z] Total Memory: 7.477GiB [2022-03-05T21:23:08.138Z] Name: ip-10-100-96-141 [2022-03-05T21:23:08.138Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-05T21:23:08.138Z] Docker Root Dir: /var/lib/docker [2022-03-05T21:23:08.138Z] Debug Mode: false [2022-03-05T21:23:08.138Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:23:08.138Z] Labels: [2022-03-05T21:23:08.138Z] Experimental: true [2022-03-05T21:23:08.138Z] Insecure Registries: [2022-03-05T21:23:08.138Z] 127.0.0.0/8 [2022-03-05T21:23:08.138Z] Live Restore Enabled: true [2022-03-05T21:23:08.138Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-05T21:23:08.178Z] [2022-03-05T21:23:08.178Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T21:23:08.178Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-05T21:23:08.178Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-05T21:23:08.178Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T21:23:08.178Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-03-05T21:23:08.178Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-03-05T21:23:08.178Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-03-05T21:23:08.178Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s [Pipeline] sh [2022-03-05T21:23:08.438Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s done [2022-03-05T21:23:08.438Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-03-05T21:23:08.438Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-03-05T21:23:08.438Z] #4 DONE 0.4s [2022-03-05T21:23:08.465Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:0759f013a418e8bee58fc3619486e56d8e7be77c . [2022-03-05T21:23:08.465Z] #1 [internal] load build definition from Dockerfile [2022-03-05T21:23:08.465Z] #1 sha256:77d4362e0ed49f8036620c399b38b35aeed96ac2a9880c7577b6af0da87fc953 [2022-03-05T21:23:08.465Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T21:23:08.465Z] #1 DONE 0.0s [2022-03-05T21:23:08.465Z] [2022-03-05T21:23:08.465Z] #2 [internal] load .dockerignore [2022-03-05T21:23:08.465Z] #2 sha256:d712dfe94262ed9a554bb21daff6e709764d52eb2fa8c338f20054d14c6a3e5d [2022-03-05T21:23:08.465Z] #2 transferring context: 87B done [2022-03-05T21:23:08.465Z] #2 DONE 0.0s [2022-03-05T21:23:08.465Z] [2022-03-05T21:23:08.465Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T21:23:08.465Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T21:23:08.698Z] [2022-03-05T21:23:08.698Z] #5 [internal] load .dockerignore [2022-03-05T21:23:08.698Z] #5 sha256:5a3ca01eda2194f8f4e2c65ea1d1ed5782ed625ae8bca01c1018598048b4d516 [2022-03-05T21:23:08.698Z] #5 DONE 0.0s [2022-03-05T21:23:08.698Z] [2022-03-05T21:23:08.698Z] #6 [internal] load build definition from Dockerfile [2022-03-05T21:23:08.698Z] #6 sha256:f88fe2b205e349f1587ae93da9e15cf768d7c27fb9cfab93d0ad6c3adf2ca0c4 [2022-03-05T21:23:08.698Z] #6 DONE 0.0s [2022-03-05T21:23:08.698Z] [2022-03-05T21:23:08.698Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:08.698Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T21:23:08.698Z] #8 DONE 0.1s [2022-03-05T21:23:08.698Z] [2022-03-05T21:23:08.698Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:08.698Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T21:23:08.698Z] #7 DONE 0.1s [2022-03-05T21:23:08.698Z] [2022-03-05T21:23:08.698Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T21:23:08.698Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-05T21:23:08.698Z] #10 DONE 0.2s [2022-03-05T21:23:08.698Z] [2022-03-05T21:23:08.698Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T21:23:08.698Z] #9 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-05T21:23:08.701Z] Client: [2022-03-05T21:23:08.701Z] Context: default [2022-03-05T21:23:08.701Z] Debug Mode: false [2022-03-05T21:23:08.701Z] Plugins: [2022-03-05T21:23:08.701Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T21:23:08.701Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T21:23:08.701Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T21:23:08.701Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T21:23:08.701Z] [2022-03-05T21:23:08.701Z] Server: [2022-03-05T21:23:08.701Z] Containers: 0 [2022-03-05T21:23:08.701Z] Running: 0 [2022-03-05T21:23:08.701Z] Paused: 0 [2022-03-05T21:23:08.701Z] Stopped: 0 [2022-03-05T21:23:08.701Z] Images: 2 [2022-03-05T21:23:08.701Z] Server Version: 20.10.12 [2022-03-05T21:23:08.701Z] Storage Driver: overlay2 [2022-03-05T21:23:08.701Z] Backing Filesystem: extfs [2022-03-05T21:23:08.701Z] Supports d_type: true [2022-03-05T21:23:08.701Z] Native Overlay Diff: true [2022-03-05T21:23:08.701Z] userxattr: false [2022-03-05T21:23:08.701Z] Logging Driver: json-file [2022-03-05T21:23:08.701Z] Cgroup Driver: cgroupfs [2022-03-05T21:23:08.701Z] Cgroup Version: 1 [2022-03-05T21:23:08.701Z] Plugins: [2022-03-05T21:23:08.701Z] Volume: local [2022-03-05T21:23:08.701Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T21:23:08.701Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T21:23:08.701Z] Swarm: inactive [2022-03-05T21:23:08.701Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-05T21:23:08.701Z] Default Runtime: runc [2022-03-05T21:23:08.701Z] Init Binary: docker-init [2022-03-05T21:23:08.701Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:08.701Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T21:23:08.701Z] init version: de40ad0 [2022-03-05T21:23:08.701Z] Security Options: [2022-03-05T21:23:08.701Z] apparmor [2022-03-05T21:23:08.701Z] seccomp [2022-03-05T21:23:08.701Z] Profile: default [2022-03-05T21:23:08.701Z] Kernel Version: 5.4.0-1061-aws [2022-03-05T21:23:08.701Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-05T21:23:08.701Z] OSType: linux [2022-03-05T21:23:08.701Z] Architecture: x86_64 [2022-03-05T21:23:08.701Z] CPUs: 2 [2022-03-05T21:23:08.701Z] Total Memory: 7.565GiB [2022-03-05T21:23:08.701Z] Name: ip-10-100-127-60 [2022-03-05T21:23:08.701Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-05T21:23:08.701Z] Docker Root Dir: /var/lib/docker [2022-03-05T21:23:08.701Z] Debug Mode: false [2022-03-05T21:23:08.701Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:23:08.701Z] Labels: [2022-03-05T21:23:08.701Z] Experimental: true [2022-03-05T21:23:08.701Z] Insecure Registries: [2022-03-05T21:23:08.701Z] 127.0.0.0/8 [2022-03-05T21:23:08.701Z] Live Restore Enabled: true [2022-03-05T21:23:08.701Z] [2022-03-05T21:23:08.701Z] WARNING: No swap limit support [Pipeline] sh [2022-03-05T21:23:08.722Z] #3 DONE 0.1s [2022-03-05T21:23:08.722Z] [2022-03-05T21:23:08.722Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T21:23:08.722Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T21:23:08.722Z] #4 CACHED [2022-03-05T21:23:08.958Z] #9 DONE 0.3s [2022-03-05T21:23:08.980Z] [2022-03-05T21:23:08.980Z] #5 [internal] load build definition from Dockerfile [2022-03-05T21:23:08.980Z] #5 sha256:46a9659f661cc74a3a97b27584793896c4fee74cefa807f324d166fdb5d8e9e3 [2022-03-05T21:23:08.980Z] #5 DONE 0.0s [2022-03-05T21:23:08.980Z] [2022-03-05T21:23:08.980Z] #6 [internal] load .dockerignore [2022-03-05T21:23:08.980Z] #6 sha256:e4f22b08a91491807c7e559376932e8e64c995f5211968f9928f9c53a3b17fa4 [2022-03-05T21:23:08.980Z] #6 DONE 0.0s [2022-03-05T21:23:08.980Z] [2022-03-05T21:23:08.980Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:08.980Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T21:23:08.980Z] #7 DONE 0.1s [2022-03-05T21:23:08.980Z] [2022-03-05T21:23:08.980Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T21:23:08.980Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T21:23:08.982Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:23:08.983Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:23:08.983Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43334/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T21:23:08.983Z] + bash /home/ubuntu/workspace/moby_PR-43334/check-config.sh [2022-03-05T21:23:08.983Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T21:23:08.983Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-05T21:23:08.983Z] [2022-03-05T21:23:08.983Z] Generally Necessary: [2022-03-05T21:23:08.983Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T21:23:08.983Z] - apparmor: enabled and tools installed [2022-03-05T21:23:08.983Z] - CONFIG_NAMESPACES: enabled [2022-03-05T21:23:08.983Z] - CONFIG_NET_NS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_PID_NS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_IPC_NS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_UTS_NS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUPS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CPUSETS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_MEMCG: enabled [2022-03-05T21:23:08.983Z] - CONFIG_KEYS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_VETH: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T21:23:08.983Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T21:23:08.983Z] [2022-03-05T21:23:08.983Z] Optional Features: [2022-03-05T21:23:08.983Z] - CONFIG_USER_NS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_SECCOMP: enabled [2022-03-05T21:23:08.983Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T21:23:08.983Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T21:23:08.983Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-05T21:23:08.983Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-05T21:23:08.983Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T21:23:08.983Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T21:23:08.983Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T21:23:09.241Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T21:23:09.241Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T21:23:09.241Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T21:23:09.241Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T21:23:09.241Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T21:23:09.241Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T21:23:09.241Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T21:23:09.241Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T21:23:09.241Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T21:23:09.241Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T21:23:09.241Z] - CONFIG_EXT4_FS: enabled [2022-03-05T21:23:09.241Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T21:23:09.241Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T21:23:09.241Z] - Network Drivers: [2022-03-05T21:23:09.241Z] - "overlay": [2022-03-05T21:23:09.241Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T21:23:09.241Z] Optional (for encrypted networks): [2022-03-05T21:23:09.241Z] - CONFIG_CRYPTO: enabled [2022-03-05T21:23:09.241Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T21:23:09.241Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T21:23:09.241Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T21:23:09.241Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T21:23:09.241Z] - CONFIG_XFRM: enabled [2022-03-05T21:23:09.241Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T21:23:09.241Z] - "ipvlan": [2022-03-05T21:23:09.241Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T21:23:09.241Z] - "macvlan": [2022-03-05T21:23:09.241Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T21:23:09.241Z] - "ftp,tftp client in container": [2022-03-05T21:23:09.241Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T21:23:09.241Z] - Storage Drivers: [2022-03-05T21:23:09.241Z] - "aufs": [2022-03-05T21:23:09.241Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-05T21:23:09.241Z] - "btrfs": [2022-03-05T21:23:09.241Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T21:23:09.241Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T21:23:09.241Z] - "devicemapper": [2022-03-05T21:23:09.241Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T21:23:09.241Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T21:23:09.241Z] - "overlay": [2022-03-05T21:23:09.241Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T21:23:09.241Z] - "zfs": [2022-03-05T21:23:09.241Z] - /dev/zfs: present [2022-03-05T21:23:09.241Z] - zfs command: missing [2022-03-05T21:23:09.241Z] - zpool command: missing [2022-03-05T21:23:09.241Z] [2022-03-05T21:23:09.241Z] Limits: [2022-03-05T21:23:09.241Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T21:23:09.241Z] [2022-03-05T21:23:09.241Z] + true [2022-03-05T21:23:09.243Z] #10 DONE 0.1s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:09.243Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T21:23:09.243Z] #8 DONE 0.1s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T21:23:09.243Z] #9 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T21:23:09.243Z] #9 DONE 0.1s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:09.243Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T21:23:09.243Z] #69 DONE 0.0s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:09.243Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T21:23:09.243Z] #67 DONE 0.0s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:09.243Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:09.243Z] #11 DONE 0.0s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T21:23:09.243Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T21:23:09.243Z] #28 DONE 0.0s [2022-03-05T21:23:09.243Z] [2022-03-05T21:23:09.243Z] #24 [internal] load build context [2022-03-05T21:23:09.243Z] #24 sha256:bef4e50e77622d2288553f73c72196f1fc02a89e4376f0bb2e71c1d0b94a0795 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T21:23:09.492Z] Client: [2022-03-05T21:23:09.492Z] Context: default [2022-03-05T21:23:09.492Z] Debug Mode: false [2022-03-05T21:23:09.492Z] Plugins: [2022-03-05T21:23:09.492Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T21:23:09.492Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T21:23:09.492Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T21:23:09.492Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T21:23:09.492Z] [2022-03-05T21:23:09.492Z] Server: [2022-03-05T21:23:09.492Z] Containers: 0 [2022-03-05T21:23:09.492Z] Running: 0 [2022-03-05T21:23:09.492Z] Paused: 0 [2022-03-05T21:23:09.492Z] Stopped: 0 [2022-03-05T21:23:09.492Z] Images: 3 [2022-03-05T21:23:09.492Z] Server Version: 20.10.12 [2022-03-05T21:23:09.492Z] Storage Driver: overlay2 [2022-03-05T21:23:09.492Z] Backing Filesystem: extfs [2022-03-05T21:23:09.492Z] Supports d_type: true [2022-03-05T21:23:09.492Z] Native Overlay Diff: true [2022-03-05T21:23:09.492Z] userxattr: false [2022-03-05T21:23:09.492Z] Logging Driver: json-file [2022-03-05T21:23:09.492Z] Cgroup Driver: cgroupfs [2022-03-05T21:23:09.492Z] Cgroup Version: 1 [2022-03-05T21:23:09.492Z] Plugins: [2022-03-05T21:23:09.492Z] Volume: local [2022-03-05T21:23:09.492Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T21:23:09.492Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T21:23:09.492Z] Swarm: inactive [2022-03-05T21:23:09.492Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T21:23:09.492Z] Default Runtime: runc [2022-03-05T21:23:09.492Z] Init Binary: docker-init [2022-03-05T21:23:09.492Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T21:23:09.492Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T21:23:09.492Z] init version: de40ad0 [2022-03-05T21:23:09.492Z] Security Options: [2022-03-05T21:23:09.492Z] apparmor [2022-03-05T21:23:09.492Z] seccomp [2022-03-05T21:23:09.492Z] Profile: default [2022-03-05T21:23:09.492Z] Kernel Version: 5.4.0-1061-aws [2022-03-05T21:23:09.492Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-05T21:23:09.492Z] OSType: linux [2022-03-05T21:23:09.492Z] Architecture: x86_64 [2022-03-05T21:23:09.492Z] CPUs: 2 [2022-03-05T21:23:09.492Z] Total Memory: 7.483GiB [2022-03-05T21:23:09.492Z] Name: ip-10-100-58-143 [2022-03-05T21:23:09.492Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-05T21:23:09.492Z] Docker Root Dir: /var/lib/docker [2022-03-05T21:23:09.492Z] Debug Mode: false [2022-03-05T21:23:09.492Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:23:09.492Z] Labels: [2022-03-05T21:23:09.492Z] Experimental: true [2022-03-05T21:23:09.492Z] Insecure Registries: [2022-03-05T21:23:09.492Z] 127.0.0.0/8 [2022-03-05T21:23:09.492Z] Live Restore Enabled: true [2022-03-05T21:23:09.492Z] [2022-03-05T21:23:09.492Z] WARNING: No swap limit support [Pipeline] sh [2022-03-05T21:23:09.513Z] #24 ... [2022-03-05T21:23:09.513Z] [2022-03-05T21:23:09.513Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T21:23:09.513Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T21:23:09.513Z] #45 DONE 0.4s [2022-03-05T21:23:09.513Z] [2022-03-05T21:23:09.513Z] #24 [internal] load build context [2022-03-05T21:23:09.513Z] #24 sha256:bef4e50e77622d2288553f73c72196f1fc02a89e4376f0bb2e71c1d0b94a0795 [2022-03-05T21:23:09.569Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:0759f013a418e8bee58fc3619486e56d8e7be77c . [2022-03-05T21:23:09.569Z] #2 [internal] load .dockerignore [2022-03-05T21:23:09.569Z] #2 sha256:91bc7ed4a9f63e55b290999a38dc21fad93ff52b6bf5a5cf709b892cff50e71d [2022-03-05T21:23:09.569Z] #2 transferring context: 87B done [2022-03-05T21:23:09.569Z] #2 DONE 0.0s [2022-03-05T21:23:09.569Z] [2022-03-05T21:23:09.569Z] #1 [internal] load build definition from Dockerfile [2022-03-05T21:23:09.569Z] #1 sha256:9d34ed4851a6fcfa11f5b90c48efff0a2efee314f6d0995e6f6732e8bdc40603 [2022-03-05T21:23:09.569Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T21:23:09.569Z] #1 DONE 0.0s [2022-03-05T21:23:09.569Z] [2022-03-05T21:23:09.569Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T21:23:09.569Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T21:23:09.778Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:23:09.778Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:23:09.778Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43334/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T21:23:09.778Z] + bash /home/ubuntu/workspace/moby_PR-43334/check-config.sh [2022-03-05T21:23:09.778Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T21:23:09.778Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-05T21:23:09.778Z] [2022-03-05T21:23:09.778Z] Generally Necessary: [2022-03-05T21:23:09.778Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T21:23:09.778Z] - apparmor: enabled and tools installed [2022-03-05T21:23:09.778Z] - CONFIG_NAMESPACES: enabled [2022-03-05T21:23:09.778Z] - CONFIG_NET_NS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_PID_NS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_IPC_NS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_UTS_NS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_CGROUPS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T21:23:09.778Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T21:23:09.778Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T21:23:09.778Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T21:23:09.778Z] - CONFIG_CPUSETS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_MEMCG: enabled [2022-03-05T21:23:09.778Z] - CONFIG_KEYS: enabled [2022-03-05T21:23:09.778Z] - CONFIG_VETH: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T21:23:09.778Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T21:23:09.836Z] #3 DONE 0.1s [2022-03-05T21:23:09.836Z] [2022-03-05T21:23:09.836Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T21:23:09.836Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T21:23:09.836Z] #4 CACHED [2022-03-05T21:23:10.038Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T21:23:10.038Z] [2022-03-05T21:23:10.038Z] Optional Features: [2022-03-05T21:23:10.038Z] - CONFIG_USER_NS: enabled [2022-03-05T21:23:10.038Z] - CONFIG_SECCOMP: enabled [2022-03-05T21:23:10.038Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T21:23:10.038Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T21:23:10.038Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-05T21:23:10.038Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-05T21:23:10.038Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T21:23:10.038Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T21:23:10.038Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T21:23:10.038Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T21:23:10.038Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T21:23:10.038Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T21:23:10.038Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T21:23:10.038Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T21:23:10.038Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T21:23:10.038Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T21:23:10.038Z] - CONFIG_EXT4_FS: enabled [2022-03-05T21:23:10.038Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T21:23:10.038Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T21:23:10.038Z] - Network Drivers: [2022-03-05T21:23:10.038Z] - "overlay": [2022-03-05T21:23:10.038Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T21:23:10.038Z] Optional (for encrypted networks): [2022-03-05T21:23:10.038Z] - CONFIG_CRYPTO: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T21:23:10.038Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T21:23:10.038Z] - CONFIG_XFRM: enabled [2022-03-05T21:23:10.038Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T21:23:10.038Z] - "ipvlan": [2022-03-05T21:23:10.038Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T21:23:10.038Z] - "macvlan": [2022-03-05T21:23:10.038Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T21:23:10.038Z] - "ftp,tftp client in container": [2022-03-05T21:23:10.038Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T21:23:10.038Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T21:23:10.038Z] - Storage Drivers: [2022-03-05T21:23:10.038Z] - "aufs": [2022-03-05T21:23:10.038Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-05T21:23:10.038Z] - "btrfs": [2022-03-05T21:23:10.038Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T21:23:10.098Z] [2022-03-05T21:23:10.098Z] #5 [internal] load build definition from Dockerfile [2022-03-05T21:23:10.098Z] #5 sha256:24da44563c58f47a5f3503b318d3bf80d0c3f8a6ee540530b01151f620afcafa [2022-03-05T21:23:10.098Z] #5 DONE 0.0s [2022-03-05T21:23:10.098Z] [2022-03-05T21:23:10.098Z] #6 [internal] load .dockerignore [2022-03-05T21:23:10.098Z] #6 sha256:1e69255ce3bd966cd8bfeefa6119feb8b46cd556f95981c4f51dacb9b8a582b6 [2022-03-05T21:23:10.098Z] #6 DONE 0.0s [2022-03-05T21:23:10.098Z] [2022-03-05T21:23:10.098Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:10.098Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T21:23:10.098Z] #10 DONE 0.1s [2022-03-05T21:23:10.098Z] [2022-03-05T21:23:10.098Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T21:23:10.098Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T21:23:10.098Z] #7 DONE 0.1s [2022-03-05T21:23:10.098Z] [2022-03-05T21:23:10.098Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T21:23:10.098Z] #9 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T21:23:10.098Z] #9 DONE 0.1s [2022-03-05T21:23:10.098Z] [2022-03-05T21:23:10.098Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:10.098Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T21:23:10.098Z] #8 DONE 0.1s [2022-03-05T21:23:10.298Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T21:23:10.298Z] - "devicemapper": [2022-03-05T21:23:10.298Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T21:23:10.298Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T21:23:10.298Z] - "overlay": [2022-03-05T21:23:10.298Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T21:23:10.298Z] - "zfs": [2022-03-05T21:23:10.298Z] - /dev/zfs: present [2022-03-05T21:23:10.298Z] - zfs command: missing [2022-03-05T21:23:10.298Z] - zpool command: missing [2022-03-05T21:23:10.298Z] [2022-03-05T21:23:10.298Z] Limits: [2022-03-05T21:23:10.298Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T21:23:10.298Z] [2022-03-05T21:23:10.298Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-05T21:23:10.342Z] [2022-03-05T21:23:10.342Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:10.342Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T21:23:10.342Z] #69 DONE 0.0s [2022-03-05T21:23:10.342Z] [2022-03-05T21:23:10.342Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:10.342Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T21:23:10.342Z] #67 DONE 0.0s [2022-03-05T21:23:10.342Z] [2022-03-05T21:23:10.342Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:10.342Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T21:23:10.342Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 done [2022-03-05T21:23:10.342Z] #11 sha256:d80e32befb841fa5525c17e346f26c95a9396bb65ca8a85c30c7949d7f9081d4 1.80kB / 1.80kB done [2022-03-05T21:23:10.342Z] #11 sha256:7b3ca1a8bf94691e70f0b1c15456c9a289fea29d6a42209904d36338ae46e1f7 7.06kB / 7.06kB done [2022-03-05T21:23:10.342Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0B / 10.66MB 0.2s [2022-03-05T21:23:10.342Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T21:23:10.342Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0B / 53.61MB 0.2s [2022-03-05T21:23:10.342Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0B / 5.14MB 0.2s [Pipeline] sh [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:10.361Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:10.361Z] #11 DONE 0.0s [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:10.361Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T21:23:10.361Z] #76 DONE 0.0s [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:10.361Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T21:23:10.361Z] #74 DONE 0.0s [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T21:23:10.361Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T21:23:10.361Z] #12 CACHED [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T21:23:10.361Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T21:23:10.361Z] #13 CACHED [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T21:23:10.361Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T21:23:10.361Z] #35 DONE 0.0s [2022-03-05T21:23:10.361Z] [2022-03-05T21:23:10.361Z] #31 [internal] load build context [2022-03-05T21:23:10.361Z] #31 sha256:af2dc719ddde3fff620a2d991a8bec55276a8e716c5f0ea27ca75fc113c83d83 [2022-03-05T21:23:10.614Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 3.41MB / 10.66MB 0.3s [2022-03-05T21:23:10.614Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 11.53MB / 53.61MB 0.3s [2022-03-05T21:23:10.614Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.3s [2022-03-05T21:23:10.614Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.66MB / 10.66MB 0.4s done [2022-03-05T21:23:10.614Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 25.17MB / 53.61MB 0.4s [2022-03-05T21:23:10.614Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.3s done [2022-03-05T21:23:10.614Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 0B / 81.02MB 0.4s [2022-03-05T21:23:10.614Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 0B / 54.67MB 0.4s [2022-03-05T21:23:10.627Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0759f013a418e8bee58fc3619486e56d8e7be77c . [2022-03-05T21:23:10.627Z] #1 [internal] load build definition from Dockerfile [2022-03-05T21:23:10.627Z] #1 sha256:2ccce7132f8f6cb03b9b922d8f0ca414cee08a2eb54617d671e0dd26f6701123 [2022-03-05T21:23:10.627Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T21:23:10.627Z] #1 DONE 0.0s [2022-03-05T21:23:10.627Z] [2022-03-05T21:23:10.627Z] #2 [internal] load .dockerignore [2022-03-05T21:23:10.627Z] #2 sha256:2bc44e22c5766ab5dffbf17daccf9b8d29ef42ded8e44adf861f8b4b475bd879 [2022-03-05T21:23:10.627Z] #2 transferring context: 87B done [2022-03-05T21:23:10.627Z] #2 DONE 0.0s [2022-03-05T21:23:10.627Z] [2022-03-05T21:23:10.627Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T21:23:10.627Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T21:23:10.632Z] #31 ... [2022-03-05T21:23:10.632Z] [2022-03-05T21:23:10.632Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T21:23:10.632Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T21:23:10.632Z] #52 DONE 0.4s [2022-03-05T21:23:10.632Z] [2022-03-05T21:23:10.632Z] #31 [internal] load build context [2022-03-05T21:23:10.632Z] #31 sha256:af2dc719ddde3fff620a2d991a8bec55276a8e716c5f0ea27ca75fc113c83d83 [2022-03-05T21:23:10.884Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 15.73MB / 54.67MB 0.5s [2022-03-05T21:23:10.884Z] #11 ... [2022-03-05T21:23:10.884Z] [2022-03-05T21:23:10.884Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T21:23:10.884Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T21:23:10.884Z] #45 DONE 0.0s [2022-03-05T21:23:10.884Z] [2022-03-05T21:23:10.884Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:10.884Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T21:23:10.884Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 44.04MB / 53.61MB 0.6s [2022-03-05T21:23:10.884Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 4.83MB / 81.02MB 0.6s [2022-03-05T21:23:10.907Z] #24 transferring context: 57.20MB 1.7s done [2022-03-05T21:23:10.907Z] #24 DONE 1.7s [2022-03-05T21:23:11.145Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 0.8s [2022-03-05T21:23:11.145Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 28.31MB / 81.02MB 0.8s [2022-03-05T21:23:11.145Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 36.30MB / 54.67MB 0.8s [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #66 sha256:9a5a6e1033a6474ab57214fc36b7e1957de15fea5490d6c456d7802d415b2841 [2022-03-05T21:23:11.166Z] #66 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T21:23:11.166Z] #40 sha256:6b92108b98e96e920ca7bd5f513c0f78dcc11f9dce2d826872c4fbaa3c5c421b [2022-03-05T21:23:11.166Z] #40 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T21:23:11.166Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-05T21:23:11.166Z] #19 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #54 sha256:63b1258315287e4c43860c0bae922a8a094791ea95d0927120376d9d584442ef [2022-03-05T21:23:11.166Z] #54 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T21:23:11.166Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-05T21:23:11.166Z] #16 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #44 sha256:6145f5b75db2ef6549515b13f60847b97e44cf06c2a0e51054ddf2cbfdb570fa [2022-03-05T21:23:11.166Z] #44 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:11.166Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:23:11.166Z] #14 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #37 sha256:d132901785ddbd28ad29ca71cb0d711ae8c745ce99d0ca250128fd4d2132ca3b [2022-03-05T21:23:11.166Z] #37 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T21:23:11.166Z] #25 sha256:29a8ea74bd8ede17ff497dc5962e9d86cf6dee8152d73be60bf20a5ff8a7dccf [2022-03-05T21:23:11.166Z] #25 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:23:11.166Z] #26 sha256:81aab6a575dba54d3ba2325036eb458fbbb400dd8cc88d02bbb6661e83ef93bf [2022-03-05T21:23:11.166Z] #26 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:23:11.166Z] #56 sha256:3fa615df5325d165dd010a4f420825504957cfc76a27d8dbc31a7dcd76bca067 [2022-03-05T21:23:11.166Z] #56 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T21:23:11.166Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T21:23:11.166Z] #68 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T21:23:11.166Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T21:23:11.166Z] #12 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #73 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-03-05T21:23:11.166Z] #73 sha256:deb856672540495f60ac062f516168f9d65bff5675c4fe9f5cd6cb4873f58e3c [2022-03-05T21:23:11.166Z] #73 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:23:11.166Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T21:23:11.166Z] #38 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:23:11.166Z] #60 sha256:c0fad3c6267e906ae115a7e71bf9dccab764490413ed96abb0d5cecd81d1021f [2022-03-05T21:23:11.166Z] #60 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T21:23:11.166Z] #64 sha256:434a8b6234f19014e16d0536840e50c0bd6884ad96922898ffd7b6b26586010c [2022-03-05T21:23:11.166Z] #64 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:23:11.166Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T21:23:11.166Z] #49 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #52 sha256:fb7ecd2841b546befadac5157744f61105c23a755f665d786222ded1a25317b2 [2022-03-05T21:23:11.166Z] #52 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T21:23:11.166Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T21:23:11.166Z] #46 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T21:23:11.166Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-05T21:23:11.166Z] #23 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T21:23:11.166Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-05T21:23:11.166Z] #17 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:23:11.166Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:23:11.166Z] #47 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T21:23:11.166Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-05T21:23:11.166Z] #18 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #48 sha256:dc1eb6255f9da35e9ee35ae75a3a299917eba4cad17061e001198ec1ae5c4ea4 [2022-03-05T21:23:11.166Z] #48 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T21:23:11.166Z] #62 sha256:022a1088b5bf6a02f44e96b01806f93b21c9b73ba0b8a37e8b24a255fe5fb8e2 [2022-03-05T21:23:11.166Z] #62 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #35 sha256:fabce9c0793c01727ec69c176cb79b351207f7a40c5219404ebf1b0b8d56f235 [2022-03-05T21:23:11.166Z] #35 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:23:11.166Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:23:11.166Z] #43 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T21:23:11.166Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T21:23:11.166Z] #42 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:23:11.166Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:23:11.166Z] #34 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #71 sha256:d1b176c1877ef36deffd49c7509c9053c7ec8536c0250db36fee0379a738c679 [2022-03-05T21:23:11.166Z] #71 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:23:11.166Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:23:11.166Z] #51 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #57 sha256:b9054e3983cc254d07069cef0ea0033293eb4972243c699911e42128a28baaab [2022-03-05T21:23:11.166Z] #57 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:23:11.166Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T21:23:11.166Z] #21 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T21:23:11.166Z] #50 sha256:49507797b280b48cdcf393b636d4437d7f77fe8aa2881462182c0e8c90a2f887 [2022-03-05T21:23:11.166Z] #50 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T21:23:11.166Z] #65 sha256:803b39f2243963d6387d4f74747516bc12bbcccbafc8e9af56c249cf3c39ed64 [2022-03-05T21:23:11.166Z] #65 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T21:23:11.166Z] #55 sha256:d25c33b25cdf98de252ff3eb8f763b514da15524ffe30e0efcd6c5258a96a5df [2022-03-05T21:23:11.166Z] #55 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T21:23:11.166Z] #59 sha256:5fa1070dc484fd588313424176b9ca71ac3cb1b020283f8b91811bb75aabecd2 [2022-03-05T21:23:11.166Z] #59 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T21:23:11.166Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T21:23:11.166Z] #13 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T21:23:11.166Z] #27 sha256:c294a40a5c19655bac63fa18cdb3b59987c848907d63ad9e3dc6c89d20b742e8 [2022-03-05T21:23:11.166Z] #27 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.166Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:11.166Z] #31 sha256:b12cbe3af4a349f74a939dc32226f5c4682529e6bcc87ed1724559148cc3e3b4 [2022-03-05T21:23:11.166Z] #31 CACHED [2022-03-05T21:23:11.166Z] [2022-03-05T21:23:11.167Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:23:11.167Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T21:23:11.167Z] #36 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T21:23:11.167Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-05T21:23:11.167Z] #15 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T21:23:11.167Z] #30 sha256:0af927c49270b2966d9875f178b2d6901b06f7da5c78cd87af939c0d1710807c [2022-03-05T21:23:11.167Z] #30 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T21:23:11.167Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-05T21:23:11.167Z] #20 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:23:11.167Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T21:23:11.167Z] #53 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:23:11.167Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T21:23:11.167Z] #58 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T21:23:11.167Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T21:23:11.167Z] #33 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T21:23:11.167Z] #41 sha256:5bb7b3cc09c397563820d5694f312bfb88a1623344175034a6e02395fddf0cf5 [2022-03-05T21:23:11.167Z] #41 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T21:23:11.167Z] #61 sha256:9ac739d9d0403a6c3fc3ddf7d4862b3ed5050bb8be2cc7f889fca3969f8fd99b [2022-03-05T21:23:11.167Z] #61 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T21:23:11.167Z] #32 sha256:6793a6d13dd57cf6d68972072cd8634e55451a3afd971666e5e77e60ae4dc65f [2022-03-05T21:23:11.167Z] #32 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T21:23:11.167Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T21:23:11.167Z] #70 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T21:23:11.167Z] #72 sha256:ff00154b22b4282dd200845c26243176e097ddfb47d8b251f6d1735f72716105 [2022-03-05T21:23:11.167Z] #72 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T21:23:11.167Z] #39 sha256:d731ec1aaa2f1b3c8dfdea56c31249020bb9caa661ce95496efa3fd4a589e254 [2022-03-05T21:23:11.167Z] #39 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T21:23:11.167Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T21:23:11.167Z] #29 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:23:11.167Z] #63 sha256:cb1f0d209c29f01074343f00c852083d6b0d81d59bf8e86779f01e92d8b974b9 [2022-03-05T21:23:11.167Z] #63 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T21:23:11.167Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-05T21:23:11.167Z] #22 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-03-05T21:23:11.167Z] #74 sha256:d616ed09970f195288fed70466f81d0951eb49c8001286874d8d3b52b3c29a15 [2022-03-05T21:23:11.167Z] #74 CACHED [2022-03-05T21:23:11.167Z] [2022-03-05T21:23:11.167Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T21:23:11.167Z] #75 sha256:a7ecf916622c50c0f2a8a213a0d33a73edcccfda79c8f71c528ef0f999f4b143 [2022-03-05T21:23:11.194Z] #3 DONE 0.3s [2022-03-05T21:23:11.194Z] [2022-03-05T21:23:11.194Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T21:23:11.194Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T21:23:11.194Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-03-05T21:23:11.194Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T21:23:11.194Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-05T21:23:11.194Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-05T21:23:11.194Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-03-05T21:23:11.194Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-05T21:23:11.194Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-05T21:23:11.194Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-05T21:23:11.413Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 0.8s done [2022-03-05T21:23:11.413Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 44.04MB / 81.02MB 1.0s [2022-03-05T21:23:11.413Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 53.48MB / 54.67MB 1.0s [2022-03-05T21:23:11.413Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 0B / 102.69MB 1.0s [2022-03-05T21:23:11.413Z] #11 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 [2022-03-05T21:23:11.413Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 59.83MB / 81.02MB 1.2s [2022-03-05T21:23:11.413Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 1.1s done [2022-03-05T21:23:11.413Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 17.83MB / 102.69MB 1.2s [2022-03-05T21:23:11.413Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 126B / 126B 1.2s done [2022-03-05T21:23:11.413Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 74.45MB / 81.02MB 1.3s [2022-03-05T21:23:11.458Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-05T21:23:11.458Z] #4 DONE 0.5s [2022-03-05T21:23:11.580Z] #31 ... [2022-03-05T21:23:11.580Z] [2022-03-05T21:23:11.580Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-05T21:23:11.580Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-05T21:23:11.580Z] #14 DONE 1.2s [2022-03-05T21:23:11.580Z] [2022-03-05T21:23:11.580Z] #31 [internal] load build context [2022-03-05T21:23:11.580Z] #31 sha256:af2dc719ddde3fff620a2d991a8bec55276a8e716c5f0ea27ca75fc113c83d83 [2022-03-05T21:23:11.673Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 1.4s [2022-03-05T21:23:11.673Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 31.46MB / 102.69MB 1.4s [2022-03-05T21:23:11.673Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 1.5s done [2022-03-05T21:23:11.717Z] [2022-03-05T21:23:11.717Z] #6 [internal] load .dockerignore [2022-03-05T21:23:11.717Z] #6 sha256:ffcda71844e9ddc09b7fba48239c2f81a4f68e98cc8ac6ed947c1e763d46b2c9 [2022-03-05T21:23:11.717Z] #6 DONE 0.0s [2022-03-05T21:23:11.717Z] [2022-03-05T21:23:11.717Z] #5 [internal] load build definition from Dockerfile [2022-03-05T21:23:11.717Z] #5 sha256:bfcb828acf98635e6c7dd192d601e4649f9ac42e7d655032095dff74d5577858 [2022-03-05T21:23:11.717Z] #5 DONE 0.0s [2022-03-05T21:23:11.717Z] [2022-03-05T21:23:11.717Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:11.717Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T21:23:11.717Z] #10 DONE 0.1s [2022-03-05T21:23:11.717Z] [2022-03-05T21:23:11.717Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T21:23:11.717Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T21:23:11.717Z] #8 DONE 0.1s [2022-03-05T21:23:11.717Z] [2022-03-05T21:23:11.717Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T21:23:11.717Z] #9 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T21:23:11.717Z] #9 DONE 0.2s [2022-03-05T21:23:11.717Z] [2022-03-05T21:23:11.717Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T21:23:11.717Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T21:23:11.936Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 38.80MB / 102.69MB 1.6s [2022-03-05T21:23:11.978Z] #7 DONE 0.3s [2022-03-05T21:23:12.107Z] #75 DONE 0.8s [2022-03-05T21:23:12.107Z] [2022-03-05T21:23:12.107Z] #76 exporting to image [2022-03-05T21:23:12.107Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T21:23:12.107Z] #76 exporting layers [2022-03-05T21:23:12.204Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 50.33MB / 102.69MB 1.8s [2022-03-05T21:23:12.204Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 66.06MB / 102.69MB 2.1s [2022-03-05T21:23:12.237Z] [2022-03-05T21:23:12.237Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:12.237Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T21:23:12.237Z] #69 DONE 0.0s [2022-03-05T21:23:12.237Z] [2022-03-05T21:23:12.237Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T21:23:12.237Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T21:23:12.237Z] #67 DONE 0.0s [2022-03-05T21:23:12.237Z] [2022-03-05T21:23:12.237Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:12.237Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:12.237Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-05T21:23:12.237Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-05T21:23:12.237Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-05T21:23:12.237Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T21:23:12.237Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.15MB / 54.92MB 0.1s [2022-03-05T21:23:12.237Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0B / 5.15MB 0.1s [2022-03-05T21:23:12.237Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.05MB / 10.87MB 0.1s [2022-03-05T21:23:12.468Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 71.75MB / 102.69MB 2.2s [2022-03-05T21:23:12.468Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 89.13MB / 102.69MB 2.3s [2022-03-05T21:23:12.513Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 10.49MB / 54.92MB 0.2s [2022-03-05T21:23:12.513Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 2.10MB / 5.15MB 0.2s [2022-03-05T21:23:12.513Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 3.15MB / 10.87MB 0.2s [2022-03-05T21:23:12.513Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 15.73MB / 54.92MB 0.3s [2022-03-05T21:23:12.513Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.3s [2022-03-05T21:23:12.513Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 5.24MB / 10.87MB 0.3s [2022-03-05T21:23:12.673Z] #76 exporting layers 1.0s done [2022-03-05T21:23:12.728Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 99.61MB / 102.69MB 2.4s [2022-03-05T21:23:12.775Z] #11 ... [2022-03-05T21:23:12.775Z] [2022-03-05T21:23:12.775Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T21:23:12.775Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T21:23:12.775Z] #45 DONE 0.5s [2022-03-05T21:23:12.775Z] [2022-03-05T21:23:12.775Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:12.775Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:12.775Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 22.02MB / 54.92MB 0.4s [2022-03-05T21:23:12.775Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.3s done [2022-03-05T21:23:12.775Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.4s done [2022-03-05T21:23:12.775Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 3.15MB / 54.58MB 0.4s [2022-03-05T21:23:12.775Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 0B / 85.81MB 0.4s [2022-03-05T21:23:12.775Z] #11 ... [2022-03-05T21:23:12.775Z] [2022-03-05T21:23:12.775Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T21:23:12.775Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T21:23:12.775Z] #45 DONE 0.0s [2022-03-05T21:23:12.775Z] [2022-03-05T21:23:12.775Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:12.775Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:12.775Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 29.36MB / 54.92MB 0.5s [2022-03-05T21:23:12.775Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.17MB / 54.58MB 0.5s [2022-03-05T21:23:12.931Z] #76 writing image sha256:eda94d90ba03cf9b8c4570464ea0788d3fb1f236692a07625967199b53975396 done [2022-03-05T21:23:12.931Z] #76 naming to docker.io/library/docker:0759f013a418e8bee58fc3619486e56d8e7be77c done [2022-03-05T21:23:12.931Z] #76 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2022-03-05T21:23:12.968Z] #31 ... [2022-03-05T21:23:12.968Z] [2022-03-05T21:23:12.968Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-05T21:23:12.968Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-05T21:23:12.968Z] #15 DONE 1.1s [2022-03-05T21:23:12.968Z] [2022-03-05T21:23:12.968Z] #31 [internal] load build context [2022-03-05T21:23:12.968Z] #31 sha256:af2dc719ddde3fff620a2d991a8bec55276a8e716c5f0ea27ca75fc113c83d83 [Pipeline] withEnv [Pipeline] { [2022-03-05T21:23:12.988Z] #11 ... [2022-03-05T21:23:12.988Z] [2022-03-05T21:23:12.988Z] #24 [internal] load build context [2022-03-05T21:23:12.988Z] #24 sha256:7bb55bb3b0ce21139fa1f40159164d519ca4eca952a425d5bba0ad9e3ed3dba0 [2022-03-05T21:23:12.988Z] #24 transferring context: 57.21MB 2.4s done [2022-03-05T21:23:12.988Z] #24 DONE 2.7s [2022-03-05T21:23:12.988Z] [2022-03-05T21:23:12.988Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:12.988Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T21:23:12.988Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 2.6s done [Pipeline] sh [2022-03-05T21:23:13.042Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 40.89MB / 54.92MB 0.7s [2022-03-05T21:23:13.042Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 18.94MB / 54.58MB 0.7s [2022-03-05T21:23:13.042Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 13.63MB / 85.81MB 0.7s [2022-03-05T21:23:13.042Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 45.09MB / 54.92MB 0.8s [2022-03-05T21:23:13.042Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 25.17MB / 54.58MB 0.8s [2022-03-05T21:23:13.042Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 22.09MB / 85.81MB 0.8s [2022-03-05T21:23:13.226Z] #31 transferring context: 57.21MB 2.8s done [2022-03-05T21:23:13.272Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -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:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh dynbinary test-integration [2022-03-05T21:23:13.434Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 52.43MB / 54.92MB 0.9s [2022-03-05T21:23:13.434Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 31.46MB / 54.58MB 0.9s [2022-03-05T21:23:13.434Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 29.36MB / 85.81MB 0.9s [2022-03-05T21:23:13.434Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.0s done [2022-03-05T21:23:13.434Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 47.19MB / 54.58MB 1.1s [2022-03-05T21:23:13.434Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 48.23MB / 85.81MB 1.1s [2022-03-05T21:23:13.434Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0B / 134.90MB 1.1s [2022-03-05T21:23:13.434Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 53.48MB / 54.58MB 1.3s [2022-03-05T21:23:13.434Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 54.53MB / 85.81MB 1.3s [2022-03-05T21:23:13.434Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 8.39MB / 134.90MB 1.3s [2022-03-05T21:23:13.434Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-05T21:23:13.489Z] #31 DONE 3.0s [2022-03-05T21:23:13.489Z] [2022-03-05T21:23:13.489Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-05T21:23:13.489Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-05T21:23:13.489Z] #16 DONE 0.8s [2022-03-05T21:23:13.489Z] [2022-03-05T21:23:13.489Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-05T21:23:13.489Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-05T21:23:13.530Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-05T21:23:13.531Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-05T21:23:13.531Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-05T21:23:13.531Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-05T21:23:13.531Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-03-05T21:23:13.531Z] Detected virtualization docker. [2022-03-05T21:23:13.531Z] Detected architecture x86-64. [2022-03-05T21:23:13.531Z] Set hostname to <92a9a83d1b38>. [2022-03-05T21:23:13.706Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 59.77MB / 85.81MB 1.4s [2022-03-05T21:23:13.706Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.4s done [2022-03-05T21:23:13.706Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 75.50MB / 85.81MB 1.6s [2022-03-05T21:23:13.706Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 25.17MB / 134.90MB 1.6s [2022-03-05T21:23:13.706Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 1.5s done [2022-03-05T21:23:13.789Z] modprobe@configfs.service: Succeeded. [2022-03-05T21:23:13.789Z] modprobe@drm.service: Succeeded. [2022-03-05T21:23:13.789Z] modprobe@fuse.service: Succeeded. [2022-03-05T21:23:13.789Z] + source /etc/docker-entrypoint-cmd [2022-03-05T21:23:13.789Z] ++ hack/make.sh dynbinary test-integration [2022-03-05T21:23:13.789Z] [2022-03-05T21:23:13.927Z] #11 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 2.6s done [2022-03-05T21:23:13.927Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 [2022-03-05T21:23:13.927Z] #11 ... [2022-03-05T21:23:13.927Z] [2022-03-05T21:23:13.927Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T21:23:13.927Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-05T21:23:13.927Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-05T21:23:13.927Z] #28 sha256:c077ecbc578ee6db06df4b6532b36703db7454a40eece470051e45fe0e9d27e2 1.48kB / 1.48kB done [2022-03-05T21:23:13.927Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 0.8s done [2022-03-05T21:23:13.927Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T21:23:13.927Z] #28 sha256:1907ed841fa5ffeec67fda754b18b50951aef1712324fe1f6b6c981a40f9594b 529B / 529B done [2022-03-05T21:23:13.927Z] #28 DONE 3.7s [2022-03-05T21:23:13.927Z] [2022-03-05T21:23:13.927Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:13.927Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T21:23:13.972Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 83.89MB / 85.81MB 1.7s [2022-03-05T21:23:14.048Z] Removing bundles/ [2022-03-05T21:23:14.048Z] [2022-03-05T21:23:14.048Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T21:23:14.048Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:23:14.048Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:23:14.057Z] #17 DONE 0.5s [2022-03-05T21:23:14.057Z] [2022-03-05T21:23:14.057Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-05T21:23:14.057Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-05T21:23:14.191Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.3s done [2022-03-05T21:23:14.191Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac [2022-03-05T21:23:14.236Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 1.8s done [2022-03-05T21:23:14.236Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 33.55MB / 134.90MB 1.9s [2022-03-05T21:23:14.236Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 42.99MB / 134.90MB 2.0s [2022-03-05T21:23:14.452Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0.2s done [2022-03-05T21:23:14.452Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e [2022-03-05T21:23:14.500Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 66.06MB / 134.90MB 2.3s [2022-03-05T21:23:14.500Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 75.50MB / 134.90MB 2.4s [2022-03-05T21:23:14.625Z] #18 DONE 0.4s [2022-03-05T21:23:14.625Z] [2022-03-05T21:23:14.625Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T21:23:14.625Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T21:23:14.763Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 83.89MB / 134.90MB 2.5s [2022-03-05T21:23:15.022Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 95.26MB / 134.90MB 2.7s [2022-03-05T21:23:15.191Z] #19 0.760 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:15.282Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 105.91MB / 134.90MB 2.9s [2022-03-05T21:23:15.282Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 124.78MB / 134.90MB 3.1s [2022-03-05T21:23:15.449Z] #19 0.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:15.449Z] #19 0.977 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:15.449Z] #19 0.981 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T21:23:15.541Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 3.4s [2022-03-05T21:23:15.716Z] #19 1.161 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:23:15.717Z] #19 1.273 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T21:23:15.801Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 3.5s done [2022-03-05T21:23:15.982Z] #19 1.456 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T21:23:15.982Z] #19 1.670 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:23:16.241Z] #19 1.881 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T21:23:16.500Z] #19 2.084 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:23:16.500Z] #19 2.085 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T21:23:16.500Z] #19 2.087 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T21:23:16.500Z] #19 2.089 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:23:16.500Z] #19 2.090 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T21:23:16.500Z] #19 2.092 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T21:23:16.500Z] #19 2.093 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T21:23:16.500Z] #19 2.094 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:23:16.500Z] #19 2.102 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T21:23:16.500Z] #19 2.103 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T21:23:16.500Z] #19 2.104 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T21:23:16.500Z] #19 2.104 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:23:17.181Z] #11 ... [2022-03-05T21:23:17.181Z] [2022-03-05T21:23:17.181Z] #24 [internal] load build context [2022-03-05T21:23:17.181Z] #24 sha256:778dc128881ec132ef98abd6e00776d0ec6f494f3774a6cf341150a1bc439a20 [2022-03-05T21:23:17.181Z] #24 transferring context: 57.21MB 4.4s done [2022-03-05T21:23:17.181Z] #24 DONE 4.7s [2022-03-05T21:23:17.181Z] [2022-03-05T21:23:17.181Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:17.181Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:17.763Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 3.1s done [2022-03-05T21:23:18.023Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 0.1s [2022-03-05T21:23:18.120Z] #11 ... [2022-03-05T21:23:18.120Z] [2022-03-05T21:23:18.120Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T21:23:18.120Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T21:23:18.120Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-05T21:23:18.120Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T21:23:18.120Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-05T21:23:18.120Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-05T21:23:18.120Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.0s done [2022-03-05T21:23:18.120Z] #28 DONE 5.8s [2022-03-05T21:23:18.120Z] [2022-03-05T21:23:18.120Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:18.120Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:18.120Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 4.4s done [2022-03-05T21:23:18.120Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-05T21:23:18.381Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.4s done [2022-03-05T21:23:18.381Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-05T21:23:18.949Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.4s done [2022-03-05T21:23:18.949Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-05T21:23:21.328Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 3.0s done [2022-03-05T21:23:21.328Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 0.1s [2022-03-05T21:23:21.775Z] #19 7.231 Fetched 48.9 MB in 7s (7240 kB/s) [2022-03-05T21:23:23.243Z] #11 ... [2022-03-05T21:23:23.243Z] [2022-03-05T21:23:23.243Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T21:23:23.243Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-05T21:23:23.243Z] #29 0.664 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:23.243Z] #29 0.680 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:23.243Z] #29 0.680 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:23.243Z] #29 0.770 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:23:23.243Z] #29 0.899 Get:5 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:23:23.243Z] #29 1.032 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:23:23.243Z] #29 1.856 Fetched 8392 kB in 1s (5765 kB/s) [2022-03-05T21:23:23.243Z] #29 1.856 Reading package lists... [2022-03-05T21:23:23.243Z] #29 2.406 Reading package lists... [2022-03-05T21:23:23.243Z] #29 2.918 Building dependency tree... [2022-03-05T21:23:23.243Z] #29 3.059 Reading state information... [2022-03-05T21:23:23.243Z] #29 3.238 The following additional packages will be installed: [2022-03-05T21:23:23.243Z] #29 3.238 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T21:23:23.243Z] #29 3.238 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T21:23:23.243Z] #29 3.238 Recommended packages: [2022-03-05T21:23:23.243Z] #29 3.238 libldap-common publicsuffix libsasl2-modules [2022-03-05T21:23:23.243Z] #29 3.383 The following NEW packages will be installed: [2022-03-05T21:23:23.243Z] #29 3.384 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T21:23:23.243Z] #29 3.384 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T21:23:23.243Z] #29 3.385 libssh2-1 openssl [2022-03-05T21:23:23.243Z] #29 3.661 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:23.243Z] #29 3.661 Need to get 2933 kB of archives. [2022-03-05T21:23:23.243Z] #29 3.661 After this operation, 6483 kB of additional disk space will be used. [2022-03-05T21:23:23.243Z] #29 3.661 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-03-05T21:23:23.243Z] #29 3.663 Get:2 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-03-05T21:23:23.243Z] #29 3.664 Get:3 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-03-05T21:23:23.243Z] #29 3.676 Get:4 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-03-05T21:23:23.243Z] #29 3.678 Get:5 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-03-05T21:23:23.243Z] #29 3.680 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-03-05T21:23:23.243Z] #29 3.680 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-03-05T21:23:23.243Z] #29 3.683 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-03-05T21:23:23.243Z] #29 3.684 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-03-05T21:23:23.243Z] #29 3.686 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-03-05T21:23:23.243Z] #29 3.686 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-03-05T21:23:23.243Z] #29 3.690 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-03-05T21:23:23.243Z] #29 3.690 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-05T21:23:23.243Z] #29 3.692 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-05T21:23:23.243Z] #29 3.707 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-05T21:23:23.243Z] #29 3.838 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:23:23.243Z] #29 3.868 Fetched 2933 kB in 0s (9078 kB/s) [2022-03-05T21:23:23.243Z] #29 3.892 Selecting previously unselected package openssl. [2022-03-05T21:23:23.243Z] #29 3.892 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-03-05T21:23:23.243Z] #29 3.892 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 3.895 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.015 Selecting previously unselected package ca-certificates. [2022-03-05T21:23:23.243Z] #29 4.015 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T21:23:23.243Z] #29 4.019 Unpacking ca-certificates (20210119) ... [2022-03-05T21:23:23.243Z] #29 4.083 Selecting previously unselected package libbrotli1:arm64. [2022-03-05T21:23:23.243Z] #29 4.083 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.089 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-05T21:23:23.243Z] #29 4.147 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-03-05T21:23:23.243Z] #29 4.147 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.150 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.191 Selecting previously unselected package libsasl2-2:arm64. [2022-03-05T21:23:23.243Z] #29 4.191 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.195 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.238 Selecting previously unselected package libldap-2.4-2:arm64. [2022-03-05T21:23:23.243Z] #29 4.240 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.243 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-05T21:23:23.243Z] #29 4.296 Selecting previously unselected package libnghttp2-14:arm64. [2022-03-05T21:23:23.243Z] #29 4.296 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.301 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-05T21:23:23.243Z] #29 4.348 Selecting previously unselected package libpsl5:arm64. [2022-03-05T21:23:23.243Z] #29 4.348 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.354 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-03-05T21:23:23.243Z] #29 4.394 Selecting previously unselected package librtmp1:arm64. [2022-03-05T21:23:23.243Z] #29 4.394 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.402 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T21:23:23.243Z] #29 4.434 Selecting previously unselected package libssh2-1:arm64. [2022-03-05T21:23:23.243Z] #29 4.436 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.440 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-03-05T21:23:23.243Z] #29 4.490 Selecting previously unselected package libcurl4:arm64. [2022-03-05T21:23:23.243Z] #29 4.490 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.498 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.545 Selecting previously unselected package curl. [2022-03-05T21:23:23.243Z] #29 4.547 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.551 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.608 Selecting previously unselected package libonig5:arm64. [2022-03-05T21:23:23.243Z] #29 4.608 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.613 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T21:23:23.243Z] #29 4.669 Selecting previously unselected package libjq1:arm64. [2022-03-05T21:23:23.243Z] #29 4.669 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.674 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-05T21:23:23.243Z] #29 4.719 Selecting previously unselected package jq. [2022-03-05T21:23:23.243Z] #29 4.719 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-03-05T21:23:23.243Z] #29 4.725 Unpacking jq (1.6-2.1) ... [2022-03-05T21:23:23.243Z] #29 4.771 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-03-05T21:23:23.243Z] #29 4.786 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-05T21:23:23.243Z] #29 4.795 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-05T21:23:23.243Z] #29 4.806 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.817 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T21:23:23.243Z] #29 4.829 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.842 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-03-05T21:23:23.243Z] #29 4.849 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 4.865 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T21:23:23.243Z] #29 4.876 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-05T21:23:23.243Z] #29 4.887 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-05T21:23:23.243Z] #29 4.896 Setting up ca-certificates (20210119) ... [2022-03-05T21:23:23.243Z] #29 5.373 Updating certificates in /etc/ssl/certs... [2022-03-05T21:23:23.243Z] #29 5.974 129 added, 0 removed; done. [2022-03-05T21:23:23.243Z] #29 6.005 Setting up jq (1.6-2.1) ... [2022-03-05T21:23:23.243Z] #29 6.015 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 6.025 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:23.243Z] #29 6.036 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:23:23.243Z] #29 6.053 Processing triggers for ca-certificates (20210119) ... [2022-03-05T21:23:23.243Z] #29 6.060 Updating certificates in /etc/ssl/certs... [2022-03-05T21:23:23.243Z] #29 6.601 0 added, 0 removed; done. [2022-03-05T21:23:23.243Z] #29 6.601 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T21:23:23.243Z] #29 6.604 done. [2022-03-05T21:23:23.243Z] #29 DONE 8.8s [2022-03-05T21:23:23.243Z] [2022-03-05T21:23:23.243Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T21:23:23.243Z] #30 sha256:4884d8f238ddf7dc3730297bf26b4e1f33b3ad056c5cc7f28ff63758a01fa739 [2022-03-05T21:23:23.243Z] #30 DONE 0.3s [2022-03-05T21:23:23.243Z] [2022-03-05T21:23:23.243Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:23.243Z] #31 sha256:79e4309f10890ae44c56e286113560bd57a0865e3e9988b8319be81a7764dd2c [2022-03-05T21:23:24.231Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 4.4s done [2022-03-05T21:23:24.231Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-05T21:23:24.627Z] #31 1.380 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T21:23:24.627Z] #31 1.575 [2022-03-05T21:23:25.067Z] #19 7.231 Reading package lists... [2022-03-05T21:23:25.148Z] #31 1.796 #=#=# #################################################### 72.3% ######################################################################## 100.0% [2022-03-05T21:23:25.148Z] #31 2.053 [2022-03-05T21:23:25.417Z] #31 ... [2022-03-05T21:23:25.417Z] [2022-03-05T21:23:25.417Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:25.417Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T21:23:25.417Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 4.0s done [2022-03-05T21:23:25.417Z] #11 extracting sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 done [2022-03-05T21:23:25.417Z] #11 DONE 15.1s [2022-03-05T21:23:25.417Z] [2022-03-05T21:23:25.417Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T21:23:25.417Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-05T21:23:25.991Z] #12 DONE 0.6s [2022-03-05T21:23:25.991Z] [2022-03-05T21:23:25.991Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T21:23:25.991Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-05T21:23:26.255Z] #13 DONE 0.4s [2022-03-05T21:23:26.255Z] [2022-03-05T21:23:26.255Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:23:26.255Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T21:23:26.515Z] #38 ... [2022-03-05T21:23:26.515Z] [2022-03-05T21:23:26.515Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T21:23:26.515Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-05T21:23:26.515Z] #33 DONE 0.1s [2022-03-05T21:23:26.776Z] [2022-03-05T21:23:26.776Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T21:23:26.776Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-05T21:23:26.776Z] #42 DONE 0.3s [2022-03-05T21:23:26.776Z] [2022-03-05T21:23:26.776Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T21:23:26.776Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-05T21:23:26.776Z] #46 DONE 0.4s [2022-03-05T21:23:26.776Z] [2022-03-05T21:23:26.776Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:23:26.776Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T21:23:26.776Z] #43 ... [2022-03-05T21:23:26.776Z] [2022-03-05T21:23:26.776Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T21:23:26.776Z] #25 sha256:a9cba33e5c3d29085aad0a3c3657b015557713b5638369fd4e29eb43fda4e38d [2022-03-05T21:23:26.776Z] #25 DONE 0.4s [2022-03-05T21:23:26.776Z] [2022-03-05T21:23:26.776Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T21:23:26.776Z] #62 sha256:814cfc1b6f449598cc779e1af6fe5c4237ae7acbc3393af8a0d544d4a56d6c0e [2022-03-05T21:23:26.776Z] #62 DONE 0.4s [2022-03-05T21:23:27.037Z] [2022-03-05T21:23:27.037Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:27.037Z] #31 sha256:79e4309f10890ae44c56e286113560bd57a0865e3e9988b8319be81a7764dd2c [2022-03-05T21:23:27.037Z] #31 2.982 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T21:23:27.037Z] #31 3.235 [2022-03-05T21:23:27.037Z] #31 3.469 #=#=# 0.2% ######################################################################## 100.0% [2022-03-05T21:23:27.037Z] #31 3.951 [2022-03-05T21:23:27.527Z] #11 ... [2022-03-05T21:23:27.527Z] [2022-03-05T21:23:27.527Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T21:23:27.527Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T21:23:27.527Z] #29 0.992 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:27.527Z] #29 1.025 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:27.527Z] #29 1.032 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:27.527Z] #29 1.141 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:23:27.527Z] #29 1.318 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:23:27.527Z] #29 1.792 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:23:27.527Z] #29 2.932 Fetched 8505 kB in 2s (3824 kB/s) [2022-03-05T21:23:27.527Z] #29 2.932 Reading package lists... [2022-03-05T21:23:27.527Z] #29 3.734 Reading package lists... [2022-03-05T21:23:27.527Z] #29 4.537 Building dependency tree... [2022-03-05T21:23:27.527Z] #29 4.709 Reading state information... [2022-03-05T21:23:27.527Z] #29 4.888 The following additional packages will be installed: [2022-03-05T21:23:27.527Z] #29 4.888 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T21:23:27.527Z] #29 4.889 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T21:23:27.527Z] #29 4.890 Recommended packages: [2022-03-05T21:23:27.527Z] #29 4.890 libldap-common publicsuffix libsasl2-modules [2022-03-05T21:23:27.527Z] #29 5.061 The following NEW packages will be installed: [2022-03-05T21:23:27.527Z] #29 5.062 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T21:23:27.527Z] #29 5.062 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T21:23:27.527Z] #29 5.063 libssh2-1 openssl [2022-03-05T21:23:27.527Z] #29 5.357 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:27.527Z] #29 5.357 Need to get 3038 kB of archives. [2022-03-05T21:23:27.527Z] #29 5.357 After this operation, 6650 kB of additional disk space will be used. [2022-03-05T21:23:27.527Z] #29 5.357 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-05T21:23:27.527Z] #29 5.359 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-05T21:23:27.527Z] #29 5.365 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-05T21:23:27.527Z] #29 5.382 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-05T21:23:27.527Z] #29 5.384 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-05T21:23:27.527Z] #29 5.388 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-05T21:23:27.527Z] #29 5.391 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-05T21:23:27.527Z] #29 5.393 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-05T21:23:27.527Z] #29 5.394 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-05T21:23:27.527Z] #29 5.395 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-05T21:23:27.527Z] #29 5.397 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-05T21:23:27.527Z] #29 5.401 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-05T21:23:27.527Z] #29 5.404 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T21:23:27.527Z] #29 5.406 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T21:23:27.527Z] #29 5.408 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T21:23:27.527Z] #29 5.556 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:23:27.527Z] #29 5.587 Fetched 3038 kB in 0s (8967 kB/s) [2022-03-05T21:23:27.527Z] #29 5.623 Selecting previously unselected package openssl. [2022-03-05T21:23:27.527Z] #29 5.623 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-05T21:23:27.527Z] #29 5.623 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 5.624 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 5.757 Selecting previously unselected package ca-certificates. [2022-03-05T21:23:27.527Z] #29 5.757 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T21:23:27.527Z] #29 5.762 Unpacking ca-certificates (20210119) ... [2022-03-05T21:23:27.527Z] #29 5.837 Selecting previously unselected package libbrotli1:amd64. [2022-03-05T21:23:27.527Z] #29 5.837 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 5.843 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T21:23:27.527Z] #29 5.905 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-05T21:23:27.527Z] #29 5.905 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 5.908 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 5.947 Selecting previously unselected package libsasl2-2:amd64. [2022-03-05T21:23:27.527Z] #29 5.947 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 5.952 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 5.997 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-05T21:23:27.527Z] #29 5.999 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.002 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T21:23:27.527Z] #29 6.064 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-05T21:23:27.527Z] #29 6.064 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.069 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T21:23:27.527Z] #29 6.115 Selecting previously unselected package libpsl5:amd64. [2022-03-05T21:23:27.527Z] #29 6.115 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.119 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T21:23:27.527Z] #29 6.166 Selecting previously unselected package librtmp1:amd64. [2022-03-05T21:23:27.527Z] #29 6.166 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.178 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T21:23:27.527Z] #29 6.223 Selecting previously unselected package libssh2-1:amd64. [2022-03-05T21:23:27.527Z] #29 6.223 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.230 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T21:23:27.527Z] #29 6.286 Selecting previously unselected package libcurl4:amd64. [2022-03-05T21:23:27.527Z] #29 6.286 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.292 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 6.364 Selecting previously unselected package curl. [2022-03-05T21:23:27.527Z] #29 6.364 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.368 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 6.436 Selecting previously unselected package libonig5:amd64. [2022-03-05T21:23:27.527Z] #29 6.436 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.436 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T21:23:27.527Z] #29 6.497 Selecting previously unselected package libjq1:amd64. [2022-03-05T21:23:27.527Z] #29 6.497 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.501 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T21:23:27.527Z] #29 6.564 Selecting previously unselected package jq. [2022-03-05T21:23:27.527Z] #29 6.566 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-05T21:23:27.527Z] #29 6.570 Unpacking jq (1.6-2.1) ... [2022-03-05T21:23:27.527Z] #29 6.626 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T21:23:27.527Z] #29 6.643 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T21:23:27.527Z] #29 6.669 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T21:23:27.527Z] #29 6.683 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 6.696 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T21:23:27.527Z] #29 6.709 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 6.721 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T21:23:27.527Z] #29 6.731 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 6.749 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T21:23:27.527Z] #29 6.762 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T21:23:27.527Z] #29 6.774 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T21:23:27.527Z] #29 6.788 Setting up ca-certificates (20210119) ... [2022-03-05T21:23:27.527Z] #29 7.391 Updating certificates in /etc/ssl/certs... [2022-03-05T21:23:27.527Z] #29 8.093 129 added, 0 removed; done. [2022-03-05T21:23:27.527Z] #29 8.132 Setting up jq (1.6-2.1) ... [2022-03-05T21:23:27.527Z] #29 8.144 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 8.153 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T21:23:27.527Z] #29 8.165 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:23:27.527Z] #29 8.181 Processing triggers for ca-certificates (20210119) ... [2022-03-05T21:23:27.527Z] #29 8.189 Updating certificates in /etc/ssl/certs... [2022-03-05T21:23:27.527Z] #29 8.795 0 added, 0 removed; done. [2022-03-05T21:23:27.527Z] #29 8.795 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T21:23:27.527Z] #29 8.796 done. [2022-03-05T21:23:27.527Z] #29 ... [2022-03-05T21:23:27.527Z] [2022-03-05T21:23:27.527Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:27.527Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:27.608Z] #19 10.22 Reading package lists... [2022-03-05T21:23:27.786Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.2s done [2022-03-05T21:23:28.049Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-05T21:23:28.174Z] #19 13.18 Building dependency tree... [2022-03-05T21:23:28.467Z] #31 5.236 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T21:23:28.618Z] #11 ... [2022-03-05T21:23:28.618Z] [2022-03-05T21:23:28.618Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T21:23:28.618Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T21:23:28.618Z] #29 DONE 10.6s [2022-03-05T21:23:28.618Z] [2022-03-05T21:23:28.618Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:28.618Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:28.735Z] #31 5.604 [2022-03-05T21:23:28.741Z] #19 14.30 The following additional packages will be installed: [2022-03-05T21:23:28.741Z] #19 14.30 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-05T21:23:28.741Z] #19 14.30 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-05T21:23:28.741Z] #19 14.30 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-05T21:23:28.741Z] #19 14.30 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-05T21:23:28.741Z] #19 14.30 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-05T21:23:28.741Z] #19 14.30 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-05T21:23:28.741Z] #19 14.30 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-05T21:23:28.741Z] #19 14.30 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-05T21:23:28.741Z] #19 14.30 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-05T21:23:28.741Z] #19 14.30 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-05T21:23:28.741Z] #19 14.30 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-05T21:23:28.741Z] #19 14.30 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-05T21:23:28.741Z] #19 14.30 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-05T21:23:28.741Z] #19 14.30 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-05T21:23:28.741Z] #19 14.30 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-05T21:23:28.741Z] #19 14.30 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-05T21:23:28.741Z] #19 14.31 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-05T21:23:28.741Z] #19 14.31 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-05T21:23:28.741Z] #19 14.31 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-05T21:23:28.741Z] #19 14.31 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-05T21:23:28.741Z] #19 14.31 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-05T21:23:28.742Z] #19 14.31 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-05T21:23:28.742Z] #19 14.31 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-05T21:23:28.742Z] #19 14.31 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-05T21:23:28.742Z] #19 14.31 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-05T21:23:28.742Z] #19 14.31 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-05T21:23:28.742Z] #19 14.31 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-05T21:23:28.742Z] #19 14.31 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-05T21:23:28.742Z] #19 14.31 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-05T21:23:28.742Z] #19 14.31 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-05T21:23:28.742Z] #19 14.31 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-05T21:23:28.742Z] #19 14.31 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-05T21:23:28.742Z] #19 14.31 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-05T21:23:28.742Z] #19 14.31 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-05T21:23:28.742Z] #19 14.31 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-05T21:23:28.742Z] #19 14.31 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-05T21:23:28.742Z] #19 14.31 linux-libc-dev-s390x-cross patch xz-utils [2022-03-05T21:23:28.742Z] #19 14.31 Suggested packages: [2022-03-05T21:23:28.742Z] #19 14.31 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-05T21:23:28.742Z] #19 14.31 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-05T21:23:28.742Z] #19 14.31 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-05T21:23:28.742Z] #19 14.31 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-05T21:23:28.742Z] #19 14.31 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-05T21:23:28.742Z] #19 14.31 libyaml-shell-perl ed diffutils-doc [2022-03-05T21:23:28.742Z] #19 14.31 Recommended packages: [2022-03-05T21:23:28.742Z] #19 14.31 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-05T21:23:28.742Z] #19 14.31 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-05T21:23:28.882Z] #11 ... [2022-03-05T21:23:28.882Z] [2022-03-05T21:23:28.882Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T21:23:28.882Z] #30 sha256:6ee6c2008be0736b35f885a0e7c56c17662281e86f520ee41f81d088b4b73d04 [2022-03-05T21:23:28.882Z] #30 DONE 0.2s [2022-03-05T21:23:28.882Z] [2022-03-05T21:23:28.882Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T21:23:28.882Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T21:23:29.786Z] #31 5.849 #=#=# 0.0% ######## 12.3% ######################## 34.3% ################################## 48.6% ###################################### 52.9% ############################################## 64.4% ########################################################### 82.4% ######################################################################## 100.0% [2022-03-05T21:23:30.125Z] #19 15.50 The following NEW packages will be installed: [2022-03-05T21:23:30.125Z] #19 15.50 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-05T21:23:30.125Z] #19 15.50 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-05T21:23:30.125Z] #19 15.50 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-05T21:23:30.125Z] #19 15.50 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-05T21:23:30.125Z] #19 15.50 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-05T21:23:30.125Z] #19 15.50 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-05T21:23:30.125Z] #19 15.50 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-05T21:23:30.125Z] #19 15.50 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-05T21:23:30.125Z] #19 15.50 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-05T21:23:30.125Z] #19 15.50 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-05T21:23:30.125Z] #19 15.50 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-05T21:23:30.125Z] #19 15.50 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-05T21:23:30.125Z] #19 15.50 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-05T21:23:30.125Z] #19 15.50 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-05T21:23:30.125Z] #19 15.50 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-05T21:23:30.125Z] #19 15.50 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-05T21:23:30.125Z] #19 15.50 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-05T21:23:30.125Z] #19 15.50 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.50 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-05T21:23:30.125Z] #19 15.50 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-05T21:23:30.125Z] #19 15.50 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-05T21:23:30.125Z] #19 15.50 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-05T21:23:30.125Z] #19 15.50 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-05T21:23:30.125Z] #19 15.50 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.50 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-05T21:23:30.125Z] #19 15.50 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-05T21:23:30.125Z] #19 15.50 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.50 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-05T21:23:30.125Z] #19 15.51 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.51 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-05T21:23:30.125Z] #19 15.51 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.51 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-05T21:23:30.125Z] #19 15.51 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-05T21:23:30.125Z] #19 15.51 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-05T21:23:30.125Z] #19 15.51 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.51 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-05T21:23:30.125Z] #19 15.51 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-05T21:23:30.125Z] #19 15.51 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-05T21:23:30.125Z] #19 15.51 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-05T21:23:30.125Z] #19 15.51 linux-libc-dev-s390x-cross patch xz-utils [2022-03-05T21:23:30.383Z] #19 15.81 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:30.383Z] #19 15.81 Need to get 787 MB of archives. [2022-03-05T21:23:30.383Z] #19 15.81 After this operation, 3385 MB of additional disk space will be used. [2022-03-05T21:23:30.383Z] #19 15.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-03-05T21:23:30.383Z] #19 15.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-05T21:23:30.383Z] #19 15.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-05T21:23:30.383Z] #19 15.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-05T21:23:30.383Z] #19 15.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-05T21:23:30.383Z] #19 15.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-05T21:23:30.383Z] #19 15.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-03-05T21:23:30.383Z] #19 15.89 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-03-05T21:23:30.383Z] #19 15.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-05T21:23:30.383Z] #19 16.01 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-03-05T21:23:30.383Z] #19 16.02 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-03-05T21:23:30.383Z] #19 16.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-05T21:23:30.642Z] #19 16.08 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-03-05T21:23:30.729Z] #31 7.683 [2022-03-05T21:23:31.577Z] #19 17.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-03-05T21:23:31.577Z] #19 17.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-03-05T21:23:31.836Z] #19 17.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-03-05T21:23:32.095Z] #19 17.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-03-05T21:23:32.703Z] #19 18.20 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-05T21:23:32.703Z] #19 18.20 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-03-05T21:23:33.639Z] #19 19.10 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-05T21:23:33.639Z] #19 19.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-03-05T21:23:34.157Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-05T21:23:34.207Z] #19 19.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-03-05T21:23:34.208Z] #19 19.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-05T21:23:34.208Z] #19 19.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-03-05T21:23:34.208Z] #19 19.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-03-05T21:23:34.208Z] #19 19.54 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-03-05T21:23:34.208Z] #19 19.54 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-05T21:23:34.208Z] #19 19.54 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-05T21:23:34.208Z] #19 19.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-05T21:23:34.208Z] #19 19.56 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-05T21:23:34.208Z] #19 19.57 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-03-05T21:23:34.208Z] #19 19.57 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-05T21:23:34.208Z] #19 19.58 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-03-05T21:23:34.208Z] #19 19.58 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-03-05T21:23:34.467Z] #19 19.99 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-03-05T21:23:34.467Z] #19 19.99 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-03-05T21:23:34.467Z] #19 20.01 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-05T21:23:34.467Z] #19 20.02 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-03-05T21:23:34.467Z] #19 20.03 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-03-05T21:23:35.038Z] #19 20.42 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-05T21:23:35.038Z] #19 20.42 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-05T21:23:35.038Z] #19 20.42 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-05T21:23:35.038Z] #19 20.43 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-05T21:23:35.038Z] #19 20.44 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-03-05T21:23:35.038Z] #19 20.44 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T21:23:35.038Z] #19 20.51 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-05T21:23:35.038Z] #19 20.51 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-03-05T21:23:35.038Z] #19 20.51 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-03-05T21:23:35.038Z] #19 20.51 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-03-05T21:23:35.038Z] #19 20.51 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-03-05T21:23:35.038Z] #19 20.51 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-05T21:23:35.038Z] #19 20.52 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-05T21:23:35.038Z] #19 20.52 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-03-05T21:23:35.038Z] #19 20.52 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-05T21:23:35.038Z] #19 20.52 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-05T21:23:35.038Z] #19 20.52 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-03-05T21:23:35.038Z] #19 20.52 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-05T21:23:35.038Z] #19 20.53 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-05T21:23:35.038Z] #19 20.53 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-05T21:23:35.038Z] #19 20.54 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-03-05T21:23:35.038Z] #19 20.54 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-03-05T21:23:35.038Z] #19 20.55 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-05T21:23:35.038Z] #19 20.55 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-05T21:23:35.038Z] #19 20.57 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-03-05T21:23:35.038Z] #19 20.57 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-05T21:23:35.038Z] #19 20.58 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-03-05T21:23:35.038Z] #19 20.59 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-03-05T21:23:35.607Z] #19 20.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-03-05T21:23:35.607Z] #19 20.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-03-05T21:23:35.607Z] #19 21.00 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-05T21:23:35.607Z] #19 21.01 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-03-05T21:23:35.607Z] #19 21.02 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-03-05T21:23:35.868Z] #19 21.43 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-03-05T21:23:35.868Z] #19 21.43 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-05T21:23:35.868Z] #19 21.43 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-05T21:23:35.868Z] #19 21.44 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-03-05T21:23:35.868Z] #19 21.44 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-03-05T21:23:35.868Z] #19 21.44 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-05T21:23:35.868Z] #19 21.44 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-05T21:23:35.869Z] #19 21.46 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-03-05T21:23:35.869Z] #19 21.46 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-05T21:23:35.869Z] #19 21.47 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-03-05T21:23:35.869Z] #19 21.47 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-03-05T21:23:36.024Z] #31 12.10 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T21:23:36.066Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.8s done [2022-03-05T21:23:36.066Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-05T21:23:36.285Z] #31 ... [2022-03-05T21:23:36.285Z] [2022-03-05T21:23:36.285Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:23:36.285Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-05T21:23:36.285Z] #58 2.531 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:36.285Z] #58 2.535 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:36.285Z] #58 2.541 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:36.285Z] #58 2.857 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:23:36.285Z] #58 4.117 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:23:36.285Z] #58 5.865 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:23:36.285Z] #58 9.986 Fetched 8392 kB in 8s (1083 kB/s) [2022-03-05T21:23:36.325Z] #11 DONE 24.1s [2022-03-05T21:23:36.325Z] [2022-03-05T21:23:36.325Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:36.325Z] #31 sha256:24a5258996c80887faf78bb26e64616f1b7120fce7163f086903905743eff3ba [2022-03-05T21:23:36.325Z] #31 1.571 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T21:23:36.325Z] #31 1.872 [2022-03-05T21:23:36.325Z] #31 2.100 #=#=# ######################################################################## 100.0% [2022-03-05T21:23:36.325Z] #31 2.363 [2022-03-05T21:23:36.325Z] #31 3.237 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T21:23:36.325Z] #31 3.500 [2022-03-05T21:23:36.325Z] #31 3.720 #=#=# ############# 19.0% ######################################################################## 100.0% [2022-03-05T21:23:36.325Z] #31 4.046 [2022-03-05T21:23:36.325Z] #31 4.972 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T21:23:36.325Z] #31 5.243 [2022-03-05T21:23:36.326Z] #31 5.461 #=#=# ############### 20.9% ########################################## 59.1% ################################################################# 91.3% ######################################################################## 100.0% [2022-03-05T21:23:36.326Z] #31 5.997 [2022-03-05T21:23:36.326Z] #31 6.925 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T21:23:36.326Z] #31 7.211 [2022-03-05T21:23:36.326Z] #31 7.429 #=#=# ######################################################################## 100.0% [2022-03-05T21:23:36.326Z] #31 ... [2022-03-05T21:23:36.326Z] [2022-03-05T21:23:36.326Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T21:23:36.326Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T21:23:36.436Z] #19 21.92 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-03-05T21:23:36.436Z] #19 21.92 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-03-05T21:23:36.436Z] #19 21.93 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-05T21:23:36.436Z] #19 21.94 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-03-05T21:23:36.436Z] #19 21.96 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-03-05T21:23:36.545Z] #58 9.986 Reading package lists... [2022-03-05T21:23:36.545Z] #58 ... [2022-03-05T21:23:36.545Z] [2022-03-05T21:23:36.545Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:23:36.545Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-05T21:23:36.545Z] #49 3.612 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T21:23:36.545Z] #49 4.907 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T21:23:36.545Z] #49 4.946 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T21:23:36.545Z] #49 5.020 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T21:23:36.545Z] #49 5.098 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T21:23:36.545Z] #49 5.424 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T21:23:36.545Z] #49 5.566 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T21:23:36.545Z] #49 5.632 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T21:23:36.545Z] #49 5.715 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T21:23:36.545Z] #49 5.935 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T21:23:36.545Z] #49 8.999 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T21:23:36.545Z] #49 9.093 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T21:23:36.545Z] #49 9.164 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T21:23:36.545Z] #49 10.22 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T21:23:36.545Z] #49 10.25 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T21:23:36.697Z] #19 22.31 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-03-05T21:23:36.697Z] #19 22.31 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-05T21:23:36.806Z] #49 ... [2022-03-05T21:23:36.806Z] [2022-03-05T21:23:36.806Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:23:36.806Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:23:36.806Z] #51 3.646 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T21:23:36.806Z] #51 ... [2022-03-05T21:23:36.806Z] [2022-03-05T21:23:36.806Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:36.806Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:23:36.806Z] #14 3.034 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:36.806Z] #14 3.093 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:36.806Z] #14 3.097 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:36.806Z] #14 3.680 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:23:36.806Z] #14 5.587 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:23:36.806Z] #14 7.180 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:23:36.955Z] #19 22.31 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-05T21:23:36.955Z] #19 22.32 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-03-05T21:23:36.955Z] #19 22.32 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-05T21:23:36.955Z] #19 22.33 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-03-05T21:23:36.955Z] #19 22.33 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-05T21:23:36.955Z] #19 22.33 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-05T21:23:36.955Z] #19 22.34 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-05T21:23:36.955Z] #19 22.35 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-05T21:23:36.955Z] #19 22.36 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-03-05T21:23:36.955Z] #19 22.36 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-05T21:23:36.955Z] #19 22.37 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-05T21:23:36.955Z] #19 22.37 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-03-05T21:23:36.955Z] #19 22.38 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-03-05T21:23:37.067Z] #14 ... [2022-03-05T21:23:37.067Z] [2022-03-05T21:23:37.067Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:23:37.067Z] #63 sha256:0a0a0105ba803bbdabe4ed2f9d7901c9d0353e262bbffd083720e947ae218ffc [2022-03-05T21:23:37.067Z] #63 2.920 + RM_GOPATH=0 [2022-03-05T21:23:37.067Z] #63 2.920 + TMP_GOPATH= [2022-03-05T21:23:37.067Z] #63 2.921 + : /build [2022-03-05T21:23:37.067Z] #63 2.921 + '[' -z '' ']' [2022-03-05T21:23:37.067Z] #63 2.922 ++ mktemp -d [2022-03-05T21:23:37.067Z] #63 2.925 + export GOPATH=/tmp/tmp.iyYvKZzg0A [2022-03-05T21:23:37.067Z] #63 2.925 + GOPATH=/tmp/tmp.iyYvKZzg0A [2022-03-05T21:23:37.067Z] #63 2.925 + RM_GOPATH=1 [2022-03-05T21:23:37.067Z] #63 2.925 + case "$(go env GOARCH)" in [2022-03-05T21:23:37.067Z] #63 2.926 ++ go env GOARCH [2022-03-05T21:23:37.067Z] #63 2.936 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:37.067Z] #63 2.937 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:37.067Z] #63 2.937 ++ dirname /install.sh [2022-03-05T21:23:37.067Z] #63 2.946 + dir=/ [2022-03-05T21:23:37.067Z] #63 2.949 + bin=rootlesskit [2022-03-05T21:23:37.067Z] #63 2.949 + shift [2022-03-05T21:23:37.067Z] #63 2.949 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T21:23:37.067Z] #63 2.949 + . //rootlesskit.installer [2022-03-05T21:23:37.067Z] #63 2.949 ++ : v0.14.6 [2022-03-05T21:23:37.067Z] #63 2.950 + install_rootlesskit [2022-03-05T21:23:37.067Z] #63 2.950 + case "$1" in [2022-03-05T21:23:37.067Z] #63 2.950 + export CGO_ENABLED=0 [2022-03-05T21:23:37.067Z] #63 2.950 + CGO_ENABLED=0 [2022-03-05T21:23:37.067Z] #63 2.950 + _install_rootlesskit [2022-03-05T21:23:37.067Z] #63 2.951 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T21:23:37.067Z] #63 2.951 Install rootlesskit version v0.14.6 [2022-03-05T21:23:37.067Z] #63 2.951 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T21:23:37.067Z] #63 2.951 + GOBIN=/build [2022-03-05T21:23:37.067Z] #63 2.951 + GO111MODULE=on [2022-03-05T21:23:37.067Z] #63 2.951 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T21:23:37.067Z] #63 3.408 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T21:23:37.067Z] #63 5.197 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T21:23:37.067Z] #63 5.210 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T21:23:37.067Z] #63 5.664 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T21:23:37.067Z] #63 7.725 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T21:23:37.067Z] #63 8.353 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T21:23:37.067Z] #63 8.464 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T21:23:37.067Z] #63 8.561 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T21:23:37.067Z] #63 8.724 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T21:23:37.067Z] #63 8.874 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T21:23:37.067Z] #63 9.002 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T21:23:37.067Z] #63 9.557 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T21:23:37.067Z] #63 9.694 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T21:23:37.067Z] #63 9.733 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T21:23:37.067Z] #63 ... [2022-03-05T21:23:37.067Z] [2022-03-05T21:23:37.067Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:23:37.067Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-05T21:23:37.067Z] #36 3.335 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T21:23:37.309Z] Running on azwin-2-01a980 in d:\jenkins\workspace\moby_PR-43334 [Pipeline] { [Pipeline] ws [2022-03-05T21:23:37.327Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2022-03-05T21:23:37.329Z] #36 ... [2022-03-05T21:23:37.329Z] [2022-03-05T21:23:37.329Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:23:37.329Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T21:23:37.329Z] #34 3.035 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T21:23:37.329Z] #34 3.035 Cloning into '.'... [2022-03-05T21:23:37.329Z] #34 ... [2022-03-05T21:23:37.329Z] [2022-03-05T21:23:37.329Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:23:37.329Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T21:23:37.329Z] #47 3.354 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:37.329Z] #47 3.373 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:37.329Z] #47 3.374 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:37.329Z] #47 3.895 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T21:23:37.329Z] #47 4.231 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:23:37.329Z] #47 6.610 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:23:37.329Z] #47 8.482 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:23:37.329Z] #47 10.31 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [Pipeline] checkout [2022-03-05T21:23:37.435Z] The recommended git tool is: git [2022-03-05T21:23:37.521Z] #19 23.03 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-03-05T21:23:37.521Z] #19 23.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-03-05T21:23:37.521Z] #19 23.04 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-05T21:23:37.521Z] #19 23.06 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-03-05T21:23:37.521Z] #19 23.07 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-03-05T21:23:37.590Z] #47 ... [2022-03-05T21:23:37.590Z] [2022-03-05T21:23:37.590Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:23:37.590Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-05T21:23:37.590Z] #53 2.207 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T21:23:37.590Z] #53 2.741 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T21:23:37.590Z] #53 2.741 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T21:23:37.590Z] #53 2.785 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T21:23:37.590Z] #53 3.647 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T21:23:37.590Z] #53 ... [2022-03-05T21:23:37.590Z] [2022-03-05T21:23:37.590Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:23:37.590Z] #26 sha256:9ad22e4fe6ea05d3fbd33b67a5e38957e6b9d5634bf3230c69b5d27e852bdb91 [2022-03-05T21:23:37.590Z] #26 2.709 + RM_GOPATH=0 [2022-03-05T21:23:37.590Z] #26 2.709 + TMP_GOPATH= [2022-03-05T21:23:37.590Z] #26 2.709 + : /build [2022-03-05T21:23:37.590Z] #26 2.709 + '[' -z '' ']' [2022-03-05T21:23:37.590Z] #26 2.717 ++ mktemp -d [2022-03-05T21:23:37.590Z] #26 2.717 + export GOPATH=/tmp/tmp.hEzassUD6z [2022-03-05T21:23:37.590Z] #26 2.717 + GOPATH=/tmp/tmp.hEzassUD6z [2022-03-05T21:23:37.590Z] #26 2.717 + RM_GOPATH=1 [2022-03-05T21:23:37.590Z] #26 2.717 + case "$(go env GOARCH)" in [2022-03-05T21:23:37.590Z] #26 2.717 ++ go env GOARCH [2022-03-05T21:23:37.590Z] #26 2.738 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:37.590Z] #26 2.738 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:37.590Z] #26 2.739 ++ dirname /install.sh [2022-03-05T21:23:37.590Z] #26 2.746 + dir=/ [2022-03-05T21:23:37.590Z] #26 2.746 + bin=dockercli [2022-03-05T21:23:37.590Z] #26 2.746 + shift [2022-03-05T21:23:37.590Z] #26 2.746 + '[' '!' -f //dockercli.installer ']' [2022-03-05T21:23:37.590Z] #26 2.746 + . //dockercli.installer [2022-03-05T21:23:37.590Z] #26 2.746 ++ : stable [2022-03-05T21:23:37.590Z] #26 2.746 ++ : 17.06.2-ce [2022-03-05T21:23:37.590Z] #26 2.746 + install_dockercli [2022-03-05T21:23:37.590Z] #26 2.746 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T21:23:37.590Z] #26 2.746 ++ uname -m [2022-03-05T21:23:37.590Z] #26 2.746 Install docker/cli version 17.06.2-ce from stable [2022-03-05T21:23:37.590Z] #26 2.770 + arch=aarch64 [2022-03-05T21:23:37.590Z] #26 2.770 + '[' aarch64 '!=' x86_64 ']' [2022-03-05T21:23:37.590Z] #26 2.770 + '[' aarch64 '!=' s390x ']' [2022-03-05T21:23:37.590Z] #26 2.770 + '[' aarch64 '!=' armhf ']' [2022-03-05T21:23:37.590Z] #26 2.770 + build_dockercli [2022-03-05T21:23:37.590Z] #26 2.770 + git clone https://github.com/docker/docker-ce /tmp/tmp.hEzassUD6z/tmp/docker-ce [2022-03-05T21:23:37.590Z] #26 2.773 Cloning into '/tmp/tmp.hEzassUD6z/tmp/docker-ce'... [2022-03-05T21:23:37.659Z] using credential docker-jenkins-github-credentials [2022-03-05T21:23:37.704Z] #12 DONE 1.2s [2022-03-05T21:23:37.705Z] [2022-03-05T21:23:37.705Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T21:23:37.705Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T21:23:37.739Z] Cloning the remote Git repository [2022-03-05T21:23:37.739Z] Cloning with configured refspecs honoured and without tags [2022-03-05T21:23:37.781Z] #19 23.43 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-03-05T21:23:37.851Z] #26 ... [2022-03-05T21:23:37.851Z] [2022-03-05T21:23:37.851Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:23:37.851Z] #63 sha256:0a0a0105ba803bbdabe4ed2f9d7901c9d0353e262bbffd083720e947ae218ffc [2022-03-05T21:23:37.851Z] #63 11.11 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T21:23:37.964Z] #13 ... [2022-03-05T21:23:37.964Z] [2022-03-05T21:23:37.964Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:37.964Z] #31 sha256:24a5258996c80887faf78bb26e64616f1b7120fce7163f086903905743eff3ba [2022-03-05T21:23:37.964Z] #31 7.728 [2022-03-05T21:23:37.964Z] #31 8.334 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T21:23:37.964Z] #31 8.535 [2022-03-05T21:23:37.964Z] #31 8.755 #=#=# ######################################################################## 100.0% [2022-03-05T21:23:37.964Z] #31 9.006 [2022-03-05T21:23:37.964Z] #31 9.064 Download of images into '/build' complete. [2022-03-05T21:23:37.964Z] #31 9.064 Use something like the following to load the result into a Docker daemon: [2022-03-05T21:23:37.964Z] #31 9.064 tar -cC '/build' . | docker load [2022-03-05T21:23:37.964Z] #31 DONE 9.1s [2022-03-05T21:23:38.039Z] #19 23.43 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-05T21:23:38.039Z] #19 23.43 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-05T21:23:38.039Z] #19 23.44 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-03-05T21:23:38.039Z] #19 23.44 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-03-05T21:23:38.039Z] #19 23.44 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-03-05T21:23:38.039Z] #19 23.44 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-05T21:23:38.039Z] #19 23.44 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-05T21:23:38.039Z] #19 23.45 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-03-05T21:23:38.039Z] #19 23.46 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-05T21:23:38.039Z] #19 23.46 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-03-05T21:23:38.039Z] #19 23.47 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-03-05T21:23:38.224Z] [2022-03-05T21:23:38.224Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T21:23:38.224Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T21:23:38.224Z] #13 DONE 0.6s [2022-03-05T21:23:38.224Z] [2022-03-05T21:23:38.224Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:38.224Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:23:38.298Z] #19 23.80 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-03-05T21:23:38.298Z] #19 23.80 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-03-05T21:23:38.298Z] #19 23.81 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-05T21:23:38.298Z] #19 23.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-03-05T21:23:38.298Z] #19 23.83 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-03-05T21:23:37.778Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:23:37.778Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-05T21:23:37.946Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:37.947Z] > git --version # timeout=10 [2022-03-05T21:23:38.059Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-05T21:23:38.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:38.065Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:38.557Z] #19 24.14 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-05T21:23:38.557Z] #19 24.14 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-05T21:23:38.795Z] #14 ... [2022-03-05T21:23:38.795Z] [2022-03-05T21:23:38.795Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T21:23:38.795Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T21:23:38.795Z] #42 DONE 0.4s [2022-03-05T21:23:38.795Z] [2022-03-05T21:23:38.795Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T21:23:38.795Z] #25 sha256:55d3521fe3289b4b7e870ea01b3bfb76a2f0fd9cfd843cc06d9a6c34ab15db39 [2022-03-05T21:23:38.795Z] #25 DONE 0.6s [2022-03-05T21:23:38.795Z] [2022-03-05T21:23:38.795Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:23:38.795Z] #26 sha256:7e2b82bb38881a73e2935c90aa08384511b79146a085727a12f437232a9eb26e [2022-03-05T21:23:38.795Z] #26 ... [2022-03-05T21:23:38.795Z] [2022-03-05T21:23:38.795Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T21:23:38.795Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T21:23:38.795Z] #33 DONE 0.7s [2022-03-05T21:23:38.795Z] [2022-03-05T21:23:38.795Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T21:23:38.795Z] #62 sha256:df6ac26643899e68a860bcc7011aaf649b992f2e3dee14cd163e9571bd1365bf [2022-03-05T21:23:38.795Z] #62 DONE 0.8s [2022-03-05T21:23:38.816Z] #19 24.41 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:23:38.816Z] #19 24.51 Fetched 787 MB in 9s (91.6 MB/s) [2022-03-05T21:23:39.055Z] [2022-03-05T21:23:39.055Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T21:23:39.055Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T21:23:39.055Z] #46 DONE 0.8s [2022-03-05T21:23:39.055Z] [2022-03-05T21:23:39.055Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:23:39.055Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:23:39.075Z] #19 24.54 Selecting previously unselected package liblocale-gettext-perl. [2022-03-05T21:23:39.075Z] #19 24.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T21:23:39.075Z] #19 24.63 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-05T21:23:39.075Z] #19 24.64 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-05T21:23:39.075Z] #19 24.67 Selecting previously unselected package bzip2. [2022-03-05T21:23:39.075Z] #19 24.68 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-05T21:23:39.075Z] #19 24.68 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T21:23:39.075Z] #19 24.71 Selecting previously unselected package libmagic-mgc. [2022-03-05T21:23:39.075Z] #19 24.71 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-05T21:23:39.075Z] #19 24.71 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-05T21:23:39.334Z] #19 24.79 Selecting previously unselected package libmagic1:amd64. [2022-03-05T21:23:39.334Z] #19 24.79 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-05T21:23:39.334Z] #19 24.80 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-05T21:23:39.334Z] #19 24.83 Selecting previously unselected package file. [2022-03-05T21:23:39.334Z] #19 24.83 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-05T21:23:39.334Z] #19 24.83 Unpacking file (1:5.39-3) ... [2022-03-05T21:23:39.334Z] #19 24.87 Selecting previously unselected package xz-utils. [2022-03-05T21:23:39.334Z] #19 24.87 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-05T21:23:39.334Z] #19 24.87 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T21:23:39.334Z] #19 24.95 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-05T21:23:39.334Z] #19 24.96 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-05T21:23:39.334Z] #19 24.96 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-05T21:23:39.594Z] #19 25.28 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-05T21:23:39.780Z] #63 ... [2022-03-05T21:23:39.780Z] [2022-03-05T21:23:39.780Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:23:39.780Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-05T21:23:39.780Z] #36 12.62 tomll can be used in two ways: [2022-03-05T21:23:39.780Z] #36 12.63 Writing to STDIN and reading from STDOUT: [2022-03-05T21:23:39.780Z] #36 12.63 cat file.toml | tomll > file.toml [2022-03-05T21:23:39.780Z] #36 12.63 [2022-03-05T21:23:39.780Z] #36 12.63 Reading and updating a list of files: [2022-03-05T21:23:39.780Z] #36 12.63 tomll a.toml b.toml c.toml [2022-03-05T21:23:39.780Z] #36 12.63 [2022-03-05T21:23:39.780Z] #36 12.63 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T21:23:39.780Z] #36 DONE 13.1s [2022-03-05T21:23:39.780Z] [2022-03-05T21:23:39.780Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:39.780Z] #31 sha256:79e4309f10890ae44c56e286113560bd57a0865e3e9988b8319be81a7764dd2c [2022-03-05T21:23:39.780Z] #31 13.58 [2022-03-05T21:23:39.780Z] #31 13.89 #=#=# ######################################################################## 100.0% [2022-03-05T21:23:39.780Z] #31 14.96 [2022-03-05T21:23:39.780Z] #31 ... [2022-03-05T21:23:39.780Z] [2022-03-05T21:23:39.780Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:23:39.780Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T21:23:39.780Z] #43 2.976 + git clone https://github.com/docker/distribution.git . [2022-03-05T21:23:39.780Z] #43 2.976 Cloning into '.'... [2022-03-05T21:23:39.780Z] #43 ... [2022-03-05T21:23:39.780Z] [2022-03-05T21:23:39.780Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:23:39.780Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T21:23:39.780Z] #47 12.69 Fetched 8395 kB in 10s (871 kB/s) [2022-03-05T21:23:39.853Z] #19 25.29 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-05T21:23:39.853Z] #19 25.29 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-05T21:23:39.853Z] #19 25.58 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-05T21:23:40.041Z] #47 12.69 Reading package lists... [2022-03-05T21:23:40.041Z] #47 ... [2022-03-05T21:23:40.042Z] [2022-03-05T21:23:40.042Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:23:40.042Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T21:23:40.042Z] #38 3.662 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:40.042Z] #38 3.713 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:40.042Z] #38 3.722 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:40.042Z] #38 4.299 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:23:40.042Z] #38 5.981 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:23:40.042Z] #38 7.921 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:23:40.042Z] #38 11.82 Fetched 8392 kB in 8s (996 kB/s) [2022-03-05T21:23:40.112Z] #19 25.58 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-05T21:23:40.112Z] #19 25.59 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-05T21:23:40.371Z] #19 25.89 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-05T21:23:40.371Z] #19 25.89 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-05T21:23:40.371Z] #19 25.89 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-05T21:23:40.632Z] #19 26.16 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-05T21:23:40.632Z] #19 26.16 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-05T21:23:40.632Z] #19 26.17 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-05T21:23:40.891Z] #19 26.39 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-05T21:23:40.891Z] #19 26.39 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:40.891Z] #19 26.40 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:23:40.891Z] #19 26.43 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-05T21:23:40.891Z] #19 26.43 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:40.891Z] #19 26.44 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:23:40.987Z] #38 11.82 Reading package lists... [2022-03-05T21:23:40.987Z] #38 ... [2022-03-05T21:23:40.987Z] [2022-03-05T21:23:40.987Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:23:40.987Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-05T21:23:40.987Z] #58 9.986 Reading package lists... [2022-03-05T21:23:42.351Z] #47 3.423 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:42.351Z] #47 3.464 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:42.351Z] #47 3.465 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:43.290Z] #47 4.049 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T21:23:43.290Z] #47 4.437 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:23:44.231Z] #47 ... [2022-03-05T21:23:44.231Z] [2022-03-05T21:23:44.231Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:23:44.231Z] #26 sha256:7e2b82bb38881a73e2935c90aa08384511b79146a085727a12f437232a9eb26e [2022-03-05T21:23:44.231Z] #26 3.130 + RM_GOPATH=0 [2022-03-05T21:23:44.231Z] #26 3.130 + TMP_GOPATH= [2022-03-05T21:23:44.231Z] #26 3.130 + : /build [2022-03-05T21:23:44.231Z] #26 3.130 + '[' -z '' ']' [2022-03-05T21:23:44.231Z] #26 3.130 ++ mktemp -d [2022-03-05T21:23:44.231Z] #26 3.131 + export GOPATH=/tmp/tmp.NmNYMgCkLh [2022-03-05T21:23:44.231Z] #26 3.131 + GOPATH=/tmp/tmp.NmNYMgCkLh [2022-03-05T21:23:44.231Z] #26 3.132 + RM_GOPATH=1 [2022-03-05T21:23:44.231Z] #26 3.132 + case "$(go env GOARCH)" in [2022-03-05T21:23:44.231Z] #26 3.133 ++ go env GOARCH [2022-03-05T21:23:44.231Z] #26 3.183 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:44.231Z] #26 3.183 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:44.231Z] #26 3.183 ++ dirname /install.sh [2022-03-05T21:23:44.231Z] #26 3.207 + dir=/ [2022-03-05T21:23:44.231Z] #26 3.207 + bin=dockercli [2022-03-05T21:23:44.231Z] #26 3.207 + shift [2022-03-05T21:23:44.231Z] #26 3.207 + '[' '!' -f //dockercli.installer ']' [2022-03-05T21:23:44.231Z] #26 3.207 + . //dockercli.installer [2022-03-05T21:23:44.231Z] #26 3.209 ++ : stable [2022-03-05T21:23:44.231Z] #26 3.209 ++ : 17.06.2-ce [2022-03-05T21:23:44.231Z] #26 3.212 + install_dockercli [2022-03-05T21:23:44.231Z] #26 3.213 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T21:23:44.231Z] #26 3.213 Install docker/cli version 17.06.2-ce from stable [2022-03-05T21:23:44.231Z] #26 3.214 ++ uname -m [2022-03-05T21:23:44.231Z] #26 3.219 + arch=x86_64 [2022-03-05T21:23:44.231Z] #26 3.219 + '[' x86_64 '!=' x86_64 ']' [2022-03-05T21:23:44.231Z] #26 3.219 + url=https://download.docker.com/linux/static [2022-03-05T21:23:44.231Z] #26 3.221 + tar -xz docker/docker [2022-03-05T21:23:44.231Z] #26 3.234 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-05T21:23:44.289Z] #58 14.56 Reading package lists... [2022-03-05T21:23:44.289Z] #58 ... [2022-03-05T21:23:44.289Z] [2022-03-05T21:23:44.289Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:23:44.289Z] #31 sha256:79e4309f10890ae44c56e286113560bd57a0865e3e9988b8319be81a7764dd2c [2022-03-05T21:23:44.289Z] #31 17.54 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T21:23:44.289Z] #31 18.96 [2022-03-05T21:23:44.289Z] #31 19.25 #=#=# ######################################################################## 100.0% [2022-03-05T21:23:44.289Z] #31 20.32 [2022-03-05T21:23:44.289Z] #31 20.62 Download of images into '/build' complete. [2022-03-05T21:23:44.289Z] #31 20.62 Use something like the following to load the result into a Docker daemon: [2022-03-05T21:23:44.289Z] #31 20.62 tar -cC '/build' . | docker load [2022-03-05T21:23:44.289Z] #31 DONE 20.7s [2022-03-05T21:23:44.289Z] [2022-03-05T21:23:44.289Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:23:44.289Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T21:23:44.289Z] #43 16.27 + git checkout -q v2.3.0 [2022-03-05T21:23:44.863Z] #43 18.11 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T21:23:46.163Z] #19 30.87 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-05T21:23:46.163Z] #19 30.87 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:46.163Z] #19 30.87 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:23:46.163Z] #19 30.91 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-05T21:23:46.163Z] #19 30.91 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:46.163Z] #19 30.91 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T21:23:48.166Z] #43 ... [2022-03-05T21:23:48.166Z] [2022-03-05T21:23:48.166Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:48.166Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:23:48.166Z] #14 11.87 Fetched 8392 kB in 9s (924 kB/s) [2022-03-05T21:23:48.166Z] #14 11.87 Reading package lists... [2022-03-05T21:23:48.166Z] #14 16.08 Reading package lists... [2022-03-05T21:23:48.166Z] #14 19.56 Building dependency tree... [2022-03-05T21:23:48.166Z] #14 20.64 Reading state information... [2022-03-05T21:23:48.426Z] #14 ... [2022-03-05T21:23:48.426Z] [2022-03-05T21:23:48.426Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:23:48.426Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:23:48.426Z] #51 21.14 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T21:23:48.426Z] #51 21.14 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T21:23:48.426Z] #51 21.19 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T21:23:48.426Z] #51 21.21 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T21:23:48.426Z] #51 21.36 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T21:23:48.426Z] #51 21.48 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T21:23:48.426Z] #51 21.85 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T21:23:48.426Z] #51 21.85 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T21:23:48.452Z] #26 ... [2022-03-05T21:23:48.453Z] [2022-03-05T21:23:48.453Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:23:48.453Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T21:23:48.453Z] #49 3.717 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T21:23:48.453Z] #49 5.132 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T21:23:48.453Z] #49 5.147 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T21:23:48.453Z] #49 5.205 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T21:23:48.453Z] #49 5.366 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T21:23:48.453Z] #49 5.671 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T21:23:48.453Z] #49 5.672 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T21:23:48.453Z] #49 5.717 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T21:23:48.453Z] #49 5.727 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T21:23:48.453Z] #49 5.901 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T21:23:48.453Z] #49 5.923 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T21:23:48.453Z] #49 6.084 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T21:23:48.453Z] #49 6.425 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T21:23:48.453Z] #49 ... [2022-03-05T21:23:48.453Z] [2022-03-05T21:23:48.453Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:23:48.453Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T21:23:48.453Z] #36 4.009 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T21:23:48.453Z] #36 ... [2022-03-05T21:23:48.453Z] [2022-03-05T21:23:48.453Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:23:48.453Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:23:48.453Z] #51 3.821 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T21:23:48.712Z] #51 ... [2022-03-05T21:23:48.712Z] [2022-03-05T21:23:48.712Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:23:48.712Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T21:23:48.712Z] #58 3.616 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:48.712Z] #58 3.684 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:48.712Z] #58 3.684 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:48.712Z] #58 4.422 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:23:48.712Z] #58 6.469 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:23:48.712Z] #58 8.168 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:23:48.712Z] #58 ... [2022-03-05T21:23:48.712Z] [2022-03-05T21:23:48.712Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:23:48.712Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T21:23:48.712Z] #53 3.030 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T21:23:48.712Z] #53 3.676 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T21:23:48.712Z] #53 3.687 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T21:23:48.712Z] #53 3.810 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T21:23:48.712Z] #53 5.146 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T21:23:48.971Z] #53 ... [2022-03-05T21:23:48.971Z] [2022-03-05T21:23:48.971Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:23:48.971Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T21:23:48.971Z] #38 3.553 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:48.971Z] #38 3.597 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:48.971Z] #38 3.598 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:48.971Z] #38 4.290 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:23:48.971Z] #38 5.872 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:23:48.971Z] #38 7.667 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:23:48.971Z] #38 ... [2022-03-05T21:23:48.971Z] [2022-03-05T21:23:48.971Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:23:48.971Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:23:48.971Z] #34 3.107 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T21:23:48.971Z] #34 3.107 Cloning into '.'... [2022-03-05T21:23:48.997Z] #51 22.55 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T21:23:48.997Z] #51 22.59 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T21:23:49.232Z] #34 ... [2022-03-05T21:23:49.232Z] [2022-03-05T21:23:49.232Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:23:49.232Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:23:49.232Z] #43 3.389 + git clone https://github.com/docker/distribution.git . [2022-03-05T21:23:49.232Z] #43 3.394 Cloning into '.'... [2022-03-05T21:23:49.232Z] #43 ... [2022-03-05T21:23:49.232Z] [2022-03-05T21:23:49.232Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:23:49.232Z] #63 sha256:a5a370cf24d6a392f0dca91c21150ada4eee23b7f7df3f5f0511d6ee4b514739 [2022-03-05T21:23:49.232Z] #63 3.064 + RM_GOPATH=0 [2022-03-05T21:23:49.232Z] #63 3.064 + TMP_GOPATH= [2022-03-05T21:23:49.232Z] #63 3.064 + : /build [2022-03-05T21:23:49.232Z] #63 3.065 + '[' -z '' ']' [2022-03-05T21:23:49.232Z] #63 3.068 ++ mktemp -d [2022-03-05T21:23:49.232Z] #63 3.072 + export GOPATH=/tmp/tmp.UklTBEsTMk [2022-03-05T21:23:49.232Z] #63 3.081 + GOPATH=/tmp/tmp.UklTBEsTMk [2022-03-05T21:23:49.232Z] #63 3.081 + RM_GOPATH=1 [2022-03-05T21:23:49.232Z] #63 3.081 + case "$(go env GOARCH)" in [2022-03-05T21:23:49.232Z] #63 3.081 ++ go env GOARCH [2022-03-05T21:23:49.232Z] #63 3.111 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:49.232Z] #63 3.111 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:23:49.232Z] #63 3.113 ++ dirname /install.sh [2022-03-05T21:23:49.232Z] #63 3.140 + dir=/ [2022-03-05T21:23:49.232Z] #63 3.140 + bin=rootlesskit [2022-03-05T21:23:49.232Z] #63 3.140 + shift [2022-03-05T21:23:49.232Z] #63 3.140 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T21:23:49.232Z] #63 3.140 + . //rootlesskit.installer [2022-03-05T21:23:49.232Z] #63 3.140 ++ : v0.14.6 [2022-03-05T21:23:49.232Z] #63 3.140 + install_rootlesskit [2022-03-05T21:23:49.232Z] #63 3.140 + case "$1" in [2022-03-05T21:23:49.232Z] #63 3.140 + export CGO_ENABLED=0 [2022-03-05T21:23:49.232Z] #63 3.141 + CGO_ENABLED=0 [2022-03-05T21:23:49.232Z] #63 3.141 + _install_rootlesskit [2022-03-05T21:23:49.232Z] #63 3.141 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T21:23:49.232Z] #63 3.142 Install rootlesskit version v0.14.6 [2022-03-05T21:23:49.232Z] #63 3.142 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T21:23:49.232Z] #63 3.142 + GOBIN=/build [2022-03-05T21:23:49.232Z] #63 3.142 + GO111MODULE=on [2022-03-05T21:23:49.232Z] #63 3.143 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T21:23:49.232Z] #63 3.643 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T21:23:49.232Z] #63 5.998 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T21:23:49.232Z] #63 5.999 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T21:23:49.232Z] #63 6.604 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T21:23:49.232Z] #63 9.583 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T21:23:49.232Z] #63 10.19 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T21:23:49.232Z] #63 10.19 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T21:23:49.232Z] #63 10.32 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T21:23:49.232Z] #63 10.45 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T21:23:49.492Z] #63 10.55 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T21:23:49.492Z] #63 ... [2022-03-05T21:23:49.492Z] [2022-03-05T21:23:49.492Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:23:49.492Z] #26 sha256:7e2b82bb38881a73e2935c90aa08384511b79146a085727a12f437232a9eb26e [2022-03-05T21:23:49.492Z] #26 10.52 + mkdir -p /build [2022-03-05T21:23:49.492Z] #26 10.53 + mv docker/docker /build/ [2022-03-05T21:23:49.492Z] #26 10.53 + rmdir docker [2022-03-05T21:23:49.493Z] #19 35.10 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-05T21:23:49.493Z] #19 35.10 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:49.751Z] #26 DONE 11.0s [2022-03-05T21:23:49.751Z] [2022-03-05T21:23:49.751Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:23:49.751Z] #63 sha256:a5a370cf24d6a392f0dca91c21150ada4eee23b7f7df3f5f0511d6ee4b514739 [2022-03-05T21:23:49.751Z] #63 10.68 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T21:23:49.751Z] #19 35.10 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:23:49.751Z] #19 35.14 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-05T21:23:49.751Z] #19 35.14 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:49.751Z] #19 35.14 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T21:23:49.857Z] Running on azwin-2-d1c240 in d:\jenkins\workspace\moby_PR-43334 [Pipeline] { [Pipeline] ws [2022-03-05T21:23:49.879Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-05T21:23:49.987Z] The recommended git tool is: git [2022-03-05T21:23:50.202Z] using credential docker-jenkins-github-credentials [2022-03-05T21:23:50.278Z] Cloning the remote Git repository [2022-03-05T21:23:50.278Z] Cloning with configured refspecs honoured and without tags [2022-03-05T21:23:50.382Z] #51 ... [2022-03-05T21:23:50.382Z] [2022-03-05T21:23:50.382Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:23:50.382Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-05T21:23:50.382Z] #58 14.56 Reading package lists... [2022-03-05T21:23:50.382Z] #58 18.46 Building dependency tree... [2022-03-05T21:23:50.382Z] #58 19.62 Reading state information... [2022-03-05T21:23:50.382Z] #58 21.47 The following additional packages will be installed: [2022-03-05T21:23:50.382Z] #58 21.51 libbtrfs0 [2022-03-05T21:23:50.382Z] #58 21.61 The following NEW packages will be installed: [2022-03-05T21:23:50.382Z] #58 21.63 libbtrfs-dev libbtrfs0 [2022-03-05T21:23:50.382Z] #58 21.99 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:50.382Z] #58 21.99 Need to get 454 kB of archives. [2022-03-05T21:23:50.382Z] #58 21.99 After this operation, 1275 kB of additional disk space will be used. [2022-03-05T21:23:50.382Z] #58 21.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-05T21:23:50.382Z] #58 22.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-05T21:23:50.382Z] #58 22.75 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:23:50.382Z] #58 22.96 Fetched 454 kB in 0s (1439 kB/s) [2022-03-05T21:23:50.382Z] #58 23.04 Selecting previously unselected package libbtrfs0:arm64. [2022-03-05T21:23:50.382Z] #58 23.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 ... 15700 files and directories currently installed.) [2022-03-05T21:23:50.382Z] #58 23.07 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-05T21:23:50.382Z] #58 23.09 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T21:23:50.382Z] #58 23.27 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-05T21:23:50.382Z] #58 23.27 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-05T21:23:50.382Z] #58 23.27 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T21:23:50.382Z] #58 23.57 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T21:23:50.382Z] #58 23.60 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T21:23:50.382Z] #58 23.62 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:23:50.382Z] #58 DONE 24.1s [2022-03-05T21:23:50.643Z] [2022-03-05T21:23:50.643Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:23:50.643Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-05T21:23:50.643Z] #53 24.17 v3.0.2 [2022-03-05T21:23:50.643Z] #53 DONE 24.3s [2022-03-05T21:23:50.643Z] [2022-03-05T21:23:50.643Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:50.643Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:23:50.643Z] #14 22.37 The following additional packages will be installed: [2022-03-05T21:23:50.643Z] #14 22.39 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T21:23:50.643Z] #14 22.39 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T21:23:50.643Z] #14 22.39 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T21:23:50.643Z] #14 22.39 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T21:23:50.643Z] #14 22.39 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T21:23:50.643Z] #14 22.40 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T21:23:50.643Z] #14 22.40 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T21:23:50.643Z] #14 22.42 Suggested packages: [2022-03-05T21:23:50.643Z] #14 22.43 gcc-10-locales seccomp wine64 [2022-03-05T21:23:50.643Z] #14 23.22 The following NEW packages will be installed: [2022-03-05T21:23:50.643Z] #14 23.24 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T21:23:50.643Z] #14 23.24 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T21:23:50.643Z] #14 23.24 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T21:23:50.643Z] #14 23.24 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T21:23:50.643Z] #14 23.24 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T21:23:50.644Z] #14 23.24 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T21:23:50.644Z] #14 23.24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T21:23:50.644Z] #14 23.24 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T21:23:50.644Z] #14 23.24 mingw-w64-x86-64-dev [2022-03-05T21:23:50.644Z] #14 23.61 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:50.644Z] #14 23.61 Need to get 108 MB of archives. [2022-03-05T21:23:50.644Z] #14 23.61 After this operation, 620 MB of additional disk space will be used. [2022-03-05T21:23:50.644Z] #14 23.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-03-05T21:23:50.644Z] #14 23.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-03-05T21:23:50.644Z] #14 23.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T21:23:50.644Z] #14 23.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-03-05T21:23:50.644Z] #14 23.74 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-03-05T21:23:50.644Z] #14 23.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T21:23:50.644Z] #14 23.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T21:23:50.644Z] #14 23.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-03-05T21:23:50.644Z] #14 23.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T21:23:50.687Z] #63 11.69 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T21:23:50.904Z] #14 ... [2022-03-05T21:23:50.904Z] [2022-03-05T21:23:50.904Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T21:23:50.904Z] #59 sha256:479b2a705c57c1df3e55e6587d472cec08a33e96e9e6e16214f6dd202fc7cd3a [2022-03-05T21:23:50.904Z] #59 DONE 0.2s [2022-03-05T21:23:50.904Z] [2022-03-05T21:23:50.904Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:50.904Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:23:50.904Z] #14 24.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-05T21:23:50.945Z] #63 11.99 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T21:23:50.945Z] #63 12.04 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T21:23:50.314Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:23:50.315Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-05T21:23:50.381Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:50.381Z] > git --version # timeout=10 [2022-03-05T21:23:50.430Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-05T21:23:50.431Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:50.434Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:51.849Z] #14 25.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-03-05T21:23:52.119Z] #14 25.74 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T21:23:52.326Z] #63 ... [2022-03-05T21:23:52.326Z] [2022-03-05T21:23:52.326Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:52.326Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:23:52.326Z] #14 4.136 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:23:52.326Z] #14 4.160 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:23:52.326Z] #14 4.160 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:23:52.326Z] #14 4.979 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:23:52.326Z] #14 6.579 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:23:52.326Z] #14 8.465 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:23:52.326Z] #14 ... [2022-03-05T21:23:52.326Z] [2022-03-05T21:23:52.326Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:23:52.326Z] #63 sha256:a5a370cf24d6a392f0dca91c21150ada4eee23b7f7df3f5f0511d6ee4b514739 [2022-03-05T21:23:52.326Z] #63 13.52 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T21:23:52.381Z] #14 26.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-05T21:23:52.381Z] #14 ... [2022-03-05T21:23:52.381Z] [2022-03-05T21:23:52.381Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:23:52.381Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T21:23:52.381Z] #38 11.82 Reading package lists... [2022-03-05T21:23:52.381Z] #38 16.11 Reading package lists... [2022-03-05T21:23:52.381Z] #38 19.97 Building dependency tree... [2022-03-05T21:23:52.381Z] #38 21.15 Reading state information... [2022-03-05T21:23:52.381Z] #38 22.70 The following additional packages will be installed: [2022-03-05T21:23:52.381Z] #38 22.71 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-05T21:23:52.381Z] #38 22.73 Suggested packages: [2022-03-05T21:23:52.381Z] #38 22.74 cmake-doc ninja-build lrzip [2022-03-05T21:23:52.381Z] #38 22.74 Recommended packages: [2022-03-05T21:23:52.381Z] #38 22.74 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T21:23:52.381Z] #38 23.33 The following NEW packages will be installed: [2022-03-05T21:23:52.381Z] #38 23.34 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-05T21:23:52.381Z] #38 23.34 vim-common xxd [2022-03-05T21:23:52.381Z] #38 23.69 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:52.381Z] #38 23.69 Need to get 15.6 MB of archives. [2022-03-05T21:23:52.381Z] #38 23.69 After this operation, 67.4 MB of additional disk space will be used. [2022-03-05T21:23:52.381Z] #38 23.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T21:23:52.381Z] #38 23.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T21:23:52.381Z] #38 23.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T21:23:52.381Z] #38 23.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-05T21:23:52.381Z] #38 24.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-03-05T21:23:52.381Z] #38 24.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-03-05T21:23:52.381Z] #38 24.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-03-05T21:23:52.381Z] #38 24.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-03-05T21:23:52.381Z] #38 24.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-03-05T21:23:52.381Z] #38 24.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-03-05T21:23:52.381Z] #38 25.39 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:23:52.381Z] #38 25.65 Fetched 15.6 MB in 1s (16.7 MB/s) [2022-03-05T21:23:52.381Z] #38 25.73 Selecting previously unselected package xxd. [2022-03-05T21:23:52.382Z] #38 25.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-05T21:23:52.382Z] #38 25.79 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-05T21:23:52.382Z] #38 25.80 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:23:52.382Z] #38 25.95 Selecting previously unselected package vim-common. [2022-03-05T21:23:52.382Z] #38 25.95 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:23:52.382Z] #38 25.98 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:23:52.382Z] #38 ... [2022-03-05T21:23:52.382Z] [2022-03-05T21:23:52.382Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:23:52.382Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:23:52.382Z] #51 25.62 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T21:23:52.382Z] #51 25.63 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T21:23:52.382Z] #51 25.68 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T21:23:52.382Z] #51 25.80 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T21:23:52.382Z] #51 25.85 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T21:23:52.382Z] #51 25.87 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T21:23:52.382Z] #51 25.90 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T21:23:52.382Z] #51 25.94 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T21:23:52.382Z] #51 25.98 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T21:23:52.382Z] #51 25.99 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T21:23:52.382Z] #51 26.02 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T21:23:52.382Z] #51 26.03 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T21:23:52.382Z] #51 26.15 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T21:23:52.382Z] #51 26.15 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T21:23:52.382Z] #51 26.21 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T21:23:52.643Z] #51 26.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T21:23:52.643Z] #51 26.27 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T21:23:52.643Z] #51 26.28 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T21:23:52.643Z] #51 26.31 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T21:23:52.643Z] #51 26.31 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T21:23:52.643Z] #51 26.32 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T21:23:52.643Z] #51 26.33 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T21:23:52.643Z] #51 26.34 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T21:23:52.904Z] #51 26.47 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T21:23:52.904Z] #51 26.52 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T21:23:52.904Z] #51 26.57 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T21:23:52.904Z] #51 26.60 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T21:23:52.904Z] #51 26.61 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T21:23:52.904Z] #51 26.63 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T21:23:52.904Z] #51 26.67 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T21:23:52.904Z] #51 26.69 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T21:23:52.904Z] #51 ... [2022-03-05T21:23:52.904Z] [2022-03-05T21:23:52.904Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:23:52.904Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T21:23:52.904Z] #47 12.69 Reading package lists... [2022-03-05T21:23:52.904Z] #47 16.45 Reading package lists... [2022-03-05T21:23:52.904Z] #47 20.23 Building dependency tree... [2022-03-05T21:23:52.904Z] #47 21.32 Reading state information... [2022-03-05T21:23:52.904Z] #47 22.92 The following additional packages will be installed: [2022-03-05T21:23:52.904Z] #47 22.93 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T21:23:52.904Z] #47 22.93 python3-protobuf python3-six [2022-03-05T21:23:52.904Z] #47 22.94 Suggested packages: [2022-03-05T21:23:52.904Z] #47 22.94 python3-setuptools [2022-03-05T21:23:52.904Z] #47 22.94 Recommended packages: [2022-03-05T21:23:52.904Z] #47 22.94 iproute2 | iproute [2022-03-05T21:23:52.904Z] #47 23.27 The following NEW packages will be installed: [2022-03-05T21:23:52.904Z] #47 23.27 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T21:23:52.904Z] #47 23.27 python3-protobuf python3-six [2022-03-05T21:23:52.904Z] #47 23.79 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:23:52.904Z] #47 23.79 Need to get 2115 kB of archives. [2022-03-05T21:23:52.904Z] #47 23.79 After this operation, 10.7 MB of additional disk space will be used. [2022-03-05T21:23:52.904Z] #47 23.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-03-05T21:23:52.904Z] #47 23.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T21:23:52.904Z] #47 23.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T21:23:52.904Z] #47 23.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-03-05T21:23:52.904Z] #47 23.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-05T21:23:52.904Z] #47 23.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-05T21:23:52.904Z] #47 23.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-05T21:23:53.032Z] Running on azwin-2-94b260 in d:\jenkins\workspace\moby_PR-43334 [Pipeline] { [Pipeline] ws [2022-03-05T21:23:53.047Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-05T21:23:53.164Z] The recommended git tool is: git [2022-03-05T21:23:53.170Z] #47 ... [2022-03-05T21:23:53.170Z] [2022-03-05T21:23:53.170Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:53.170Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:23:53.170Z] #14 26.59 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-03-05T21:23:53.170Z] #14 26.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T21:23:53.170Z] #14 26.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-05T21:23:53.170Z] #14 26.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-05T21:23:53.170Z] #14 26.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-05T21:23:53.170Z] #14 26.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-05T21:23:53.170Z] #14 26.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-03-05T21:23:53.170Z] #14 26.81 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-03-05T21:23:53.170Z] #14 26.81 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-03-05T21:23:53.170Z] #14 26.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-03-05T21:23:53.170Z] #14 26.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-03-05T21:23:53.170Z] #14 26.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-03-05T21:23:53.170Z] #14 26.84 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-03-05T21:23:53.170Z] #14 26.85 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-03-05T21:23:53.170Z] #14 26.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T21:23:53.170Z] #14 26.86 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-05T21:23:53.170Z] #14 26.88 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-03-05T21:23:53.384Z] using credential docker-jenkins-github-credentials [2022-03-05T21:23:53.457Z] Cloning the remote Git repository [2022-03-05T21:23:53.457Z] Cloning with configured refspecs honoured and without tags [2022-03-05T21:23:53.742Z] #14 27.53 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:23:53.941Z] #19 39.29 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-05T21:23:53.941Z] #19 39.30 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:53.941Z] #19 39.30 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:23:53.941Z] #19 39.34 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-05T21:23:53.941Z] #19 39.34 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:53.941Z] #19 39.34 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:23:54.004Z] #14 27.71 Fetched 108 MB in 4s (30.3 MB/s) [2022-03-05T21:23:53.491Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T21:23:53.492Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-05T21:23:53.570Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:53.571Z] > git --version # timeout=10 [2022-03-05T21:23:53.626Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-05T21:23:53.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:53.629Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:54.237Z] #63 ... [2022-03-05T21:23:54.237Z] [2022-03-05T21:23:54.237Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:23:54.237Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T21:23:54.237Z] #36 15.28 tomll can be used in two ways: [2022-03-05T21:23:54.237Z] #36 15.28 Writing to STDIN and reading from STDOUT: [2022-03-05T21:23:54.237Z] #36 15.28 cat file.toml | tomll > file.toml [2022-03-05T21:23:54.237Z] #36 15.28 [2022-03-05T21:23:54.237Z] #36 15.28 Reading and updating a list of files: [2022-03-05T21:23:54.237Z] #36 15.28 tomll a.toml b.toml c.toml [2022-03-05T21:23:54.237Z] #36 15.28 [2022-03-05T21:23:54.237Z] #36 15.28 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T21:23:54.237Z] #36 DONE 15.7s [2022-03-05T21:23:54.237Z] [2022-03-05T21:23:54.237Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:23:54.237Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T21:23:54.237Z] #58 15.89 Fetched 8505 kB in 13s (680 kB/s) [2022-03-05T21:23:54.266Z] #14 27.76 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T21:23:54.266Z] #14 27.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-05T21:23:54.266Z] #14 27.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-05T21:23:54.266Z] #14 27.84 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T21:23:54.916Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:55.014Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:23:55.132Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:55.444Z] Fetching without tags [2022-03-05T21:23:55.619Z] #58 15.89 Reading package lists... [2022-03-05T21:23:55.619Z] #58 ... [2022-03-05T21:23:55.619Z] [2022-03-05T21:23:55.619Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:23:55.619Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:23:55.619Z] #47 6.375 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:23:55.619Z] #47 8.202 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:23:55.619Z] #47 10.17 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-05T21:23:55.619Z] #47 ... [2022-03-05T21:23:55.619Z] [2022-03-05T21:23:55.619Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:23:55.619Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:23:55.619Z] #14 16.77 Fetched 8505 kB in 13s (658 kB/s) [2022-03-05T21:23:56.183Z] #14 29.66 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T21:23:56.183Z] #14 29.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-05T21:23:56.183Z] #14 29.72 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T21:23:56.506Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:23:55.308Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:23:55.482Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:23:55.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:23:55.486Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:23:56.544Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:23:56.646Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:23:58.097Z] #14 31.54 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T21:23:58.097Z] #14 31.57 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T21:23:58.097Z] #14 31.58 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T21:23:58.097Z] #14 31.69 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-03-05T21:23:58.097Z] #14 31.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T21:23:58.097Z] #14 31.72 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T21:23:58.133Z] #19 43.38 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-05T21:23:58.134Z] #19 43.38 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:58.134Z] #19 43.38 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:23:58.134Z] #19 43.41 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-05T21:23:58.134Z] #19 43.41 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:23:58.134Z] #19 43.42 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:23:58.357Z] #14 31.85 Selecting previously unselected package dmsetup. [2022-03-05T21:23:58.357Z] #14 31.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T21:23:58.357Z] #14 31.86 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T21:23:58.357Z] #14 32.00 Selecting previously unselected package mingw-w64-common. [2022-03-05T21:23:58.357Z] #14 32.00 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T21:23:58.357Z] #14 32.00 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T21:23:59.743Z] #14 ... [2022-03-05T21:23:59.743Z] [2022-03-05T21:23:59.743Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:23:59.743Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:23:59.743Z] #51 26.81 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T21:23:59.743Z] #51 26.86 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T21:23:59.743Z] #51 26.88 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T21:23:59.743Z] #51 26.94 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T21:23:59.743Z] #51 26.97 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T21:23:59.743Z] #51 27.03 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T21:23:59.743Z] #51 27.04 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T21:23:59.743Z] #51 27.09 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T21:23:59.743Z] #51 27.12 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T21:23:59.743Z] #51 27.12 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T21:23:59.743Z] #51 27.14 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T21:23:59.743Z] #51 27.15 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T21:23:59.743Z] #51 27.19 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T21:23:59.743Z] #51 27.23 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T21:23:59.743Z] #51 27.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T21:23:59.743Z] #51 27.26 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T21:23:59.743Z] #51 27.30 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T21:23:59.743Z] #51 27.33 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T21:23:59.743Z] #51 27.42 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T21:23:59.743Z] #51 27.46 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T21:23:59.743Z] #51 27.47 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T21:23:59.743Z] #51 27.54 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T21:23:59.743Z] #51 27.56 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T21:23:59.743Z] #51 27.58 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T21:23:59.743Z] #51 27.62 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T21:23:59.743Z] #51 27.66 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T21:23:59.743Z] #51 27.69 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T21:23:59.743Z] #51 27.70 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T21:23:59.743Z] #51 27.73 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T21:23:59.743Z] #51 27.74 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T21:23:59.743Z] #51 27.76 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T21:23:59.743Z] #51 27.80 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T21:23:59.743Z] #51 27.84 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T21:23:59.743Z] #51 27.85 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T21:23:59.743Z] #51 27.87 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T21:23:59.743Z] #51 27.89 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T21:23:59.743Z] #51 27.99 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T21:23:59.743Z] #51 28.01 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T21:23:59.743Z] #51 28.04 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T21:23:59.743Z] #51 28.07 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T21:23:59.743Z] #51 28.45 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T21:23:59.743Z] #51 28.45 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T21:23:59.743Z] #51 28.46 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T21:23:59.743Z] #51 28.48 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T21:23:59.743Z] #51 28.55 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T21:23:59.743Z] #51 28.57 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T21:23:59.743Z] #51 28.61 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T21:23:59.743Z] #51 28.62 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T21:23:59.743Z] #51 28.67 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T21:23:59.743Z] #51 28.83 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T21:23:59.743Z] #51 28.83 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T21:23:59.743Z] #51 28.86 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T21:23:59.743Z] #51 28.87 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T21:23:59.743Z] #51 28.88 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T21:23:59.743Z] #51 28.89 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T21:23:59.743Z] #51 28.93 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T21:23:59.743Z] #51 28.94 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T21:23:59.743Z] #51 28.97 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T21:23:59.743Z] #51 29.01 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T21:23:59.743Z] #51 29.05 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T21:23:59.743Z] #51 29.06 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T21:23:59.743Z] #51 29.21 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T21:23:59.743Z] #51 29.22 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T21:23:59.743Z] #51 29.24 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T21:23:59.743Z] #51 29.28 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T21:23:59.743Z] #51 29.33 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T21:23:59.743Z] #51 29.56 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T21:23:59.743Z] #51 29.68 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T21:23:59.743Z] #51 30.78 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T21:23:59.743Z] #51 30.78 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T21:23:59.743Z] #51 30.81 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T21:23:59.743Z] #51 30.86 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T21:23:59.743Z] #51 31.90 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T21:23:59.743Z] #51 31.90 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T21:23:59.743Z] #51 31.95 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T21:23:59.743Z] #51 32.00 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T21:23:59.743Z] #51 32.23 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T21:23:59.743Z] #51 32.24 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T21:23:59.743Z] #51 32.29 go: downloading golang.org/x/text v0.3.7 [2022-03-05T21:23:59.816Z] #14 16.77 Reading package lists... [2022-03-05T21:24:00.076Z] #14 21.23 Reading package lists... [2022-03-05T21:24:00.076Z] #14 ... [2022-03-05T21:24:00.076Z] [2022-03-05T21:24:00.076Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:24:00.076Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:24:00.076Z] #43 21.24 + git checkout -q v2.3.0 [2022-03-05T21:24:00.336Z] #43 ... [2022-03-05T21:24:00.336Z] [2022-03-05T21:24:00.336Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:24:00.336Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T21:24:00.336Z] #49 12.15 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T21:24:00.336Z] #49 12.20 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T21:24:00.596Z] #49 ... [2022-03-05T21:24:00.596Z] [2022-03-05T21:24:00.596Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:24:00.596Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T21:24:00.596Z] #58 15.89 Reading package lists... [2022-03-05T21:24:00.685Z] #51 ... [2022-03-05T21:24:00.685Z] [2022-03-05T21:24:00.685Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:24:00.685Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:24:00.685Z] #60 0.934 + RM_GOPATH=0 [2022-03-05T21:24:00.685Z] #60 0.934 + TMP_GOPATH= [2022-03-05T21:24:00.685Z] #60 0.934 + : /build [2022-03-05T21:24:00.685Z] #60 0.934 + '[' -z '' ']' [2022-03-05T21:24:00.685Z] #60 0.934 ++ mktemp -d [2022-03-05T21:24:00.685Z] #60 0.947 + export GOPATH=/tmp/tmp.dghWqzhdYn [2022-03-05T21:24:00.685Z] #60 0.947 + GOPATH=/tmp/tmp.dghWqzhdYn [2022-03-05T21:24:00.685Z] #60 0.947 + RM_GOPATH=1 [2022-03-05T21:24:00.685Z] #60 0.947 + case "$(go env GOARCH)" in [2022-03-05T21:24:00.685Z] #60 0.947 ++ go env GOARCH [2022-03-05T21:24:00.685Z] #60 0.996 Install containerd version v1.5.10 [2022-03-05T21:24:00.685Z] #60 0.996 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:00.685Z] #60 0.996 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:00.685Z] #60 0.996 ++ dirname /install.sh [2022-03-05T21:24:00.685Z] #60 0.996 + dir=/ [2022-03-05T21:24:00.685Z] #60 0.996 + bin=containerd [2022-03-05T21:24:00.685Z] #60 0.996 + shift [2022-03-05T21:24:00.685Z] #60 0.996 + '[' '!' -f //containerd.installer ']' [2022-03-05T21:24:00.685Z] #60 0.996 + . //containerd.installer [2022-03-05T21:24:00.685Z] #60 0.996 ++ set -e [2022-03-05T21:24:00.685Z] #60 0.996 ++ : v1.5.10 [2022-03-05T21:24:00.685Z] #60 0.996 + install_containerd [2022-03-05T21:24:00.685Z] #60 0.996 + echo 'Install containerd version v1.5.10' [2022-03-05T21:24:00.685Z] #60 0.996 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dghWqzhdYn/src/github.com/containerd/containerd [2022-03-05T21:24:00.685Z] #60 0.996 Cloning into '/tmp/tmp.dghWqzhdYn/src/github.com/containerd/containerd'... [2022-03-05T21:24:00.685Z] #60 ... [2022-03-05T21:24:00.685Z] [2022-03-05T21:24:00.685Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:24:00.685Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T21:24:00.685Z] #47 26.90 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-03-05T21:24:00.685Z] #47 27.97 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:24:00.685Z] #47 28.19 Fetched 2115 kB in 4s (546 kB/s) [2022-03-05T21:24:00.686Z] #47 28.28 Selecting previously unselected package libprotobuf23:arm64. [2022-03-05T21:24:00.686Z] #47 28.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-05T21:24:00.686Z] #47 28.33 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-03-05T21:24:00.686Z] #47 28.34 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-03-05T21:24:00.686Z] #47 28.88 Selecting previously unselected package python3-pkg-resources. [2022-03-05T21:24:00.686Z] #47 28.90 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T21:24:00.686Z] #47 28.92 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:24:00.686Z] #47 29.10 Selecting previously unselected package python3-six. [2022-03-05T21:24:00.686Z] #47 29.11 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T21:24:00.686Z] #47 29.12 Unpacking python3-six (1.16.0-2) ... [2022-03-05T21:24:00.686Z] #47 29.19 Selecting previously unselected package python3-protobuf. [2022-03-05T21:24:00.686Z] #47 29.21 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-03-05T21:24:00.686Z] #47 29.23 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T21:24:00.686Z] #47 29.64 Selecting previously unselected package libnet1:arm64. [2022-03-05T21:24:00.686Z] #47 29.64 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-05T21:24:00.686Z] #47 29.65 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:24:00.686Z] #47 29.78 Selecting previously unselected package libnl-3-200:arm64. [2022-03-05T21:24:00.686Z] #47 29.78 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-05T21:24:00.686Z] #47 29.78 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T21:24:00.686Z] #47 29.91 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-05T21:24:00.686Z] #47 29.91 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-05T21:24:00.686Z] #47 29.92 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T21:24:00.686Z] #47 30.03 Selecting previously unselected package criu. [2022-03-05T21:24:00.686Z] #47 30.03 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-03-05T21:24:00.686Z] #47 30.04 Unpacking criu (3.16.1-3) ... [2022-03-05T21:24:00.686Z] #47 30.67 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:24:00.686Z] #47 32.01 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-03-05T21:24:00.686Z] #47 32.04 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:24:00.686Z] #47 32.06 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T21:24:00.686Z] #47 32.08 Setting up python3-six (1.16.0-2) ... [2022-03-05T21:24:00.686Z] #47 32.84 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T21:24:00.686Z] #47 32.88 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T21:24:02.320Z] #19 47.26 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-05T21:24:02.320Z] #19 47.26 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:02.320Z] #19 47.26 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:02.320Z] #19 47.29 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-05T21:24:02.320Z] #19 47.29 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:02.320Z] #19 47.29 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T21:24:02.320Z] #19 47.32 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-05T21:24:02.320Z] #19 47.32 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:02.320Z] #19 47.32 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T21:24:02.320Z] #19 47.35 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-05T21:24:02.320Z] #19 47.35 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:02.320Z] #19 47.35 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:02.320Z] #19 47.37 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-05T21:24:02.320Z] #19 47.38 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:02.320Z] #19 47.38 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:02.320Z] #19 47.41 Selecting previously unselected package cross-config. [2022-03-05T21:24:02.320Z] #19 47.41 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.42 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-05T21:24:02.320Z] #19 47.44 Selecting previously unselected package gcc-10-cross-base. [2022-03-05T21:24:02.320Z] #19 47.45 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.45 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-05T21:24:02.320Z] #19 47.49 Selecting previously unselected package libc6-arm64-cross. [2022-03-05T21:24:02.320Z] #19 47.49 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.49 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-05T21:24:02.320Z] #19 47.62 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-05T21:24:02.320Z] #19 47.62 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.62 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.320Z] #19 47.65 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-05T21:24:02.320Z] #19 47.65 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.65 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.320Z] #19 47.69 Selecting previously unselected package libitm1-arm64-cross. [2022-03-05T21:24:02.320Z] #19 47.69 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.69 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.320Z] #19 47.72 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-05T21:24:02.320Z] #19 47.72 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.72 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.320Z] #19 47.74 Selecting previously unselected package libasan6-arm64-cross. [2022-03-05T21:24:02.320Z] #19 47.74 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.320Z] #19 47.75 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.320Z] #19 47.97 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-05T21:24:02.578Z] #19 47.97 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.578Z] #19 47.98 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.578Z] #19 48.08 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-05T21:24:02.578Z] #19 48.08 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.578Z] #19 48.09 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.602Z] #47 35.73 Setting up criu (3.16.1-3) ... [2022-03-05T21:24:02.602Z] #47 ... [2022-03-05T21:24:02.602Z] [2022-03-05T21:24:02.602Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:24:02.602Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T21:24:02.602Z] #38 26.21 Selecting previously unselected package cmake-data. [2022-03-05T21:24:02.602Z] #38 26.21 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T21:24:02.602Z] #38 26.22 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T21:24:02.602Z] #38 28.61 Selecting previously unselected package libicu67:arm64. [2022-03-05T21:24:02.602Z] #38 28.61 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 28.62 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-05T21:24:02.602Z] #38 33.01 Selecting previously unselected package libxml2:arm64. [2022-03-05T21:24:02.602Z] #38 33.01 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 33.02 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-05T21:24:02.602Z] #38 33.43 Selecting previously unselected package libarchive13:arm64. [2022-03-05T21:24:02.602Z] #38 33.43 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 33.44 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-05T21:24:02.602Z] #38 33.67 Selecting previously unselected package libjsoncpp24:arm64. [2022-03-05T21:24:02.602Z] #38 33.69 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 33.70 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-05T21:24:02.602Z] #38 33.79 Selecting previously unselected package librhash0:arm64. [2022-03-05T21:24:02.602Z] #38 33.81 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 33.82 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-03-05T21:24:02.602Z] #38 33.92 Selecting previously unselected package libuv1:arm64. [2022-03-05T21:24:02.602Z] #38 33.93 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 33.94 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-03-05T21:24:02.602Z] #38 34.07 Selecting previously unselected package cmake. [2022-03-05T21:24:02.602Z] #38 34.09 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-03-05T21:24:02.602Z] #38 34.10 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T21:24:02.602Z] #38 ... [2022-03-05T21:24:02.602Z] [2022-03-05T21:24:02.602Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:02.602Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:24:02.602Z] #51 36.22 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T21:24:02.602Z] #51 36.29 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T21:24:02.602Z] #51 36.37 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T21:24:02.602Z] #51 36.43 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T21:24:02.695Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:02.695Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:24:02.836Z] #19 48.30 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-05T21:24:02.836Z] #19 48.31 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.836Z] #19 48.31 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.836Z] #19 48.38 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-05T21:24:02.836Z] #19 48.38 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:02.836Z] #19 48.38 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:02.836Z] #19 48.48 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-05T21:24:02.863Z] #51 36.45 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T21:24:02.863Z] #51 36.48 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T21:24:02.863Z] #51 36.55 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T21:24:02.863Z] #51 36.60 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T21:24:02.863Z] #51 36.61 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T21:24:03.095Z] #19 48.48 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:03.095Z] #19 48.48 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:03.095Z] #19 48.62 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-05T21:24:03.095Z] #19 48.62 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:03.095Z] #19 48.62 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:03.124Z] #51 36.75 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T21:24:03.124Z] #51 36.79 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T21:24:03.124Z] #51 36.82 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T21:24:03.137Z] #58 20.76 Reading package lists... [2022-03-05T21:24:02.096Z] > git remote # timeout=10 [2022-03-05T21:24:02.220Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:24:02.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:24:02.349Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:24:02.550Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-05T21:24:02.734Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:24:02.845Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:24:03.698Z] #51 37.23 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T21:24:03.698Z] #51 37.26 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T21:24:03.728Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [2022-03-05T21:24:03.959Z] #51 37.53 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T21:24:03.959Z] #51 37.68 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T21:24:03.959Z] #51 37.70 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T21:24:03.959Z] #51 37.80 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T21:24:03.965Z] #58 25.10 Building dependency tree... [2022-03-05T21:24:03.965Z] #58 ... [2022-03-05T21:24:03.965Z] [2022-03-05T21:24:03.965Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:24:03.965Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T21:24:03.965Z] #38 15.66 Fetched 8505 kB in 12s (688 kB/s) [2022-03-05T21:24:03.965Z] #38 15.66 Reading package lists... [2022-03-05T21:24:03.965Z] #38 20.78 Reading package lists... [2022-03-05T21:24:03.965Z] #38 25.23 Building dependency tree... [2022-03-05T21:24:03.965Z] #38 ... [2022-03-05T21:24:03.965Z] [2022-03-05T21:24:03.965Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:03.965Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:24:03.965Z] #14 21.23 Reading package lists... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T21:24:04.220Z] #51 37.85 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T21:24:04.220Z] #51 37.91 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T21:24:04.220Z] #51 37.92 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T21:24:04.486Z] #51 ... [2022-03-05T21:24:04.486Z] [2022-03-05T21:24:04.486Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:24:04.486Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T21:24:04.486Z] #47 37.29 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:04.486Z] #47 DONE 37.8s [2022-03-05T21:24:04.486Z] [2022-03-05T21:24:04.486Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:24:04.486Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T21:24:04.486Z] #38 36.48 Setting up libicu67:arm64 (67.1-7) ... [2022-03-05T21:24:04.486Z] #38 36.51 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:24:04.486Z] #38 36.53 Setting up libuv1:arm64 (1.40.0-2) ... [2022-03-05T21:24:04.486Z] #38 36.55 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:24:04.486Z] #38 36.58 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-05T21:24:04.486Z] #38 36.60 Setting up librhash0:arm64 (1.4.1-2) ... [2022-03-05T21:24:04.486Z] #38 36.62 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T21:24:04.486Z] #38 36.64 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-05T21:24:04.486Z] #38 36.68 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-05T21:24:04.486Z] #38 36.70 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T21:24:04.486Z] #38 36.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:04.486Z] #38 DONE 38.2s [2022-03-05T21:24:04.486Z] [2022-03-05T21:24:04.486Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:04.486Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:24:04.486Z] #51 38.12 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T21:24:04.748Z] #51 ... [2022-03-05T21:24:04.748Z] [2022-03-05T21:24:04.748Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T21:24:04.748Z] #39 sha256:03a054bfd2cd907b0c41748de794b5a27e1c7deaaae8e4917e80c813aa02b8fb [2022-03-05T21:24:04.748Z] #39 DONE 0.2s [2022-03-05T21:24:04.748Z] [2022-03-05T21:24:04.748Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:04.748Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:24:04.748Z] #51 38.42 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T21:24:04.748Z] #51 38.56 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T21:24:04.905Z] #14 25.59 Building dependency tree... [2022-03-05T21:24:04.905Z] #14 26.68 Reading state information... [2022-03-05T21:24:05.009Z] #51 38.69 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T21:24:05.041Z] + docker version [2022-03-05T21:24:05.041Z] Client: [2022-03-05T21:24:05.041Z] Version: 20.10.9 [2022-03-05T21:24:05.041Z] API version: 1.41 [2022-03-05T21:24:05.041Z] Go version: go1.16.8 [2022-03-05T21:24:05.041Z] Git commit: c2ea9bc [2022-03-05T21:24:05.041Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T21:24:05.041Z] OS/Arch: windows/amd64 [2022-03-05T21:24:05.041Z] Context: default [2022-03-05T21:24:05.041Z] Experimental: true [2022-03-05T21:24:05.041Z] [2022-03-05T21:24:05.041Z] Server: Docker Engine - Community [2022-03-05T21:24:05.041Z] Engine: [2022-03-05T21:24:05.041Z] Version: 20.10.9 [2022-03-05T21:24:05.041Z] API version: 1.41 (minimum version 1.24) [2022-03-05T21:24:05.041Z] Go version: go1.16.8 [2022-03-05T21:24:05.041Z] Git commit: 79ea9d3 [2022-03-05T21:24:05.041Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T21:24:05.041Z] OS/Arch: windows/amd64 [2022-03-05T21:24:05.041Z] Experimental: true [Pipeline] sh [2022-03-05T21:24:06.108Z] + docker info [2022-03-05T21:24:06.287Z] #14 ... [2022-03-05T21:24:06.287Z] [2022-03-05T21:24:06.287Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:24:06.287Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:24:06.287Z] #47 17.25 Fetched 8509 kB in 14s (602 kB/s) [2022-03-05T21:24:06.287Z] #47 17.25 Reading package lists... [2022-03-05T21:24:06.287Z] #47 21.83 Reading package lists... [2022-03-05T21:24:06.287Z] #47 26.31 Building dependency tree... [2022-03-05T21:24:06.287Z] #47 27.39 Reading state information... [2022-03-05T21:24:06.287Z] #47 ... [2022-03-05T21:24:06.287Z] [2022-03-05T21:24:06.287Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:06.287Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:24:06.287Z] #51 28.17 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T21:24:06.287Z] #51 28.23 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T21:24:06.397Z] #51 ... [2022-03-05T21:24:06.397Z] [2022-03-05T21:24:06.397Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:24:06.397Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T21:24:06.397Z] #34 29.88 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T21:24:06.397Z] #34 30.16 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:24:06.397Z] #34 ... [2022-03-05T21:24:06.397Z] [2022-03-05T21:24:06.397Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T21:24:06.397Z] #40 sha256:7da27b80ae832fc38153d1e4823bb7c68fd53a33ea0b66d45b59b9416ee30978 [2022-03-05T21:24:06.397Z] #40 0.886 Install tini version v0.19.0 [2022-03-05T21:24:06.397Z] #40 0.886 + RM_GOPATH=0 [2022-03-05T21:24:06.397Z] #40 0.886 + TMP_GOPATH= [2022-03-05T21:24:06.397Z] #40 0.886 + : /build [2022-03-05T21:24:06.397Z] #40 0.886 + '[' -z '' ']' [2022-03-05T21:24:06.397Z] #40 0.886 ++ mktemp -d [2022-03-05T21:24:06.397Z] #40 0.886 + export GOPATH=/tmp/tmp.oIJVuB1gDd [2022-03-05T21:24:06.397Z] #40 0.886 + GOPATH=/tmp/tmp.oIJVuB1gDd [2022-03-05T21:24:06.397Z] #40 0.886 + RM_GOPATH=1 [2022-03-05T21:24:06.397Z] #40 0.886 + case "$(go env GOARCH)" in [2022-03-05T21:24:06.397Z] #40 0.886 ++ go env GOARCH [2022-03-05T21:24:06.397Z] #40 0.886 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:06.397Z] #40 0.886 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:06.397Z] #40 0.886 ++ dirname /install.sh [2022-03-05T21:24:06.397Z] #40 0.886 + dir=/ [2022-03-05T21:24:06.397Z] #40 0.886 + bin=tini [2022-03-05T21:24:06.397Z] #40 0.886 + shift [2022-03-05T21:24:06.397Z] #40 0.886 + '[' '!' -f //tini.installer ']' [2022-03-05T21:24:06.397Z] #40 0.886 + . //tini.installer [2022-03-05T21:24:06.397Z] #40 0.886 ++ : v0.19.0 [2022-03-05T21:24:06.397Z] #40 0.886 + install_tini [2022-03-05T21:24:06.397Z] #40 0.886 + echo 'Install tini version v0.19.0' [2022-03-05T21:24:06.397Z] #40 0.886 + git clone https://github.com/krallin/tini.git /tmp/tmp.oIJVuB1gDd/tini [2022-03-05T21:24:06.397Z] #40 0.893 Cloning into '/tmp/tmp.oIJVuB1gDd/tini'... [2022-03-05T21:24:06.397Z] #40 1.646 + cd /tmp/tmp.oIJVuB1gDd/tini [2022-03-05T21:24:06.397Z] #40 1.646 + git checkout -q v0.19.0 [2022-03-05T21:24:06.397Z] #40 1.660 + cmake . [2022-03-05T21:24:06.483Z] Fetching without tags [2022-03-05T21:24:06.547Z] #51 28.28 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T21:24:06.547Z] #51 28.28 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T21:24:06.547Z] #51 28.40 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T21:24:06.576Z] Client: [2022-03-05T21:24:06.576Z] Context: default [2022-03-05T21:24:06.576Z] Debug Mode: false [2022-03-05T21:24:06.576Z] Plugins: [2022-03-05T21:24:06.576Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-05T21:24:06.576Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-05T21:24:06.576Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-05T21:24:06.576Z] [2022-03-05T21:24:06.576Z] Server: [2022-03-05T21:24:06.576Z] Containers: 1 [2022-03-05T21:24:06.576Z] Running: 0 [2022-03-05T21:24:06.576Z] Paused: 0 [2022-03-05T21:24:06.576Z] Stopped: 1 [2022-03-05T21:24:06.576Z] Images: 12 [2022-03-05T21:24:06.576Z] Server Version: 20.10.9 [2022-03-05T21:24:06.576Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T21:24:06.576Z] Windows: [2022-03-05T21:24:06.576Z] LCOW: [2022-03-05T21:24:06.576Z] Logging Driver: json-file [2022-03-05T21:24:06.576Z] Plugins: [2022-03-05T21:24:06.576Z] Volume: local [2022-03-05T21:24:06.576Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:24:06.576Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:24:06.576Z] Swarm: inactive [2022-03-05T21:24:06.576Z] Default Isolation: process [2022-03-05T21:24:06.576Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T21:24:06.576Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T21:24:06.576Z] OSType: windows [2022-03-05T21:24:06.576Z] Architecture: x86_64 [2022-03-05T21:24:06.576Z] CPUs: 4 [2022-03-05T21:24:06.576Z] Total Memory: 32GiB [2022-03-05T21:24:06.576Z] Name: azwin-2-01a980 [2022-03-05T21:24:06.576Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-05T21:24:06.576Z] Docker Root Dir: D:\docker [2022-03-05T21:24:06.576Z] Debug Mode: false [2022-03-05T21:24:06.576Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:24:06.576Z] Labels: [2022-03-05T21:24:06.576Z] Experimental: true [2022-03-05T21:24:06.576Z] Insecure Registries: [2022-03-05T21:24:06.576Z] 10.0.0.4:5000 [2022-03-05T21:24:06.576Z] 127.0.0.0/8 [2022-03-05T21:24:06.576Z] Registry Mirrors: [2022-03-05T21:24:06.576Z] http://10.0.0.4:5000/ [2022-03-05T21:24:06.576Z] Live Restore Enabled: false [2022-03-05T21:24:06.576Z] Product License: Community Engine [2022-03-05T21:24:06.576Z] [2022-03-05T21:24:06.658Z] #40 2.077 -- The C compiler identification is GNU 10.2.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-05T21:24:06.807Z] #51 28.58 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T21:24:06.919Z] #40 2.124 -- Detecting C compiler ABI info [2022-03-05T21:24:07.067Z] #51 28.88 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T21:24:07.069Z] #51 28.92 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T21:24:07.069Z] #51 28.93 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T21:24:07.069Z] #51 28.94 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T21:24:07.180Z] #40 2.454 -- Detecting C compiler ABI info - done [2022-03-05T21:24:07.180Z] #40 2.531 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T21:24:07.180Z] #40 2.531 -- Detecting C compile features [2022-03-05T21:24:07.180Z] #40 2.534 -- Detecting C compile features - done [2022-03-05T21:24:07.180Z] #40 2.561 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T21:24:07.210Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:07.441Z] #40 2.687 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T21:24:07.441Z] #40 2.762 -- Configuring done [2022-03-05T21:24:07.441Z] #40 2.786 -- Generating done [2022-03-05T21:24:07.441Z] #40 2.793 -- Build files have been written to: /tmp/tmp.oIJVuB1gDd/tini [2022-03-05T21:24:07.441Z] #40 2.814 + make tini-static [2022-03-05T21:24:07.639Z] #51 ... [2022-03-05T21:24:07.639Z] [2022-03-05T21:24:07.639Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:24:07.639Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T21:24:07.639Z] #53 29.02 v3.0.2 [2022-03-05T21:24:07.639Z] #53 DONE 29.3s [2022-03-05T21:24:07.639Z] [2022-03-05T21:24:07.639Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:07.639Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:24:07.639Z] #14 28.41 The following additional packages will be installed: [2022-03-05T21:24:07.639Z] #14 28.42 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T21:24:07.639Z] #14 28.42 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T21:24:07.639Z] #14 28.42 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T21:24:07.639Z] #14 28.42 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T21:24:07.639Z] #14 28.43 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T21:24:07.639Z] #14 28.43 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T21:24:07.639Z] #14 28.43 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T21:24:07.639Z] #14 28.44 Suggested packages: [2022-03-05T21:24:07.639Z] #14 28.44 gcc-10-locales seccomp wine64 [2022-03-05T21:24:07.703Z] #40 2.996 Scanning dependencies of target tini-static [2022-03-05T21:24:07.703Z] #40 3.038 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T21:24:06.169Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:24:06.219Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:24:06.273Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:24:06.399Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:24:06.519Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:24:06.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:24:06.522Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:24:07.246Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:24:07.293Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:24:07.899Z] #14 29.70 The following NEW packages will be installed: [2022-03-05T21:24:07.899Z] #14 29.72 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T21:24:07.899Z] #14 29.72 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T21:24:07.899Z] #14 29.72 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T21:24:07.899Z] #14 29.72 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T21:24:07.899Z] #14 29.72 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T21:24:07.899Z] #14 29.72 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T21:24:07.899Z] #14 29.72 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T21:24:07.899Z] #14 29.72 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T21:24:07.899Z] #14 29.72 mingw-w64-x86-64-dev [2022-03-05T21:24:08.369Z] #19 53.58 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-05T21:24:08.369Z] #19 53.58 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:08.369Z] #19 53.58 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:08.369Z] #19 53.61 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-05T21:24:08.369Z] #19 53.61 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-05T21:24:08.369Z] #19 53.61 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-05T21:24:08.369Z] #19 53.77 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-05T21:24:08.369Z] #19 53.78 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:08.369Z] #19 53.78 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-05T21:24:08.369Z] #19 54.03 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-05T21:24:08.469Z] #14 30.21 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:24:08.469Z] #14 30.21 Need to get 115 MB of archives. [2022-03-05T21:24:08.469Z] #14 30.21 After this operation, 645 MB of additional disk space will be used. [2022-03-05T21:24:08.469Z] #14 30.21 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-05T21:24:08.469Z] #14 30.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-05T21:24:08.627Z] #19 54.03 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:08.627Z] #19 54.03 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:08.627Z] #19 54.27 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-05T21:24:08.627Z] #19 54.28 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:08.627Z] #19 54.28 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:08.647Z] #40 4.074 [100%] Linking C executable tini-static [2022-03-05T21:24:08.728Z] #14 30.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T21:24:08.728Z] #14 30.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-05T21:24:08.728Z] #14 30.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-05T21:24:08.728Z] #14 30.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T21:24:08.987Z] #14 30.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T21:24:09.218Z] #40 4.495 [100%] Built target tini-static [2022-03-05T21:24:09.218Z] #40 4.581 + mkdir -p /build [2022-03-05T21:24:09.218Z] #40 4.583 + cp tini-static /build/docker-init [2022-03-05T21:24:09.246Z] #14 30.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-05T21:24:09.246Z] #14 30.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T21:24:09.478Z] #40 DONE 4.9s [2022-03-05T21:24:09.478Z] [2022-03-05T21:24:09.478Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:09.478Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:24:09.478Z] #14 37.06 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T21:24:09.478Z] #14 37.09 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T21:24:09.478Z] #14 37.12 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T21:24:09.478Z] #14 42.97 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T21:24:09.478Z] #14 42.98 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:09.478Z] #14 43.03 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T21:24:09.478Z] #14 43.16 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T21:24:09.478Z] #14 43.16 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:09.478Z] #14 43.17 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T21:24:09.741Z] #14 ... [2022-03-05T21:24:09.741Z] [2022-03-05T21:24:09.741Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:24:09.741Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-05T21:24:09.741Z] #49 43.53 gotestsum version dev [2022-03-05T21:24:09.834Z] #14 31.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T21:24:10.007Z] #49 DONE 43.6s [2022-03-05T21:24:10.007Z] [2022-03-05T21:24:10.007Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:10.007Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:24:10.007Z] #51 40.23 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T21:24:10.054Z] Fetching without tags [2022-03-05T21:24:10.094Z] #14 ... [2022-03-05T21:24:10.094Z] [2022-03-05T21:24:10.094Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:24:10.094Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T21:24:10.094Z] #58 25.10 Building dependency tree... [2022-03-05T21:24:10.094Z] #58 26.19 Reading state information... [2022-03-05T21:24:10.094Z] #58 27.94 The following additional packages will be installed: [2022-03-05T21:24:10.094Z] #58 27.95 libbtrfs0 [2022-03-05T21:24:10.094Z] #58 28.14 The following NEW packages will be installed: [2022-03-05T21:24:10.094Z] #58 28.14 libbtrfs-dev libbtrfs0 [2022-03-05T21:24:10.094Z] #58 28.55 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:24:10.094Z] #58 28.55 Need to get 460 kB of archives. [2022-03-05T21:24:10.094Z] #58 28.55 After this operation, 1237 kB of additional disk space will be used. [2022-03-05T21:24:10.094Z] #58 28.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T21:24:10.094Z] #58 28.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T21:24:10.094Z] #58 29.75 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:24:10.094Z] #58 30.02 Fetched 460 kB in 0s (1370 kB/s) [2022-03-05T21:24:10.094Z] #58 30.60 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T21:24:10.094Z] #58 30.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T21:24:10.094Z] #58 30.64 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T21:24:10.094Z] #58 30.68 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:24:10.094Z] #58 31.02 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T21:24:10.094Z] #58 31.02 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T21:24:10.094Z] #58 31.03 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:24:10.094Z] #58 31.31 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:24:10.094Z] #58 31.33 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:24:10.094Z] #58 31.34 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:10.094Z] #58 DONE 31.8s [2022-03-05T21:24:10.094Z] [2022-03-05T21:24:10.094Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T21:24:10.094Z] #59 sha256:ecc97a33e888af2197d5fa0ad796683cfc7a6a8a75ed102cfd9fbf0322269e22 [2022-03-05T21:24:10.094Z] #59 DONE 0.2s [2022-03-05T21:24:10.094Z] [2022-03-05T21:24:10.094Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:24:10.094Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:24:10.094Z] #47 29.44 The following additional packages will be installed: [2022-03-05T21:24:10.094Z] #47 29.44 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T21:24:10.094Z] #47 29.44 python3-protobuf python3-six [2022-03-05T21:24:10.094Z] #47 29.46 Suggested packages: [2022-03-05T21:24:10.094Z] #47 29.47 python3-setuptools [2022-03-05T21:24:10.094Z] #47 29.47 Recommended packages: [2022-03-05T21:24:10.094Z] #47 29.47 iproute2 | iproute [2022-03-05T21:24:10.094Z] #47 30.15 The following NEW packages will be installed: [2022-03-05T21:24:10.094Z] #47 30.16 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T21:24:10.094Z] #47 30.16 python3-protobuf python3-six [2022-03-05T21:24:10.094Z] #47 30.58 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:24:10.094Z] #47 30.58 Need to get 2292 kB of archives. [2022-03-05T21:24:10.094Z] #47 30.58 After this operation, 11.0 MB of additional disk space will be used. [2022-03-05T21:24:10.094Z] #47 30.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-05T21:24:10.094Z] #47 30.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T21:24:10.094Z] #47 30.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T21:24:10.094Z] #47 30.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-05T21:24:10.094Z] #47 30.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T21:24:10.094Z] #47 30.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T21:24:10.094Z] #47 30.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T21:24:10.826Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:09.702Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:24:09.761Z] > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10 [2022-03-05T21:24:09.825Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:24:09.965Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T21:24:10.088Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T21:24:10.088Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:24:10.090Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T21:24:10.859Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:24:10.981Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:10.981Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:24:10.657Z] > git remote # timeout=10 [2022-03-05T21:24:10.707Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:24:10.768Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:24:10.771Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:24:10.896Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-05T21:24:11.017Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:24:11.066Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:24:11.620Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-05T21:24:12.005Z] #47 ... [2022-03-05T21:24:12.005Z] [2022-03-05T21:24:12.005Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:24:12.005Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:24:12.005Z] #43 23.17 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T21:24:12.005Z] #43 ... [2022-03-05T21:24:12.005Z] [2022-03-05T21:24:12.005Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:24:12.005Z] #60 sha256:3dfb7a441da99cf1ee7cbf8d592754cdff6d2eba118174068f108d66119b8085 [2022-03-05T21:24:12.005Z] #60 0.817 + RM_GOPATH=0 [2022-03-05T21:24:12.005Z] #60 0.818 + TMP_GOPATH= [2022-03-05T21:24:12.005Z] #60 0.819 + : /build [2022-03-05T21:24:12.005Z] #60 0.819 + '[' -z '' ']' [2022-03-05T21:24:12.005Z] #60 0.821 ++ mktemp -d [2022-03-05T21:24:12.005Z] #60 0.823 + export GOPATH=/tmp/tmp.TMnO8nZrb4 [2022-03-05T21:24:12.005Z] #60 0.823 + GOPATH=/tmp/tmp.TMnO8nZrb4 [2022-03-05T21:24:12.005Z] #60 0.824 + RM_GOPATH=1 [2022-03-05T21:24:12.005Z] #60 0.825 + case "$(go env GOARCH)" in [2022-03-05T21:24:12.005Z] #60 0.826 ++ go env GOARCH [2022-03-05T21:24:12.005Z] #60 0.847 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:12.005Z] #60 0.847 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:12.005Z] #60 0.851 ++ dirname /install.sh [2022-03-05T21:24:12.005Z] #60 0.859 + dir=/ [2022-03-05T21:24:12.005Z] #60 0.859 + bin=containerd [2022-03-05T21:24:12.005Z] #60 0.859 + shift [2022-03-05T21:24:12.005Z] #60 0.859 + '[' '!' -f //containerd.installer ']' [2022-03-05T21:24:12.005Z] #60 0.859 + . //containerd.installer [2022-03-05T21:24:12.005Z] #60 0.859 ++ set -e [2022-03-05T21:24:12.005Z] #60 0.859 ++ : v1.5.10 [2022-03-05T21:24:12.005Z] #60 0.863 + install_containerd [2022-03-05T21:24:12.005Z] #60 0.864 + echo 'Install containerd version v1.5.10' [2022-03-05T21:24:12.005Z] #60 0.864 Install containerd version v1.5.10 [2022-03-05T21:24:12.005Z] #60 0.864 + git clone https://github.com/containerd/containerd.git /tmp/tmp.TMnO8nZrb4/src/github.com/containerd/containerd [2022-03-05T21:24:12.005Z] #60 0.865 Cloning into '/tmp/tmp.TMnO8nZrb4/src/github.com/containerd/containerd'... [Pipeline] sh [2022-03-05T21:24:10.914Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [2022-03-05T21:24:12.955Z] + docker version [2022-03-05T21:24:12.955Z] Client: [2022-03-05T21:24:12.955Z] Version: 20.10.9 [2022-03-05T21:24:12.955Z] API version: 1.41 [2022-03-05T21:24:12.955Z] Go version: go1.16.8 [2022-03-05T21:24:12.955Z] Git commit: c2ea9bc [2022-03-05T21:24:12.955Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T21:24:12.955Z] OS/Arch: windows/amd64 [2022-03-05T21:24:12.955Z] Context: default [2022-03-05T21:24:12.955Z] Experimental: true [2022-03-05T21:24:12.955Z] [2022-03-05T21:24:12.955Z] Server: Docker Engine - Community [2022-03-05T21:24:12.955Z] Engine: [2022-03-05T21:24:12.955Z] Version: 20.10.9 [2022-03-05T21:24:12.955Z] API version: 1.41 (minimum version 1.24) [2022-03-05T21:24:12.955Z] Go version: go1.16.8 [2022-03-05T21:24:12.955Z] Git commit: 79ea9d3 [2022-03-05T21:24:12.955Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T21:24:12.955Z] OS/Arch: windows/amd64 [2022-03-05T21:24:12.955Z] Experimental: true [Pipeline] sh [2022-03-05T21:24:13.894Z] #19 58.99 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-05T21:24:13.894Z] #19 58.99 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:13.894Z] #19 59.00 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:13.894Z] #19 59.02 Selecting previously unselected package patch. [2022-03-05T21:24:13.894Z] #19 59.02 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-05T21:24:13.894Z] #19 59.03 Unpacking patch (2.7.6-7) ... [2022-03-05T21:24:13.894Z] #19 59.07 Selecting previously unselected package dpkg-dev. [2022-03-05T21:24:13.894Z] #19 59.07 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-05T21:24:13.894Z] #19 59.07 Unpacking dpkg-dev (1.20.9) ... [2022-03-05T21:24:13.894Z] #19 59.20 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-05T21:24:13.894Z] #19 59.20 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-05T21:24:13.894Z] #19 59.20 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-05T21:24:13.894Z] #19 59.23 Selecting previously unselected package libio-string-perl. [2022-03-05T21:24:13.894Z] #19 59.23 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-05T21:24:13.894Z] #19 59.24 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-05T21:24:13.894Z] #19 59.27 Selecting previously unselected package libicu67:amd64. [2022-03-05T21:24:13.894Z] #19 59.27 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-05T21:24:13.894Z] #19 59.27 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T21:24:13.977Z] + docker info [2022-03-05T21:24:13.977Z] Client: [2022-03-05T21:24:13.977Z] Context: default [2022-03-05T21:24:13.977Z] Debug Mode: false [2022-03-05T21:24:13.977Z] [2022-03-05T21:24:13.977Z] Server: [2022-03-05T21:24:13.977Z] Containers: 0 [2022-03-05T21:24:13.977Z] Running: 0 [2022-03-05T21:24:13.977Z] Paused: 0 [2022-03-05T21:24:13.977Z] Stopped: 0 [2022-03-05T21:24:13.977Z] Images: 6 [2022-03-05T21:24:13.977Z] Server Version: 20.10.9 [2022-03-05T21:24:13.977Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-05T21:24:13.977Z] LCOW: [2022-03-05T21:24:13.977Z] Windows: [2022-03-05T21:24:13.977Z] Logging Driver: json-file [2022-03-05T21:24:13.977Z] Plugins: [2022-03-05T21:24:13.977Z] Volume: local [2022-03-05T21:24:13.977Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:24:13.977Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:24:13.977Z] Swarm: inactive [2022-03-05T21:24:13.977Z] Default Isolation: process [2022-03-05T21:24:13.977Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T21:24:13.977Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T21:24:13.977Z] OSType: windows [2022-03-05T21:24:13.977Z] Architecture: x86_64 [2022-03-05T21:24:13.977Z] CPUs: 4 [2022-03-05T21:24:13.977Z] Total Memory: 32GiB [2022-03-05T21:24:13.977Z] Name: azwin-2-d1c240 [2022-03-05T21:24:13.977Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T21:24:13.977Z] Docker Root Dir: D:\docker [2022-03-05T21:24:13.977Z] Debug Mode: false [2022-03-05T21:24:13.977Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:24:13.977Z] Labels: [2022-03-05T21:24:13.977Z] Experimental: true [2022-03-05T21:24:13.977Z] Insecure Registries: [2022-03-05T21:24:13.977Z] 10.0.0.4:5000 [2022-03-05T21:24:13.977Z] 127.0.0.0/8 [2022-03-05T21:24:13.977Z] Registry Mirrors: [2022-03-05T21:24:13.977Z] http://10.0.0.4:5000/ [2022-03-05T21:24:13.977Z] Live Restore Enabled: false [2022-03-05T21:24:13.977Z] Product License: Community Engine [2022-03-05T21:24:13.977Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-05T21:24:14.461Z] #19 60.09 Selecting previously unselected package libxml2:amd64. [2022-03-05T21:24:14.546Z] #60 ... [2022-03-05T21:24:14.546Z] [2022-03-05T21:24:14.546Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:24:14.546Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T21:24:14.546Z] #38 25.23 Building dependency tree... [2022-03-05T21:24:14.546Z] #38 26.29 Reading state information... [2022-03-05T21:24:14.546Z] #38 28.10 The following additional packages will be installed: [2022-03-05T21:24:14.546Z] #38 28.11 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-05T21:24:14.546Z] #38 28.14 Suggested packages: [2022-03-05T21:24:14.546Z] #38 28.14 cmake-doc ninja-build lrzip [2022-03-05T21:24:14.546Z] #38 28.14 Recommended packages: [2022-03-05T21:24:14.546Z] #38 28.14 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T21:24:14.546Z] #38 28.86 The following NEW packages will be installed: [2022-03-05T21:24:14.546Z] #38 28.89 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-05T21:24:14.546Z] #38 28.90 vim-common xxd [2022-03-05T21:24:14.546Z] #38 29.33 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:24:14.546Z] #38 29.33 Need to get 17.7 MB of archives. [2022-03-05T21:24:14.546Z] #38 29.33 After this operation, 70.7 MB of additional disk space will be used. [2022-03-05T21:24:14.546Z] #38 29.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T21:24:14.546Z] #38 29.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T21:24:14.546Z] #38 29.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T21:24:14.546Z] #38 29.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T21:24:14.546Z] #38 30.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-05T21:24:14.546Z] #38 30.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-05T21:24:14.546Z] #38 30.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-05T21:24:14.546Z] #38 30.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-05T21:24:14.546Z] #38 30.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-05T21:24:14.546Z] #38 30.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-05T21:24:14.546Z] #38 31.42 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:24:14.546Z] #38 31.75 Fetched 17.7 MB in 2s (11.2 MB/s) [2022-03-05T21:24:14.546Z] #38 31.92 Selecting previously unselected package xxd. [2022-03-05T21:24:14.546Z] #38 31.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T21:24:14.546Z] #38 32.07 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T21:24:14.546Z] #38 32.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:24:14.546Z] #38 32.48 Selecting previously unselected package vim-common. [2022-03-05T21:24:14.546Z] #38 32.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:24:14.546Z] #38 32.50 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:24:14.546Z] #38 32.75 Selecting previously unselected package cmake-data. [2022-03-05T21:24:14.546Z] #38 32.77 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T21:24:14.546Z] #38 32.79 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T21:24:14.546Z] #38 34.70 Selecting previously unselected package libicu67:amd64. [2022-03-05T21:24:14.546Z] #38 34.71 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-05T21:24:14.546Z] #38 34.71 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T21:24:14.546Z] #38 ... [2022-03-05T21:24:14.546Z] [2022-03-05T21:24:14.546Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:24:14.546Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:24:14.546Z] #34 35.67 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T21:24:14.721Z] #19 60.09 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-05T21:24:14.721Z] #19 60.09 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T21:24:14.721Z] #19 60.17 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-05T21:24:14.721Z] #19 60.17 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-05T21:24:14.721Z] #19 60.18 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-05T21:24:14.721Z] #19 60.20 Selecting previously unselected package libxml-sax-base-perl. [2022-03-05T21:24:14.721Z] #19 60.20 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-05T21:24:14.721Z] #19 60.21 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-05T21:24:14.721Z] #19 60.24 Selecting previously unselected package libxml-sax-perl. [2022-03-05T21:24:14.721Z] #19 60.24 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-05T21:24:14.721Z] #19 60.25 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-05T21:24:14.721Z] #19 60.29 Selecting previously unselected package libxml-libxml-perl. [2022-03-05T21:24:14.721Z] #19 60.29 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-05T21:24:14.721Z] #19 60.29 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-05T21:24:14.721Z] #19 60.35 Selecting previously unselected package libxml-simple-perl. [2022-03-05T21:24:14.721Z] #19 60.35 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-05T21:24:14.721Z] #19 60.36 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-05T21:24:14.721Z] #19 60.39 Selecting previously unselected package libyaml-perl. [2022-03-05T21:24:14.721Z] #19 60.39 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-05T21:24:14.721Z] #19 60.39 Unpacking libyaml-perl (1.30-1) ... [2022-03-05T21:24:14.721Z] #19 60.42 Selecting previously unselected package libconfig-auto-perl. [2022-03-05T21:24:14.721Z] #19 60.42 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-05T21:24:14.721Z] #19 60.43 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-05T21:24:14.721Z] #19 60.45 Selecting previously unselected package libfile-which-perl. [2022-03-05T21:24:14.721Z] #19 60.45 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-05T21:24:14.583Z] > git remote # timeout=10 [2022-03-05T21:24:14.636Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T21:24:14.693Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T21:24:14.695Z] > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10 [2022-03-05T21:24:14.806Z] #34 35.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:24:14.941Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:14.941Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334) [2022-03-05T21:24:14.982Z] #19 60.46 Unpacking libfile-which-perl (1.23-1) ... [2022-03-05T21:24:14.982Z] #19 60.49 Selecting previously unselected package libfile-homedir-perl. [2022-03-05T21:24:14.982Z] #19 60.49 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-05T21:24:14.982Z] #19 60.49 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-05T21:24:14.982Z] #19 60.52 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-05T21:24:14.982Z] #19 60.52 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-05T21:24:14.982Z] #19 60.53 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-05T21:24:14.982Z] #19 60.56 Selecting previously unselected package dpkg-cross. [2022-03-05T21:24:14.982Z] #19 60.56 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-05T21:24:14.982Z] #19 60.57 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-05T21:24:14.982Z] #19 60.60 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-05T21:24:14.982Z] #19 60.60 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-05T21:24:14.982Z] #19 60.60 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-05T21:24:14.982Z] #19 60.63 Selecting previously unselected package libc6-armel-cross. [2022-03-05T21:24:14.982Z] #19 60.63 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:14.982Z] #19 60.63 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-05T21:24:15.242Z] #19 60.75 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-05T21:24:15.242Z] #19 60.75 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.242Z] #19 60.75 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.242Z] #19 60.78 Selecting previously unselected package libgomp1-armel-cross. [2022-03-05T21:24:15.242Z] #19 60.79 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.242Z] #19 60.79 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.242Z] #19 60.82 Selecting previously unselected package libatomic1-armel-cross. [2022-03-05T21:24:15.242Z] #19 60.82 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.242Z] #19 60.83 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.242Z] #19 60.85 Selecting previously unselected package libasan6-armel-cross. [2022-03-05T21:24:15.242Z] #19 60.85 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.242Z] #19 60.86 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.299Z] #51 ... [2022-03-05T21:24:15.299Z] [2022-03-05T21:24:15.299Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:15.299Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:24:15.299Z] #14 48.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T21:24:15.299Z] #14 48.56 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:15.299Z] #14 48.56 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:24:15.501Z] #19 61.07 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-05T21:24:15.501Z] #19 61.08 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.501Z] #19 61.08 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.501Z] #19 61.15 Selecting previously unselected package libubsan1-armel-cross. [2022-03-05T21:24:15.501Z] #19 61.15 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.501Z] #19 61.15 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.516Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)" [2022-03-05T21:24:15.759Z] #19 61.24 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-05T21:24:15.759Z] #19 61.25 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:15.759Z] #19 61.25 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:15.759Z] #19 61.36 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T21:24:16.018Z] #19 61.36 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:16.018Z] #19 61.36 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T21:24:16.831Z] + docker version [2022-03-05T21:24:16.831Z] Client: [2022-03-05T21:24:16.831Z] Version: 20.10.9 [2022-03-05T21:24:16.831Z] API version: 1.41 [2022-03-05T21:24:16.831Z] Go version: go1.16.8 [2022-03-05T21:24:16.831Z] Git commit: c2ea9bc [2022-03-05T21:24:16.831Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T21:24:16.831Z] OS/Arch: windows/amd64 [2022-03-05T21:24:16.831Z] Context: default [2022-03-05T21:24:16.831Z] Experimental: true [2022-03-05T21:24:16.831Z] [2022-03-05T21:24:16.831Z] Server: Docker Engine - Community [2022-03-05T21:24:16.831Z] Engine: [2022-03-05T21:24:16.831Z] Version: 20.10.9 [2022-03-05T21:24:16.831Z] API version: 1.41 (minimum version 1.24) [2022-03-05T21:24:16.831Z] Go version: go1.16.8 [2022-03-05T21:24:16.831Z] Git commit: 79ea9d3 [2022-03-05T21:24:16.831Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T21:24:16.831Z] OS/Arch: windows/amd64 [2022-03-05T21:24:16.831Z] Experimental: true [2022-03-05T21:24:14.834Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-05T21:24:14.974Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T21:24:15.033Z] > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10 [Pipeline] sh [2022-03-05T21:24:17.848Z] + docker info [2022-03-05T21:24:17.848Z] Client: [2022-03-05T21:24:17.848Z] Context: default [2022-03-05T21:24:17.848Z] Debug Mode: false [2022-03-05T21:24:17.848Z] [2022-03-05T21:24:17.848Z] Server: [2022-03-05T21:24:17.848Z] Containers: 0 [2022-03-05T21:24:17.848Z] Running: 0 [2022-03-05T21:24:17.848Z] Paused: 0 [2022-03-05T21:24:17.848Z] Stopped: 0 [2022-03-05T21:24:17.848Z] Images: 0 [2022-03-05T21:24:17.848Z] Server Version: 20.10.9 [2022-03-05T21:24:17.849Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T21:24:17.849Z] Windows: [2022-03-05T21:24:17.849Z] LCOW: [2022-03-05T21:24:17.849Z] Logging Driver: json-file [2022-03-05T21:24:17.849Z] Plugins: [2022-03-05T21:24:17.849Z] Volume: local [2022-03-05T21:24:17.849Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:24:17.849Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:24:17.849Z] Swarm: inactive [2022-03-05T21:24:17.849Z] Default Isolation: process [2022-03-05T21:24:17.849Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T21:24:17.849Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T21:24:17.849Z] OSType: windows [2022-03-05T21:24:17.849Z] Architecture: x86_64 [2022-03-05T21:24:17.849Z] CPUs: 4 [2022-03-05T21:24:17.849Z] Total Memory: 32GiB [2022-03-05T21:24:17.849Z] Name: azwin-2-94b260 [2022-03-05T21:24:17.849Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T21:24:17.849Z] Docker Root Dir: D:\docker [2022-03-05T21:24:17.849Z] Debug Mode: false [2022-03-05T21:24:17.849Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:24:17.849Z] Labels: [2022-03-05T21:24:17.849Z] Experimental: true [2022-03-05T21:24:17.849Z] Insecure Registries: [2022-03-05T21:24:17.849Z] 10.0.0.4:5000 [2022-03-05T21:24:17.849Z] 127.0.0.0/8 [2022-03-05T21:24:17.849Z] Registry Mirrors: [2022-03-05T21:24:17.849Z] http://10.0.0.4:5000/ [2022-03-05T21:24:17.849Z] Live Restore Enabled: false [2022-03-05T21:24:17.849Z] Product License: Community Engine [2022-03-05T21:24:17.849Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-05T21:24:19.011Z] #34 ... [2022-03-05T21:24:19.011Z] [2022-03-05T21:24:19.011Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:19.011Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:24:19.011Z] #51 30.19 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T21:24:19.011Z] #51 30.21 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T21:24:19.011Z] #51 33.15 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T21:24:19.011Z] #51 33.22 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T21:24:19.011Z] #51 33.23 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T21:24:19.011Z] #51 33.28 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T21:24:19.011Z] #51 33.36 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T21:24:19.011Z] #51 33.37 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T21:24:19.011Z] #51 33.40 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T21:24:19.011Z] #51 33.44 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T21:24:19.011Z] #51 33.45 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T21:24:19.011Z] #51 33.49 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T21:24:19.011Z] #51 33.54 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T21:24:19.011Z] #51 33.56 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T21:24:19.011Z] #51 33.59 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T21:24:19.011Z] #51 33.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T21:24:19.011Z] #51 33.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T21:24:19.011Z] #51 33.82 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T21:24:19.011Z] #51 33.84 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T21:24:19.011Z] #51 33.88 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T21:24:19.011Z] #51 34.00 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T21:24:19.011Z] #51 34.04 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T21:24:19.011Z] #51 34.06 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T21:24:19.011Z] #51 34.62 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T21:24:19.011Z] #51 34.78 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T21:24:19.011Z] #51 34.81 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T21:24:19.011Z] #51 34.84 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T21:24:19.011Z] #51 34.90 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T21:24:19.011Z] #51 34.93 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T21:24:19.011Z] #51 35.68 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T21:24:19.011Z] #51 35.89 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T21:24:19.011Z] #51 35.89 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T21:24:19.011Z] #51 35.93 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T21:24:19.011Z] #51 35.95 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T21:24:19.011Z] #51 35.96 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T21:24:19.011Z] #51 35.97 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T21:24:19.011Z] #51 35.99 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T21:24:19.011Z] #51 36.03 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T21:24:19.011Z] #51 36.08 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T21:24:19.011Z] #51 36.12 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T21:24:19.011Z] #51 36.17 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T21:24:19.011Z] #51 36.19 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T21:24:19.011Z] #51 36.23 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T21:24:19.011Z] #51 36.23 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T21:24:19.011Z] #51 36.28 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T21:24:19.011Z] #51 36.30 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T21:24:19.011Z] #51 36.35 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T21:24:19.011Z] #51 36.35 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T21:24:19.011Z] #51 36.45 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T21:24:19.011Z] #51 36.63 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T21:24:19.011Z] #51 36.75 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T21:24:19.011Z] #51 36.78 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T21:24:19.011Z] #51 36.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T21:24:19.011Z] #51 36.82 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T21:24:19.011Z] #51 36.86 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T21:24:19.011Z] #51 36.89 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T21:24:19.011Z] #51 36.90 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T21:24:19.011Z] #51 36.93 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T21:24:19.011Z] #51 37.01 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T21:24:19.011Z] #51 37.05 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T21:24:19.011Z] #51 37.06 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T21:24:19.011Z] #51 37.08 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T21:24:19.011Z] #51 37.10 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T21:24:19.011Z] #51 37.14 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T21:24:19.011Z] #51 37.22 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T21:24:19.011Z] #51 37.25 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T21:24:19.011Z] #51 37.28 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T21:24:19.011Z] #51 37.31 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T21:24:19.011Z] #51 37.35 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T21:24:19.011Z] #51 37.37 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T21:24:19.011Z] #51 37.40 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T21:24:19.011Z] #51 37.42 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T21:24:19.011Z] #51 37.90 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T21:24:19.011Z] #51 37.92 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T21:24:19.011Z] #51 37.94 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T21:24:19.011Z] #51 37.95 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T21:24:19.011Z] #51 37.96 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T21:24:19.011Z] #51 38.01 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T21:24:19.011Z] #51 38.10 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T21:24:19.011Z] #51 38.19 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T21:24:19.011Z] #51 38.20 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T21:24:19.011Z] #51 38.40 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T21:24:19.011Z] #51 38.42 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T21:24:19.011Z] #51 38.43 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T21:24:19.011Z] #51 38.44 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T21:24:19.011Z] #51 38.45 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T21:24:19.011Z] #51 38.50 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T21:24:19.011Z] #51 38.59 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T21:24:19.011Z] #51 38.63 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T21:24:19.011Z] #51 38.65 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T21:24:19.011Z] #51 38.68 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T21:24:19.011Z] #51 38.73 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T21:24:19.011Z] #51 38.74 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T21:24:19.011Z] #51 38.91 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T21:24:19.011Z] #51 38.94 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T21:24:19.011Z] #51 38.94 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T21:24:19.011Z] #51 38.97 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T21:24:19.011Z] #51 39.01 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T21:24:19.011Z] #51 39.25 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T21:24:19.011Z] #51 39.39 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T21:24:19.011Z] #51 ... [2022-03-05T21:24:19.011Z] [2022-03-05T21:24:19.011Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:24:19.011Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:24:19.011Z] #47 33.81 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-05T21:24:19.011Z] #47 35.24 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:24:19.011Z] #47 35.47 Fetched 2292 kB in 4s (585 kB/s) [2022-03-05T21:24:19.011Z] #47 35.71 Selecting previously unselected package libprotobuf23:amd64. [2022-03-05T21:24:19.011Z] #47 35.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T21:24:19.011Z] #47 35.78 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-05T21:24:19.011Z] #47 35.79 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T21:24:19.011Z] #47 36.52 Selecting previously unselected package python3-pkg-resources. [2022-03-05T21:24:19.011Z] #47 36.53 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T21:24:19.011Z] #47 36.55 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:24:19.011Z] #47 36.74 Selecting previously unselected package python3-six. [2022-03-05T21:24:19.011Z] #47 36.74 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T21:24:19.011Z] #47 36.76 Unpacking python3-six (1.16.0-2) ... [2022-03-05T21:24:19.011Z] #47 36.82 Selecting previously unselected package python3-protobuf. [2022-03-05T21:24:19.011Z] #47 36.82 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-05T21:24:19.011Z] #47 36.83 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T21:24:19.011Z] #47 37.41 Selecting previously unselected package libnet1:amd64. [2022-03-05T21:24:19.011Z] #47 37.42 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T21:24:19.011Z] #47 37.43 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:24:19.011Z] #47 37.55 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T21:24:19.011Z] #47 37.56 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T21:24:19.011Z] #47 37.56 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T21:24:19.011Z] #47 37.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T21:24:19.011Z] #47 37.69 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T21:24:19.011Z] #47 37.70 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T21:24:19.011Z] #47 37.77 Selecting previously unselected package criu. [2022-03-05T21:24:19.012Z] #47 37.77 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-05T21:24:19.012Z] #47 37.78 Unpacking criu (3.16.1-3) ... [2022-03-05T21:24:19.012Z] #47 38.51 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:24:19.012Z] #47 ... [2022-03-05T21:24:19.012Z] [2022-03-05T21:24:19.012Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:19.012Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:24:19.012Z] #51 40.50 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T21:24:19.012Z] #51 40.50 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T21:24:19.012Z] #51 40.61 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T21:24:19.012Z] #51 40.67 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T21:24:19.012Z] #51 40.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T21:24:19.012Z] #51 40.70 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T21:24:19.012Z] #51 40.79 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T21:24:19.012Z] #51 41.04 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T21:24:19.271Z] #51 41.05 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T21:24:19.532Z] #51 41.20 go: downloading golang.org/x/text v0.3.7 [2022-03-05T21:24:21.306Z] #19 66.05 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-05T21:24:21.306Z] #19 66.05 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:21.306Z] #19 66.05 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T21:24:21.306Z] #19 66.08 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-05T21:24:21.306Z] #19 66.08 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-05T21:24:21.306Z] #19 66.09 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-05T21:24:21.306Z] #19 66.25 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-05T21:24:21.306Z] #19 66.25 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:21.306Z] #19 66.26 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-05T21:24:21.306Z] #19 66.47 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-05T21:24:21.306Z] #19 66.47 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:21.306Z] #19 66.47 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:21.306Z] #19 66.72 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-05T21:24:21.306Z] #19 66.73 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:21.306Z] #19 66.73 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T21:24:21.442Z] #51 ... [2022-03-05T21:24:21.442Z] [2022-03-05T21:24:21.442Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:21.442Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:24:21.442Z] #14 33.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T21:24:21.442Z] #14 33.52 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T21:24:21.442Z] #14 34.01 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T21:24:21.442Z] #14 35.91 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T21:24:21.442Z] #14 36.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T21:24:21.442Z] #14 36.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-05T21:24:21.442Z] #14 36.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-05T21:24:21.442Z] #14 36.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T21:24:21.442Z] #14 36.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T21:24:21.442Z] #14 36.47 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-05T21:24:21.442Z] #14 36.47 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-05T21:24:21.442Z] #14 36.48 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-05T21:24:21.442Z] #14 36.51 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-05T21:24:21.442Z] #14 36.51 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-05T21:24:21.442Z] #14 36.52 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-05T21:24:21.442Z] #14 36.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-05T21:24:21.442Z] #14 36.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-05T21:24:21.442Z] #14 36.56 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T21:24:21.442Z] #14 36.56 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-05T21:24:21.442Z] #14 36.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-05T21:24:21.442Z] #14 37.41 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:24:21.442Z] #14 37.63 Fetched 115 MB in 7s (16.9 MB/s) [2022-03-05T21:24:21.442Z] #14 37.69 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T21:24:21.442Z] #14 37.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T21:24:21.442Z] #14 37.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T21:24:21.442Z] #14 37.83 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T21:24:21.442Z] #14 39.90 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T21:24:21.442Z] #14 39.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T21:24:21.442Z] #14 39.95 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T21:24:21.442Z] #14 42.20 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T21:24:21.442Z] #14 42.20 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T21:24:21.442Z] #14 42.23 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T21:24:21.442Z] #14 42.32 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-05T21:24:21.442Z] #14 42.32 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:24:21.442Z] #14 42.34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:24:21.442Z] #14 42.51 Selecting previously unselected package dmsetup. [2022-03-05T21:24:21.442Z] #14 42.52 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:24:21.442Z] #14 42.54 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T21:24:21.442Z] #14 42.67 Selecting previously unselected package mingw-w64-common. [2022-03-05T21:24:21.442Z] #14 42.68 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T21:24:21.442Z] #14 42.69 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T21:24:21.442Z] #14 ... [2022-03-05T21:24:21.442Z] [2022-03-05T21:24:21.442Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:24:21.442Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T21:24:21.442Z] #38 40.43 Selecting previously unselected package libxml2:amd64. [2022-03-05T21:24:21.442Z] #38 40.44 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-05T21:24:21.442Z] #38 40.44 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T21:24:21.442Z] #38 40.89 Selecting previously unselected package libarchive13:amd64. [2022-03-05T21:24:21.442Z] #38 40.89 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-05T21:24:21.442Z] #38 40.90 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T21:24:21.442Z] #38 41.18 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-05T21:24:21.442Z] #38 41.18 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-05T21:24:21.442Z] #38 41.20 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T21:24:21.442Z] #38 41.33 Selecting previously unselected package librhash0:amd64. [2022-03-05T21:24:21.442Z] #38 41.35 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-05T21:24:21.442Z] #38 41.36 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-05T21:24:21.442Z] #38 41.47 Selecting previously unselected package libuv1:amd64. [2022-03-05T21:24:21.442Z] #38 41.49 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-05T21:24:21.442Z] #38 41.49 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-05T21:24:21.442Z] #38 41.62 Selecting previously unselected package cmake. [2022-03-05T21:24:21.442Z] #38 41.63 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-05T21:24:21.442Z] #38 41.63 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T21:24:21.896Z] #14 ... [2022-03-05T21:24:21.896Z] [2022-03-05T21:24:21.896Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:24:21.896Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:24:21.896Z] #60 30.43 Updating files: 75% (3578/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-05T21:24:21.896Z] #60 30.99 + cd /tmp/tmp.dghWqzhdYn/src/github.com/containerd/containerd [2022-03-05T21:24:21.896Z] #60 30.99 + git checkout -q v1.5.10 [2022-03-05T21:24:22.304Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-05T21:24:22.304Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b4574ffd\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-05T21:24:22.304Z] ---------------------------------------------------------------------------- [2022-03-05T21:24:22.773Z] [2022-03-05T21:24:22.773Z] INFO: executeCI.ps1 starting at Sat Mar 5 21:24:22 CUT 2022 [2022-03-05T21:24:22.773Z] [2022-03-05T21:24:22.773Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-05T21:24:22.773Z] INFO: Running git version 2.24.1.windows.2 [2022-03-05T21:24:22.773Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-05T21:24:22.773Z] INFO: Environment variables: [2022-03-05T21:24:22.773Z] [2022-03-05T21:24:22.773Z] Name Value [2022-03-05T21:24:22.773Z] ---- ----- [2022-03-05T21:24:22.773Z] ALLUSERSPROFILE C:\ProgramData [2022-03-05T21:24:22.773Z] amd64 true [2022-03-05T21:24:22.773Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-05T21:24:22.773Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-05T21:24:22.773Z] arm64 true [2022-03-05T21:24:22.773Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-05T21:24:22.773Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-05T21:24:22.773Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-05T21:24:22.773Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-05T21:24:22.773Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-05T21:24:22.773Z] BRANCH_NAME PR-43334 [2022-03-05T21:24:22.773Z] BUILD_DISPLAY_NAME #2 [2022-03-05T21:24:22.773Z] BUILD_ID 2 [2022-03-05T21:24:22.773Z] BUILD_NUMBER 2 [2022-03-05T21:24:22.773Z] BUILD_TAG jenkins-moby-PR-43334-2 [2022-03-05T21:24:22.773Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/ [2022-03-05T21:24:22.773Z] cgroup2 true [2022-03-05T21:24:22.773Z] CHANGE_AUTHOR thaJeztah [2022-03-05T21:24:22.773Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-05T21:24:22.773Z] CHANGE_BRANCH api_swagger_inline_examples [2022-03-05T21:24:22.773Z] CHANGE_FORK thaJeztah/docker [2022-03-05T21:24:22.773Z] CHANGE_ID 43334 [2022-03-05T21:24:22.773Z] CHANGE_TARGET master [2022-03-05T21:24:22.773Z] CHANGE_TITLE api: swagger: use explicit definitions, use inline examples, and fix indentation. [2022-03-05T21:24:22.773Z] CHANGE_URL https://github.com/moby/moby/pull/43334 [2022-03-05T21:24:22.773Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:24:22.773Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-05T21:24:22.773Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-05T21:24:22.773Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-05T21:24:22.773Z] COMPUTERNAME azwin-2-01a980 [2022-03-05T21:24:22.773Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-05T21:24:22.773Z] ConfigSequenceNumber 0 [2022-03-05T21:24:22.773Z] dco true [2022-03-05T21:24:22.773Z] DOCKER_BUILDKIT 0 [2022-03-05T21:24:22.773Z] DOCKER_DUT_DEBUG 1 [2022-03-05T21:24:22.773Z] DOCKER_EXPERIMENTAL 1 [2022-03-05T21:24:22.773Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-05T21:24:22.773Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-05T21:24:22.773Z] EXECUTOR_NUMBER 0 [2022-03-05T21:24:22.773Z] FQDN azwin-2-01a980.westus.cloudapp.azure.com [2022-03-05T21:24:22.773Z] GIT_BRANCH PR-43334 [2022-03-05T21:24:22.773Z] GIT_COMMIT 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:22.773Z] GIT_URL https://github.com/moby/moby.git [2022-03-05T21:24:22.773Z] HUDSON_COOKIE f8a0e932-6273-4b4e-ba83-9ec0fa751af4 [2022-03-05T21:24:22.773Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-05T21:24:22.773Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-05T21:24:22.773Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-05T21:24:22.773Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-05T21:24:22.773Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-05T21:24:22.773Z] JENKINS_NODE_COOKIE ce1ebd08-2fb5-4abf-a12e-76b9a5be9b68 [2022-03-05T21:24:22.773Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-05T21:24:22.773Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-05T21:24:22.773Z] JOB_BASE_NAME PR-43334 [2022-03-05T21:24:22.773Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/display/redirect [2022-03-05T21:24:22.773Z] JOB_NAME moby/PR-43334 [2022-03-05T21:24:22.773Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/ [2022-03-05T21:24:22.773Z] library.jps.version master [2022-03-05T21:24:22.773Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-05T21:24:22.773Z] NODE_LABELS amd64 azure azwin-2-01a980 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-05T21:24:22.773Z] NODE_NAME azwin-2-01a980 [2022-03-05T21:24:22.773Z] NUMBER_OF_PROCESSORS 4 [2022-03-05T21:24:22.773Z] OS Windows_NT [2022-03-05T21:24:22.773Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-05T21:24:22.773Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-05T21:24:22.773Z] ppc64le false [2022-03-05T21:24:22.773Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-05T21:24:22.773Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-05T21:24:22.773Z] PROCESSOR_LEVEL 6 [2022-03-05T21:24:22.773Z] PROCESSOR_REVISION 4f01 [2022-03-05T21:24:22.773Z] ProgramData C:\ProgramData [2022-03-05T21:24:22.773Z] ProgramFiles C:\Program Files [2022-03-05T21:24:22.773Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-05T21:24:22.773Z] ProgramW6432 C:\Program Files [2022-03-05T21:24:22.773Z] PROMPT $P$G [2022-03-05T21:24:22.773Z] PSExecutionPolicyPreference Bypass [2022-03-05T21:24:22.773Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-05T21:24:22.773Z] PUBLIC C:\Users\Public [2022-03-05T21:24:22.773Z] rootless true [2022-03-05T21:24:22.773Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=artif... [2022-03-05T21:24:22.773Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=changes [2022-03-05T21:24:22.773Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect [2022-03-05T21:24:22.773Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=tests [2022-03-05T21:24:22.773Z] s390x false [2022-03-05T21:24:22.773Z] SKIP_VALIDATION_TESTS 1 [2022-03-05T21:24:22.773Z] SOURCES_DRIVE d [2022-03-05T21:24:22.773Z] SOURCES_SUBDIR gopath [2022-03-05T21:24:22.773Z] STAGE_NAME Run tests [2022-03-05T21:24:22.773Z] SystemDrive C: [2022-03-05T21:24:22.773Z] SystemRoot C:\Windows [2022-03-05T21:24:22.773Z] TEMP C:\Windows\TEMP [2022-03-05T21:24:22.773Z] TESTDEBUG 0 [2022-03-05T21:24:22.773Z] TESTRUN_DRIVE d [2022-03-05T21:24:22.773Z] TESTRUN_SUBDIR CI [2022-03-05T21:24:22.773Z] TIMEOUT 120m [2022-03-05T21:24:22.773Z] TMP C:\Windows\TEMP [2022-03-05T21:24:22.773Z] unit_validate true [2022-03-05T21:24:22.773Z] USERDOMAIN WORKGROUP [2022-03-05T21:24:22.773Z] USERNAME azwin-2-01a980$ [2022-03-05T21:24:22.773Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-05T21:24:22.773Z] validate_force false [2022-03-05T21:24:22.773Z] windir C:\Windows [2022-03-05T21:24:22.773Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-05T21:24:22.773Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-05T21:24:22.773Z] windows2022 true [2022-03-05T21:24:22.773Z] windows2022containerd true [2022-03-05T21:24:22.773Z] windowsRS5 true [2022-03-05T21:24:22.773Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-05T21:24:22.773Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-05T21:24:22.773Z] [2022-03-05T21:24:22.773Z] [2022-03-05T21:24:22.773Z] [2022-03-05T21:24:23.242Z] INFO: Sources under d:\gopath\... [2022-03-05T21:24:23.242Z] INFO: Test run under d:\CI\... [2022-03-05T21:24:23.242Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-05T21:24:23.242Z] INFO: docker/docker repository was found [2022-03-05T21:24:23.242Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-05T21:24:23.242Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-03-05T21:24:23.242Z] INFO: Docker version of control daemon [2022-03-05T21:24:23.242Z] [2022-03-05T21:24:23.281Z] #60 32.43 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T21:24:23.281Z] #60 32.43 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T21:24:23.281Z] #60 32.43 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T21:24:23.281Z] #60 32.43 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T21:24:23.281Z] #60 32.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T21:24:23.281Z] #60 32.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T21:24:23.281Z] #60 32.43 + '[' '' = dynamic ']' [2022-03-05T21:24:23.281Z] #60 32.43 + make [2022-03-05T21:24:23.711Z] Client: [2022-03-05T21:24:23.711Z] Version: 20.10.9 [2022-03-05T21:24:23.711Z] API version: 1.41 [2022-03-05T21:24:23.711Z] Go version: go1.16.8 [2022-03-05T21:24:23.711Z] Git commit: c2ea9bc [2022-03-05T21:24:23.711Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T21:24:23.711Z] OS/Arch: windows/amd64 [2022-03-05T21:24:23.711Z] Context: default [2022-03-05T21:24:23.711Z] Experimental: true [2022-03-05T21:24:23.711Z] [2022-03-05T21:24:23.711Z] Server: Docker Engine - Community [2022-03-05T21:24:23.711Z] Engine: [2022-03-05T21:24:23.711Z] Version: 20.10.9 [2022-03-05T21:24:23.711Z] API version: 1.41 (minimum version 1.24) [2022-03-05T21:24:23.711Z] Go version: go1.16.8 [2022-03-05T21:24:23.711Z] Git commit: 79ea9d3 [2022-03-05T21:24:23.711Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T21:24:23.711Z] OS/Arch: windows/amd64 [2022-03-05T21:24:23.711Z] Experimental: true [2022-03-05T21:24:23.711Z] [2022-03-05T21:24:23.711Z] INFO: Docker info of control daemon [2022-03-05T21:24:23.711Z] [2022-03-05T21:24:23.981Z] #38 45.40 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T21:24:23.981Z] #38 45.43 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:24:23.981Z] #38 45.47 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-05T21:24:23.981Z] #38 45.49 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:24:23.981Z] #38 45.52 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T21:24:23.981Z] #38 45.54 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-05T21:24:23.981Z] #38 45.57 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T21:24:23.981Z] #38 45.59 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T21:24:23.981Z] #38 45.60 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T21:24:23.981Z] #38 45.61 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T21:24:23.981Z] #38 45.63 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:24.180Z] Client: [2022-03-05T21:24:24.180Z] Context: default [2022-03-05T21:24:24.180Z] Debug Mode: false [2022-03-05T21:24:24.180Z] Plugins: [2022-03-05T21:24:24.180Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-05T21:24:24.180Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-05T21:24:24.180Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-05T21:24:24.180Z] [2022-03-05T21:24:24.180Z] Server: [2022-03-05T21:24:24.180Z] Containers: 1 [2022-03-05T21:24:24.180Z] Running: 0 [2022-03-05T21:24:24.180Z] Paused: 0 [2022-03-05T21:24:24.180Z] Stopped: 1 [2022-03-05T21:24:24.180Z] Images: 12 [2022-03-05T21:24:24.180Z] Server Version: 20.10.9 [2022-03-05T21:24:24.180Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T21:24:24.180Z] Windows: [2022-03-05T21:24:24.180Z] LCOW: [2022-03-05T21:24:24.180Z] Logging Driver: json-file [2022-03-05T21:24:24.180Z] Plugins: [2022-03-05T21:24:24.180Z] Volume: local [2022-03-05T21:24:24.180Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:24:24.180Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:24:24.180Z] Swarm: inactive [2022-03-05T21:24:24.180Z] Default Isolation: process [2022-03-05T21:24:24.180Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T21:24:24.180Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T21:24:24.180Z] OSType: windows [2022-03-05T21:24:24.180Z] Architecture: x86_64 [2022-03-05T21:24:24.180Z] CPUs: 4 [2022-03-05T21:24:24.180Z] Total Memory: 32GiB [2022-03-05T21:24:24.180Z] Name: azwin-2-01a980 [2022-03-05T21:24:24.180Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-05T21:24:24.180Z] Docker Root Dir: D:\docker [2022-03-05T21:24:24.180Z] Debug Mode: false [2022-03-05T21:24:24.180Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:24:24.180Z] Labels: [2022-03-05T21:24:24.180Z] Experimental: true [2022-03-05T21:24:24.180Z] Insecure Registries: [2022-03-05T21:24:24.180Z] 10.0.0.4:5000 [2022-03-05T21:24:24.180Z] 127.0.0.0/8 [2022-03-05T21:24:24.180Z] Registry Mirrors: [2022-03-05T21:24:24.180Z] http://10.0.0.4:5000/ [2022-03-05T21:24:24.180Z] Live Restore Enabled: false [2022-03-05T21:24:24.180Z] Product License: Community Engine [2022-03-05T21:24:24.180Z] [2022-03-05T21:24:24.180Z] [2022-03-05T21:24:24.180Z] INFO: Commit hash is 0759f013a4 [2022-03-05T21:24:24.180Z] INFO: Nuke-Everything... [2022-03-05T21:24:24.180Z] INFO: Container count on control daemon to delete is 1 [2022-03-05T21:24:24.647Z] 391a305d9e4a [2022-03-05T21:24:24.647Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-05T21:24:24.665Z] #60 33.78 + bin/ctr [2022-03-05T21:24:24.918Z] #38 DONE 46.8s [2022-03-05T21:24:24.918Z] [2022-03-05T21:24:24.918Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:24.918Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:24:24.918Z] #51 46.01 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T21:24:24.918Z] #51 46.15 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T21:24:24.918Z] #51 46.22 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T21:24:24.918Z] #51 46.27 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T21:24:24.918Z] #51 46.34 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T21:24:24.918Z] #51 46.41 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T21:24:24.918Z] #51 46.42 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T21:24:24.918Z] #51 46.49 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T21:24:24.918Z] #51 46.51 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T21:24:24.918Z] #51 46.74 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T21:24:24.918Z] #51 46.77 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T21:24:24.918Z] #51 46.82 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T21:24:25.178Z] #51 ... [2022-03-05T21:24:25.178Z] [2022-03-05T21:24:25.178Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T21:24:25.178Z] #39 sha256:0c47bc1a4b97fb69b53b1d129b4bdb04501addd3466af151b6d2aad8599444d8 [2022-03-05T21:24:25.178Z] #39 DONE 0.1s [2022-03-05T21:24:25.178Z] [2022-03-05T21:24:25.178Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T21:24:25.178Z] #40 sha256:bbb695c171781b1e2a0c573fa2a5f69a6c8e8397704f415e596935f10c4af7e2 [2022-03-05T21:24:25.495Z] #19 71.20 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-05T21:24:25.749Z] #40 ... [2022-03-05T21:24:25.749Z] [2022-03-05T21:24:25.749Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:24:25.749Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:24:25.749Z] #47 40.09 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T21:24:25.749Z] #47 40.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:24:25.749Z] #47 40.13 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T21:24:25.749Z] #47 40.14 Setting up python3-six (1.16.0-2) ... [2022-03-05T21:24:25.749Z] #47 41.28 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T21:24:25.749Z] #47 41.30 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T21:24:25.749Z] #47 44.56 Setting up criu (3.16.1-3) ... [2022-03-05T21:24:25.749Z] #47 46.40 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:25.749Z] #47 DONE 46.8s [2022-03-05T21:24:25.749Z] [2022-03-05T21:24:25.749Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:25.749Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:24:25.749Z] #51 47.46 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T21:24:25.749Z] #51 47.51 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T21:24:25.755Z] #19 71.20 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:25.755Z] #19 71.20 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T21:24:25.755Z] #19 71.23 Selecting previously unselected package crossbuild-essential-armel. [2022-03-05T21:24:25.755Z] #19 71.23 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-05T21:24:25.755Z] #19 71.23 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-05T21:24:25.755Z] #19 71.26 Selecting previously unselected package libc6-armhf-cross. [2022-03-05T21:24:25.755Z] #19 71.26 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:25.755Z] #19 71.27 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-05T21:24:25.755Z] #19 71.38 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-05T21:24:25.755Z] #19 71.38 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:25.755Z] #19 71.38 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:25.755Z] #19 71.41 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-05T21:24:25.755Z] #19 71.41 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:25.755Z] #19 71.42 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:25.755Z] #19 71.46 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-05T21:24:26.009Z] #51 48.01 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T21:24:26.013Z] #19 71.46 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:26.013Z] #19 71.47 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:26.013Z] #19 71.50 Selecting previously unselected package libasan6-armhf-cross. [2022-03-05T21:24:26.013Z] #19 71.51 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:26.013Z] #19 71.51 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:26.013Z] #19 71.73 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-05T21:24:26.271Z] #51 48.10 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T21:24:26.271Z] #51 48.13 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T21:24:26.272Z] #19 71.73 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:26.272Z] #19 71.73 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:26.272Z] #19 71.80 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-05T21:24:26.272Z] #19 71.80 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:26.272Z] #19 71.80 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:26.272Z] #19 71.89 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-05T21:24:26.272Z] #19 71.89 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:26.272Z] #19 71.90 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:26.272Z] #19 72.00 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-05T21:24:26.532Z] #51 48.29 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T21:24:26.532Z] #51 48.29 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T21:24:26.532Z] #51 48.38 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T21:24:26.532Z] #51 48.44 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T21:24:26.543Z] #19 72.00 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:26.543Z] #19 72.01 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T21:24:26.792Z] #51 48.63 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T21:24:27.053Z] #51 48.88 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T21:24:27.053Z] #51 ... [2022-03-05T21:24:27.053Z] [2022-03-05T21:24:27.053Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:24:27.053Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T21:24:27.053Z] #49 48.74 gotestsum version dev [2022-03-05T21:24:27.053Z] #49 DONE 49.0s [2022-03-05T21:24:27.053Z] [2022-03-05T21:24:27.053Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:24:27.053Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:24:27.053Z] #51 49.09 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T21:24:27.313Z] #51 49.15 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T21:24:27.605Z] Deleted: sha256:76a761822ffb6693d8ce2b0f90c9bd423e4c3c6824913234246b56e13451f3fb [2022-03-05T21:24:27.605Z] Deleted: sha256:d6bca6bd5cca9b50b19728a2347475053c8a44a21e93464af0bf45f54e496bfe [2022-03-05T21:24:27.605Z] INFO: Nuking d:\CI [2022-03-05T21:24:28.697Z] #51 50.56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T21:24:29.448Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-05T21:24:29.448Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ec3ccbfa\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-05T21:24:29.448Z] ---------------------------------------------------------------------------- [2022-03-05T21:24:29.905Z] [2022-03-05T21:24:29.905Z] INFO: executeCI.ps1 starting at Sat Mar 5 21:24:29 CUT 2022 [2022-03-05T21:24:29.905Z] [2022-03-05T21:24:29.905Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-05T21:24:29.905Z] INFO: Running git version 2.24.1.windows.2 [2022-03-05T21:24:29.905Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-05T21:24:29.905Z] INFO: Environment variables: [2022-03-05T21:24:30.363Z] [2022-03-05T21:24:30.363Z] Name Value [2022-03-05T21:24:30.363Z] ---- ----- [2022-03-05T21:24:30.363Z] ALLUSERSPROFILE C:\ProgramData [2022-03-05T21:24:30.363Z] amd64 true [2022-03-05T21:24:30.363Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-05T21:24:30.363Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-05T21:24:30.363Z] arm64 true [2022-03-05T21:24:30.363Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-05T21:24:30.363Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-05T21:24:30.363Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-05T21:24:30.363Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-05T21:24:30.363Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-05T21:24:30.363Z] BRANCH_NAME PR-43334 [2022-03-05T21:24:30.363Z] BUILD_DISPLAY_NAME #2 [2022-03-05T21:24:30.363Z] BUILD_ID 2 [2022-03-05T21:24:30.363Z] BUILD_NUMBER 2 [2022-03-05T21:24:30.363Z] BUILD_TAG jenkins-moby-PR-43334-2 [2022-03-05T21:24:30.363Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/ [2022-03-05T21:24:30.363Z] cgroup2 true [2022-03-05T21:24:30.363Z] CHANGE_AUTHOR thaJeztah [2022-03-05T21:24:30.363Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-05T21:24:30.363Z] CHANGE_BRANCH api_swagger_inline_examples [2022-03-05T21:24:30.363Z] CHANGE_FORK thaJeztah/docker [2022-03-05T21:24:30.363Z] CHANGE_ID 43334 [2022-03-05T21:24:30.363Z] CHANGE_TARGET master [2022-03-05T21:24:30.363Z] CHANGE_TITLE api: swagger: use explicit definitions, use inline examples, and fix indentation. [2022-03-05T21:24:30.363Z] CHANGE_URL https://github.com/moby/moby/pull/43334 [2022-03-05T21:24:30.363Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:24:30.363Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-05T21:24:30.363Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-05T21:24:30.363Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-05T21:24:30.363Z] COMPUTERNAME azwin-2-d1c240 [2022-03-05T21:24:30.363Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-05T21:24:30.363Z] ConfigSequenceNumber 0 [2022-03-05T21:24:30.363Z] dco true [2022-03-05T21:24:30.363Z] DOCKER_BUILDKIT 0 [2022-03-05T21:24:30.363Z] DOCKER_DUT_DEBUG 1 [2022-03-05T21:24:30.363Z] DOCKER_EXPERIMENTAL 1 [2022-03-05T21:24:30.363Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-05T21:24:30.363Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-05T21:24:30.363Z] EXECUTOR_NUMBER 0 [2022-03-05T21:24:30.363Z] FQDN azwin-2-d1c240.westus.cloudapp.azure.com [2022-03-05T21:24:30.363Z] GIT_BRANCH PR-43334 [2022-03-05T21:24:30.363Z] GIT_COMMIT 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:30.363Z] GIT_URL https://github.com/moby/moby.git [2022-03-05T21:24:30.363Z] HUDSON_COOKIE b53c5923-9e49-4207-8d82-3e4446a5d33b [2022-03-05T21:24:30.363Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-05T21:24:30.363Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-05T21:24:30.363Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-05T21:24:30.363Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-05T21:24:30.363Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-05T21:24:30.363Z] JENKINS_NODE_COOKIE 23578c12-6365-484b-8b2b-9204101801a4 [2022-03-05T21:24:30.363Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-05T21:24:30.363Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-05T21:24:30.363Z] JOB_BASE_NAME PR-43334 [2022-03-05T21:24:30.363Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/display/redirect [2022-03-05T21:24:30.363Z] JOB_NAME moby/PR-43334 [2022-03-05T21:24:30.363Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/ [2022-03-05T21:24:30.363Z] library.jps.version master [2022-03-05T21:24:30.363Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-05T21:24:30.363Z] NODE_LABELS amd64 azure azwin-2-d1c240 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-05T21:24:30.363Z] NODE_NAME azwin-2-d1c240 [2022-03-05T21:24:30.363Z] NUMBER_OF_PROCESSORS 4 [2022-03-05T21:24:30.363Z] OS Windows_NT [2022-03-05T21:24:30.363Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-05T21:24:30.363Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-05T21:24:30.363Z] ppc64le false [2022-03-05T21:24:30.363Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-05T21:24:30.363Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-05T21:24:30.363Z] PROCESSOR_LEVEL 6 [2022-03-05T21:24:30.363Z] PROCESSOR_REVISION 4f01 [2022-03-05T21:24:30.363Z] ProgramData C:\ProgramData [2022-03-05T21:24:30.363Z] ProgramFiles C:\Program Files [2022-03-05T21:24:30.363Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-05T21:24:30.363Z] ProgramW6432 C:\Program Files [2022-03-05T21:24:30.363Z] PROMPT $P$G [2022-03-05T21:24:30.363Z] PSExecutionPolicyPreference Bypass [2022-03-05T21:24:30.363Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-05T21:24:30.363Z] PUBLIC C:\Users\Public [2022-03-05T21:24:30.363Z] rootless true [2022-03-05T21:24:30.363Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=artif... [2022-03-05T21:24:30.363Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=changes [2022-03-05T21:24:30.363Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect [2022-03-05T21:24:30.363Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=tests [2022-03-05T21:24:30.363Z] s390x false [2022-03-05T21:24:30.363Z] SKIP_VALIDATION_TESTS 1 [2022-03-05T21:24:30.363Z] SOURCES_DRIVE d [2022-03-05T21:24:30.363Z] SOURCES_SUBDIR gopath [2022-03-05T21:24:30.363Z] STAGE_NAME Run tests [2022-03-05T21:24:30.363Z] SystemDrive C: [2022-03-05T21:24:30.363Z] SystemRoot C:\Windows [2022-03-05T21:24:30.363Z] TEMP C:\Windows\TEMP [2022-03-05T21:24:30.363Z] TESTDEBUG 0 [2022-03-05T21:24:30.363Z] TESTRUN_DRIVE d [2022-03-05T21:24:30.363Z] TESTRUN_SUBDIR CI [2022-03-05T21:24:30.363Z] TIMEOUT 120m [2022-03-05T21:24:30.363Z] TMP C:\Windows\TEMP [2022-03-05T21:24:30.363Z] unit_validate true [2022-03-05T21:24:30.363Z] USERDOMAIN WORKGROUP [2022-03-05T21:24:30.363Z] USERNAME azwin-2-d1c240$ [2022-03-05T21:24:30.363Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-05T21:24:30.363Z] validate_force false [2022-03-05T21:24:30.363Z] windir C:\Windows [2022-03-05T21:24:30.363Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-05T21:24:30.363Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-05T21:24:30.363Z] windows2022 true [2022-03-05T21:24:30.363Z] windows2022containerd true [2022-03-05T21:24:30.363Z] windowsRS5 true [2022-03-05T21:24:30.363Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-05T21:24:30.363Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-05T21:24:30.363Z] [2022-03-05T21:24:30.363Z] [2022-03-05T21:24:30.363Z] [2022-03-05T21:24:31.827Z] #19 76.72 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-05T21:24:31.827Z] #19 76.72 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:31.827Z] #19 76.72 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T21:24:31.827Z] #19 76.75 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-05T21:24:31.827Z] #19 76.76 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-05T21:24:31.827Z] #19 76.76 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-05T21:24:31.827Z] #19 76.93 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-05T21:24:31.827Z] #19 76.93 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:31.827Z] #19 76.94 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-05T21:24:31.827Z] #19 77.15 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-05T21:24:31.827Z] #19 77.15 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:31.827Z] #19 77.15 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:31.827Z] #19 77.39 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-05T21:24:31.827Z] #19 77.40 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:31.827Z] #19 77.40 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T21:24:31.894Z] INFO: Sources under d:\gopath\... [2022-03-05T21:24:31.894Z] INFO: Test run under d:\CI\... [2022-03-05T21:24:31.894Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-05T21:24:31.894Z] INFO: docker/docker repository was found [2022-03-05T21:24:31.894Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-05T21:24:31.894Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-05T21:24:31.894Z] INFO: Docker version of control daemon [2022-03-05T21:24:31.894Z] [2022-03-05T21:24:31.894Z] Client: [2022-03-05T21:24:31.894Z] Version: 20.10.9 [2022-03-05T21:24:31.894Z] API version: 1.41 [2022-03-05T21:24:31.894Z] Go version: go1.16.8 [2022-03-05T21:24:31.894Z] Git commit: c2ea9bc [2022-03-05T21:24:31.894Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T21:24:31.894Z] OS/Arch: windows/amd64 [2022-03-05T21:24:31.894Z] Context: default [2022-03-05T21:24:31.894Z] Experimental: true [2022-03-05T21:24:31.894Z] [2022-03-05T21:24:31.894Z] Server: Docker Engine - Community [2022-03-05T21:24:31.894Z] Engine: [2022-03-05T21:24:31.894Z] Version: 20.10.9 [2022-03-05T21:24:31.894Z] API version: 1.41 (minimum version 1.24) [2022-03-05T21:24:31.894Z] Go version: go1.16.8 [2022-03-05T21:24:31.894Z] Git commit: 79ea9d3 [2022-03-05T21:24:31.894Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T21:24:31.894Z] OS/Arch: windows/amd64 [2022-03-05T21:24:31.894Z] Experimental: true [2022-03-05T21:24:31.894Z] [2022-03-05T21:24:31.894Z] INFO: Docker info of control daemon [2022-03-05T21:24:31.894Z] [2022-03-05T21:24:31.993Z] #51 ... [2022-03-05T21:24:31.993Z] [2022-03-05T21:24:31.993Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T21:24:31.993Z] #40 sha256:bbb695c171781b1e2a0c573fa2a5f69a6c8e8397704f415e596935f10c4af7e2 [2022-03-05T21:24:31.993Z] #40 1.292 + RM_GOPATH=0 [2022-03-05T21:24:31.993Z] #40 1.292 + TMP_GOPATH= [2022-03-05T21:24:31.993Z] #40 1.292 + : /build [2022-03-05T21:24:31.993Z] #40 1.292 + '[' -z '' ']' [2022-03-05T21:24:31.993Z] #40 1.292 ++ mktemp -d [2022-03-05T21:24:31.993Z] #40 1.302 + export GOPATH=/tmp/tmp.vtiadStowU [2022-03-05T21:24:31.993Z] #40 1.302 + GOPATH=/tmp/tmp.vtiadStowU [2022-03-05T21:24:31.993Z] #40 1.302 + RM_GOPATH=1 [2022-03-05T21:24:31.993Z] #40 1.302 + case "$(go env GOARCH)" in [2022-03-05T21:24:31.993Z] #40 1.302 ++ go env GOARCH [2022-03-05T21:24:31.993Z] #40 1.362 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:31.993Z] #40 1.362 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:31.993Z] #40 1.362 ++ dirname /install.sh [2022-03-05T21:24:31.993Z] #40 1.365 Install tini version v0.19.0 [2022-03-05T21:24:31.993Z] #40 1.365 + dir=/ [2022-03-05T21:24:31.993Z] #40 1.365 + bin=tini [2022-03-05T21:24:31.993Z] #40 1.365 + shift [2022-03-05T21:24:31.993Z] #40 1.365 + '[' '!' -f //tini.installer ']' [2022-03-05T21:24:31.993Z] #40 1.365 + . //tini.installer [2022-03-05T21:24:31.993Z] #40 1.365 ++ : v0.19.0 [2022-03-05T21:24:31.993Z] #40 1.365 + install_tini [2022-03-05T21:24:31.993Z] #40 1.365 + echo 'Install tini version v0.19.0' [2022-03-05T21:24:31.993Z] #40 1.365 + git clone https://github.com/krallin/tini.git /tmp/tmp.vtiadStowU/tini [2022-03-05T21:24:31.993Z] #40 1.416 Cloning into '/tmp/tmp.vtiadStowU/tini'... [2022-03-05T21:24:31.993Z] #40 2.337 + cd /tmp/tmp.vtiadStowU/tini [2022-03-05T21:24:31.993Z] #40 2.337 + git checkout -q v0.19.0 [2022-03-05T21:24:31.993Z] #40 2.401 + cmake . [2022-03-05T21:24:31.993Z] #40 3.080 -- The C compiler identification is GNU 10.2.1 [2022-03-05T21:24:31.993Z] #40 3.144 -- Detecting C compiler ABI info [2022-03-05T21:24:31.993Z] #40 3.665 -- Detecting C compiler ABI info - done [2022-03-05T21:24:31.993Z] #40 3.760 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T21:24:31.993Z] #40 3.769 -- Detecting C compile features [2022-03-05T21:24:31.993Z] #40 3.771 -- Detecting C compile features - done [2022-03-05T21:24:31.993Z] #40 3.820 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T21:24:31.993Z] #40 4.022 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T21:24:31.993Z] #40 4.092 -- Configuring done [2022-03-05T21:24:31.993Z] #40 4.121 -- Generating done [2022-03-05T21:24:31.993Z] #40 4.124 -- Build files have been written to: /tmp/tmp.vtiadStowU/tini [2022-03-05T21:24:31.993Z] #40 4.127 + make tini-static [2022-03-05T21:24:31.993Z] #40 4.465 Scanning dependencies of target tini-static [2022-03-05T21:24:31.993Z] #40 4.592 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T21:24:31.993Z] #40 5.533 [100%] Linking C executable tini-static [2022-03-05T21:24:31.993Z] #40 5.940 [100%] Built target tini-static [2022-03-05T21:24:31.993Z] #40 5.999 + mkdir -p /build [2022-03-05T21:24:31.993Z] #40 6.001 + cp tini-static /build/docker-init [2022-03-05T21:24:31.993Z] #40 DONE 6.5s [2022-03-05T21:24:31.993Z] [2022-03-05T21:24:31.993Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:31.993Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:24:31.993Z] #14 48.97 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T21:24:31.993Z] #14 48.98 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T21:24:31.993Z] #14 48.99 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T21:24:31.993Z] #14 53.45 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T21:24:31.993Z] #14 53.46 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:24:31.993Z] #14 53.46 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T21:24:31.993Z] #14 53.62 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T21:24:31.993Z] #14 53.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:24:31.993Z] #14 53.63 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T21:24:32.351Z] Client: [2022-03-05T21:24:32.351Z] Context: default [2022-03-05T21:24:32.351Z] Debug Mode: false [2022-03-05T21:24:32.351Z] [2022-03-05T21:24:32.351Z] Server: [2022-03-05T21:24:32.351Z] Containers: 0 [2022-03-05T21:24:32.351Z] Running: 0 [2022-03-05T21:24:32.351Z] Paused: 0 [2022-03-05T21:24:32.351Z] Stopped: 0 [2022-03-05T21:24:32.351Z] Images: 6 [2022-03-05T21:24:32.351Z] Server Version: 20.10.9 [2022-03-05T21:24:32.351Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T21:24:32.351Z] Windows: [2022-03-05T21:24:32.351Z] LCOW: [2022-03-05T21:24:32.351Z] Logging Driver: json-file [2022-03-05T21:24:32.351Z] Plugins: [2022-03-05T21:24:32.351Z] Volume: local [2022-03-05T21:24:32.351Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:24:32.351Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:24:32.351Z] Swarm: inactive [2022-03-05T21:24:32.351Z] Default Isolation: process [2022-03-05T21:24:32.351Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T21:24:32.351Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T21:24:32.351Z] OSType: windows [2022-03-05T21:24:32.351Z] Architecture: x86_64 [2022-03-05T21:24:32.351Z] CPUs: 4 [2022-03-05T21:24:32.351Z] Total Memory: 32GiB [2022-03-05T21:24:32.351Z] Name: azwin-2-d1c240 [2022-03-05T21:24:32.351Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T21:24:32.351Z] Docker Root Dir: D:\docker [2022-03-05T21:24:32.351Z] Debug Mode: false [2022-03-05T21:24:32.351Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:24:32.351Z] Labels: [2022-03-05T21:24:32.351Z] Experimental: true [2022-03-05T21:24:32.351Z] Insecure Registries: [2022-03-05T21:24:32.351Z] 10.0.0.4:5000 [2022-03-05T21:24:32.351Z] 127.0.0.0/8 [2022-03-05T21:24:32.351Z] Registry Mirrors: [2022-03-05T21:24:32.351Z] http://10.0.0.4:5000/ [2022-03-05T21:24:32.351Z] Live Restore Enabled: false [2022-03-05T21:24:32.351Z] Product License: Community Engine [2022-03-05T21:24:32.351Z] [2022-03-05T21:24:32.351Z] [2022-03-05T21:24:32.351Z] INFO: Commit hash is 0759f013a4 [2022-03-05T21:24:32.351Z] INFO: Nuke-Everything... [2022-03-05T21:24:32.351Z] INFO: Container count on control daemon to delete is 0 [2022-03-05T21:24:32.351Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-05T21:24:32.351Z] Deleted: sha256:7d328646731c3b7ad86ff35c08010f0778f7be68b85c9f0ed019c2d1a62c5b2e [2022-03-05T21:24:32.351Z] Deleted: sha256:be7115a6cefcad8d38e4c8d6d8cf0d4777c1212b91be3768f43e5da1292e608a [2022-03-05T21:24:32.351Z] Deleted: sha256:f4d1b6f7cd7730f4a168cf5bbfdd73f0f168c5acbc21d4f2486a539c50c5cf12 [2022-03-05T21:24:32.351Z] Deleted: sha256:d1263cba592e4a30d3d6f5591a207a4833d3d6dca0bdb17332acf980727c4793 [2022-03-05T21:24:32.351Z] Deleted: sha256:1a431fa690e3027bb260eec07512cb44942b911784d58aaccb427f72a1244753 [2022-03-05T21:24:32.351Z] Deleted: sha256:d4272faf1ce7b94887ac008f6f78762401540e22f5c7ab54ce469278425f3de5 [2022-03-05T21:24:32.351Z] Deleted: sha256:c0c406c3aaf522b1a06b86a6361e02dd6b1f84cf4fb78a9a72941df39c2bfd4e [2022-03-05T21:24:32.351Z] Deleted: sha256:f0fced5d3723c853d2d78a1e5187f6b416fd58d91d9a7659c14aa750879ca276 [2022-03-05T21:24:32.351Z] Deleted: sha256:3c1bb0dd85038ed955f7c8373085ab4918376e9325250279e495c33fb3b62d71 [2022-03-05T21:24:32.351Z] Deleted: sha256:a6bb82bd6b078f78db996e0de750311b7cd66b063799b6911df34c248ab1b027 [2022-03-05T21:24:33.315Z] INFO: Nuking d:\CI [2022-03-05T21:24:33.315Z] INFO: Zapped successfully [2022-03-05T21:24:33.315Z] INFO: Location for testing is d:\CI\PR-43334\2 [2022-03-05T21:24:33.315Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-05T21:24:33.315Z] [2022-03-05T21:24:33.315Z] [2022-03-05T21:24:33.315Z] INFO: Building the image from Dockerfile.windows at 03/05/2022 21:24:33... [2022-03-05T21:24:33.315Z] [2022-03-05T21:24:34.785Z] #60 ... [2022-03-05T21:24:34.785Z] [2022-03-05T21:24:34.785Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:34.785Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:24:34.785Z] #14 57.11 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T21:24:34.785Z] #14 57.11 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:34.785Z] #14 57.12 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:24:34.785Z] #14 61.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T21:24:34.785Z] #14 61.46 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:34.785Z] #14 61.46 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T21:24:34.785Z] #14 65.93 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T21:24:34.785Z] #14 65.94 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:34.785Z] #14 65.94 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:24:35.237Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:24:35.237Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:24:35.237Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:24:35.237Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:24:35.237Z] [2022-03-05T21:24:35.237Z] + TEST_INTEGRATION_DEST=2 [2022-03-05T21:24:35.237Z] + CONTAINER_NAME=docker-pr2-2 [2022-03-05T21:24:35.237Z] + TEST_SKIP_INTEGRATION=1 [2022-03-05T21:24:35.237Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-05T21:24:35.237Z] + run_tests [2022-03-05T21:24:35.237Z] + c=0 [2022-03-05T21:24:35.237Z] + '[' -n 0 ']' [2022-03-05T21:24:35.237Z] + rm= [2022-03-05T21:24:35.237Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43334/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh '' test-integration [2022-03-05T21:24:35.237Z] + TEST_INTEGRATION_DEST=1 [2022-03-05T21:24:35.237Z] + CONTAINER_NAME=docker-pr2-1 [2022-03-05T21:24:35.237Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T21:24:35.237Z] + run_tests test-integration-flaky [2022-03-05T21:24:35.237Z] + '[' -n 0 ']' [2022-03-05T21:24:35.237Z] + rm= [2022-03-05T21:24:35.237Z] + TEST_INTEGRATION_DEST=3 [2022-03-05T21:24:35.237Z] + CONTAINER_NAME=docker-pr2-3 [2022-03-05T21:24:35.237Z] + TEST_SKIP_INTEGRATION=1 [2022-03-05T21:24:35.237Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-05T21:24:35.237Z] + run_tests [2022-03-05T21:24:35.237Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43334/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh test-integration-flaky test-integration [2022-03-05T21:24:35.237Z] + '[' -n 0 ']' [2022-03-05T21:24:35.237Z] + rm= [2022-03-05T21:24:35.237Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43334/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh '' test-integration [2022-03-05T21:24:35.237Z] ++ jobs -p [2022-03-05T21:24:35.237Z] + for job in $(jobs -p) [2022-03-05T21:24:35.237Z] + wait 11492 [2022-03-05T21:24:35.237Z] [2022-03-05T21:24:35.237Z] [2022-03-05T21:24:35.237Z] [2022-03-05T21:24:35.237Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T21:24:35.237Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T21:24:35.237Z] HOSTNAME=e7d8f9fab0f8 [2022-03-05T21:24:35.237Z] TEST_SKIP_INTEGRATION=1 [2022-03-05T21:24:35.237Z] TESTDEBUG=0 [2022-03-05T21:24:35.237Z] DEST=bundles/test-integration [2022-03-05T21:24:35.237Z] PWD=/go/src/github.com/docker/docker [2022-03-05T21:24:35.237Z] KEEPBUNDLE=1 [2022-03-05T21:24:35.237Z] DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:35.237Z] container=docker [2022-03-05T21:24:35.237Z] HOME=/root [2022-03-05T21:24:35.237Z] GOLANG_VERSION=1.17.8 [2022-03-05T21:24:35.237Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T21:24:35.237Z] VALIDATE_BRANCH=master [2022-03-05T21:24:35.237Z] TERM=xterm [2022-03-05T21:24:35.237Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T21:24:35.237Z] SHLVL=1 [2022-03-05T21:24:35.237Z] TIMEOUT=120m [2022-03-05T21:24:35.237Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T21:24:35.237Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T21:24:35.237Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-05T21:24:35.237Z] GO111MODULE=off [2022-03-05T21:24:35.237Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T21:24:35.237Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T21:24:35.237Z] GOPATH=/go [2022-03-05T21:24:35.237Z] PKG_CONFIG=pkg-config [2022-03-05T21:24:35.237Z] _=/usr/bin/env [2022-03-05T21:24:35.237Z] Building test suite binary ./integration-cli/test.main [2022-03-05T21:24:35.237Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T21:24:35.237Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-05T21:24:35.237Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T21:24:35.237Z] HOSTNAME=79326023b4ae [2022-03-05T21:24:35.237Z] TEST_SKIP_INTEGRATION=1 [2022-03-05T21:24:35.237Z] TESTDEBUG=0 [2022-03-05T21:24:35.237Z] DEST=bundles/test-integration [2022-03-05T21:24:35.237Z] PWD=/go/src/github.com/docker/docker [2022-03-05T21:24:35.237Z] KEEPBUNDLE=1 [2022-03-05T21:24:35.237Z] DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:35.237Z] container=docker [2022-03-05T21:24:35.237Z] HOME=/root [2022-03-05T21:24:35.237Z] GOLANG_VERSION=1.17.8 [2022-03-05T21:24:35.237Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T21:24:35.237Z] VALIDATE_BRANCH=master [2022-03-05T21:24:35.237Z] TERM=xterm [2022-03-05T21:24:35.237Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T21:24:35.237Z] SHLVL=1 [2022-03-05T21:24:35.237Z] TIMEOUT=120m [2022-03-05T21:24:35.237Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T21:24:35.237Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T21:24:35.237Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-05T21:24:35.237Z] GO111MODULE=off [2022-03-05T21:24:35.237Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T21:24:35.237Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T21:24:35.237Z] GOPATH=/go [2022-03-05T21:24:35.237Z] PKG_CONFIG=pkg-config [2022-03-05T21:24:35.237Z] _=/usr/bin/env [2022-03-05T21:24:35.237Z] Building test suite binary ./integration-cli/test.main [2022-03-05T21:24:35.237Z] No new tests added to integration. [2022-03-05T21:24:35.237Z] [2022-03-05T21:24:35.237Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T21:24:35.807Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T21:24:35.807Z] HOSTNAME=78ac69b35020 [2022-03-05T21:24:35.807Z] TESTDEBUG=0 [2022-03-05T21:24:35.807Z] DEST=bundles/test-integration [2022-03-05T21:24:35.807Z] PWD=/go/src/github.com/docker/docker [2022-03-05T21:24:35.807Z] KEEPBUNDLE=1 [2022-03-05T21:24:35.807Z] DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:35.807Z] container=docker [2022-03-05T21:24:35.807Z] HOME=/root [2022-03-05T21:24:35.807Z] GOLANG_VERSION=1.17.8 [2022-03-05T21:24:35.807Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T21:24:35.807Z] VALIDATE_BRANCH=master [2022-03-05T21:24:35.807Z] TERM=xterm [2022-03-05T21:24:35.807Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T21:24:35.807Z] SHLVL=1 [2022-03-05T21:24:35.807Z] TIMEOUT=120m [2022-03-05T21:24:35.807Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T21:24:35.807Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T21:24:35.807Z] GO111MODULE=off [2022-03-05T21:24:35.807Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T21:24:35.807Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T21:24:35.807Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T21:24:35.807Z] GOPATH=/go [2022-03-05T21:24:35.807Z] PKG_CONFIG=pkg-config [2022-03-05T21:24:35.807Z] _=/usr/bin/env [2022-03-05T21:24:35.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T21:24:36.187Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-05T21:24:36.187Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d3807509\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-05T21:24:36.187Z] ---------------------------------------------------------------------------- [2022-03-05T21:24:36.187Z] [2022-03-05T21:24:36.187Z] INFO: executeCI.ps1 starting at Sat Mar 5 21:24:35 CUT 2022 [2022-03-05T21:24:36.187Z] [2022-03-05T21:24:36.187Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-05T21:24:36.187Z] INFO: Running git version 2.24.1.windows.2 [2022-03-05T21:24:36.187Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-05T21:24:36.187Z] INFO: Environment variables: [2022-03-05T21:24:36.644Z] [2022-03-05T21:24:36.644Z] Name Value [2022-03-05T21:24:36.644Z] ---- ----- [2022-03-05T21:24:36.644Z] ALLUSERSPROFILE C:\ProgramData [2022-03-05T21:24:36.644Z] amd64 true [2022-03-05T21:24:36.644Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-05T21:24:36.644Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-05T21:24:36.644Z] arm64 true [2022-03-05T21:24:36.644Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-05T21:24:36.644Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-05T21:24:36.644Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-05T21:24:36.644Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-05T21:24:36.644Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-05T21:24:36.644Z] BRANCH_NAME PR-43334 [2022-03-05T21:24:36.644Z] BUILD_DISPLAY_NAME #2 [2022-03-05T21:24:36.644Z] BUILD_ID 2 [2022-03-05T21:24:36.644Z] BUILD_NUMBER 2 [2022-03-05T21:24:36.644Z] BUILD_TAG jenkins-moby-PR-43334-2 [2022-03-05T21:24:36.644Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/ [2022-03-05T21:24:36.644Z] cgroup2 true [2022-03-05T21:24:36.644Z] CHANGE_AUTHOR thaJeztah [2022-03-05T21:24:36.644Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-05T21:24:36.644Z] CHANGE_BRANCH api_swagger_inline_examples [2022-03-05T21:24:36.644Z] CHANGE_FORK thaJeztah/docker [2022-03-05T21:24:36.644Z] CHANGE_ID 43334 [2022-03-05T21:24:36.644Z] CHANGE_TARGET master [2022-03-05T21:24:36.644Z] CHANGE_TITLE api: swagger: use explicit definitions, use inline examples, and fix indentation. [2022-03-05T21:24:36.644Z] CHANGE_URL https://github.com/moby/moby/pull/43334 [2022-03-05T21:24:36.644Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T21:24:36.644Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-05T21:24:36.644Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-05T21:24:36.644Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-05T21:24:36.644Z] COMPUTERNAME azwin-2-94b260 [2022-03-05T21:24:36.644Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-05T21:24:36.644Z] ConfigSequenceNumber 0 [2022-03-05T21:24:36.644Z] dco true [2022-03-05T21:24:36.644Z] DOCKER_BUILDKIT 0 [2022-03-05T21:24:36.644Z] DOCKER_DUT_DEBUG 1 [2022-03-05T21:24:36.644Z] DOCKER_EXPERIMENTAL 1 [2022-03-05T21:24:36.644Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-05T21:24:36.644Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-05T21:24:36.644Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-05T21:24:36.644Z] EXECUTOR_NUMBER 0 [2022-03-05T21:24:36.644Z] FQDN azwin-2-94b260.westus.cloudapp.azure.com [2022-03-05T21:24:36.644Z] GIT_BRANCH PR-43334 [2022-03-05T21:24:36.644Z] GIT_COMMIT 0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:36.644Z] GIT_URL https://github.com/moby/moby.git [2022-03-05T21:24:36.644Z] HUDSON_COOKIE c198ea54-65f4-470c-bcf9-296787bd543d [2022-03-05T21:24:36.644Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-05T21:24:36.644Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-05T21:24:36.644Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-05T21:24:36.644Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-05T21:24:36.644Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-05T21:24:36.644Z] JENKINS_NODE_COOKIE 8a00c8e6-4426-4cdc-b9b2-46e31237d1ae [2022-03-05T21:24:36.644Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-05T21:24:36.644Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-05T21:24:36.644Z] JOB_BASE_NAME PR-43334 [2022-03-05T21:24:36.644Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/display/redirect [2022-03-05T21:24:36.644Z] JOB_NAME moby/PR-43334 [2022-03-05T21:24:36.644Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/ [2022-03-05T21:24:36.644Z] library.jps.version master [2022-03-05T21:24:36.644Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-05T21:24:36.644Z] NODE_LABELS amd64 azure azwin-2-94b260 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-05T21:24:36.644Z] NODE_NAME azwin-2-94b260 [2022-03-05T21:24:36.644Z] NUMBER_OF_PROCESSORS 4 [2022-03-05T21:24:36.644Z] OS Windows_NT [2022-03-05T21:24:36.644Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-05T21:24:36.644Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-05T21:24:36.645Z] ppc64le false [2022-03-05T21:24:36.645Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-05T21:24:36.645Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-05T21:24:36.645Z] PROCESSOR_LEVEL 6 [2022-03-05T21:24:36.645Z] PROCESSOR_REVISION 4f01 [2022-03-05T21:24:36.645Z] ProgramData C:\ProgramData [2022-03-05T21:24:36.645Z] ProgramFiles C:\Program Files [2022-03-05T21:24:36.645Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-05T21:24:36.645Z] ProgramW6432 C:\Program Files [2022-03-05T21:24:36.645Z] PROMPT $P$G [2022-03-05T21:24:36.645Z] PSExecutionPolicyPreference Bypass [2022-03-05T21:24:36.645Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-05T21:24:36.645Z] PUBLIC C:\Users\Public [2022-03-05T21:24:36.645Z] rootless true [2022-03-05T21:24:36.645Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=artif... [2022-03-05T21:24:36.645Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=changes [2022-03-05T21:24:36.645Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect [2022-03-05T21:24:36.645Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43334/2/display/redirect?page=tests [2022-03-05T21:24:36.645Z] s390x false [2022-03-05T21:24:36.645Z] SKIP_VALIDATION_TESTS 1 [2022-03-05T21:24:36.645Z] SOURCES_DRIVE d [2022-03-05T21:24:36.645Z] SOURCES_SUBDIR gopath [2022-03-05T21:24:36.645Z] STAGE_NAME Run tests [2022-03-05T21:24:36.645Z] SystemDrive C: [2022-03-05T21:24:36.645Z] SystemRoot C:\Windows [2022-03-05T21:24:36.645Z] TEMP C:\Windows\TEMP [2022-03-05T21:24:36.645Z] TESTDEBUG 0 [2022-03-05T21:24:36.645Z] TESTRUN_DRIVE d [2022-03-05T21:24:36.645Z] TESTRUN_SUBDIR CI [2022-03-05T21:24:36.645Z] TIMEOUT 120m [2022-03-05T21:24:36.645Z] TMP C:\Windows\TEMP [2022-03-05T21:24:36.645Z] unit_validate true [2022-03-05T21:24:36.645Z] USERDOMAIN WORKGROUP [2022-03-05T21:24:36.645Z] USERNAME azwin-2-94b260$ [2022-03-05T21:24:36.645Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-05T21:24:36.645Z] validate_force false [2022-03-05T21:24:36.645Z] windir C:\Windows [2022-03-05T21:24:36.645Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-05T21:24:36.645Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-05T21:24:36.645Z] windows2022 true [2022-03-05T21:24:36.645Z] windows2022containerd true [2022-03-05T21:24:36.645Z] windowsRS5 true [2022-03-05T21:24:36.645Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-05T21:24:36.645Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-05T21:24:36.645Z] [2022-03-05T21:24:36.645Z] [2022-03-05T21:24:36.645Z] [2022-03-05T21:24:37.095Z] #19 81.80 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-05T21:24:37.095Z] #19 81.81 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:37.095Z] #19 81.81 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T21:24:37.095Z] #19 81.83 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-05T21:24:37.095Z] #19 81.84 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-05T21:24:37.095Z] #19 81.84 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-05T21:24:37.095Z] #19 81.87 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 81.87 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:37.095Z] #19 81.88 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-05T21:24:37.095Z] #19 82.03 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.03 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.04 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.07 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.07 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.07 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.11 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.11 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.11 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.14 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.14 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.15 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.17 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.18 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.18 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.41 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.42 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.42 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.53 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.53 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.53 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.095Z] #19 82.76 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-05T21:24:37.095Z] #19 82.76 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.095Z] #19 82.77 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.271Z] #14 59.00 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T21:24:37.271Z] #14 59.00 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:24:37.271Z] #14 59.01 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:24:37.352Z] #19 82.84 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-05T21:24:37.353Z] #19 82.85 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.353Z] #19 82.85 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.353Z] #19 82.96 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-05T21:24:37.611Z] #19 82.96 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.611Z] #19 82.96 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.611Z] #19 83.00 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-05T21:24:37.611Z] #19 83.00 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:37.611Z] #19 83.00 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:37.611Z] #19 83.17 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-05T21:24:37.611Z] #19 83.18 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:37.611Z] #19 83.18 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:38.173Z] INFO: Sources under d:\gopath\... [2022-03-05T21:24:38.173Z] INFO: Test run under d:\CI\... [2022-03-05T21:24:38.173Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-05T21:24:38.173Z] INFO: docker/docker repository was found [2022-03-05T21:24:38.629Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-05T21:24:38.629Z] ltsc2022: Pulling from windows/servercore [2022-03-05T21:24:39.086Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T21:24:39.086Z] 898469748ff6: Pulling fs layer [2022-03-05T21:24:40.370Z] Sending build context to Docker daemon 62.47MB [2022-03-05T21:24:40.370Z] [2022-03-05T21:24:40.370Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-05T21:24:40.370Z] ---> bdeb13086b9f [2022-03-05T21:24:40.370Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-05T21:24:40.370Z] ---> Running in c7c21f5d5c0c [2022-03-05T21:24:40.370Z] Removing intermediate container c7c21f5d5c0c [2022-03-05T21:24:40.370Z] ---> a1992e168acf [2022-03-05T21:24:40.370Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-05T21:24:40.370Z] ---> Running in 61960b0fd648 [2022-03-05T21:24:40.826Z] Removing intermediate container 61960b0fd648 [2022-03-05T21:24:40.826Z] ---> 52d9f9c51573 [2022-03-05T21:24:40.826Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-05T21:24:40.826Z] ---> Running in 667e9e80d5b4 [2022-03-05T21:24:41.283Z] Removing intermediate container 667e9e80d5b4 [2022-03-05T21:24:41.283Z] ---> 87996b718b7b [2022-03-05T21:24:41.283Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-05T21:24:41.283Z] ---> Running in 01810891e9bb [2022-03-05T21:24:41.367Z] #14 74.57 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T21:24:41.367Z] #14 74.58 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-05T21:24:41.367Z] #14 74.58 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:24:41.740Z] Removing intermediate container 01810891e9bb [2022-03-05T21:24:41.740Z] ---> 165dbb638867 [2022-03-05T21:24:41.740Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-05T21:24:41.740Z] ---> Running in 47a2e3fb1c54 [2022-03-05T21:24:41.740Z] Removing intermediate container 47a2e3fb1c54 [2022-03-05T21:24:41.740Z] ---> 9c0c879b702a [2022-03-05T21:24:41.740Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-05T21:24:42.197Z] ---> Running in 61f4659ffdd9 [2022-03-05T21:24:42.883Z] #19 87.68 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-05T21:24:42.883Z] #19 87.68 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:42.883Z] #19 87.68 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:42.883Z] #19 87.71 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-05T21:24:42.883Z] #19 87.71 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-05T21:24:42.883Z] #19 87.71 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-05T21:24:42.883Z] #19 87.88 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-05T21:24:42.883Z] #19 87.88 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:42.883Z] #19 87.88 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-05T21:24:42.883Z] #19 88.15 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-05T21:24:42.883Z] #19 88.15 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:42.883Z] #19 88.16 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:42.883Z] #19 88.44 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-05T21:24:42.883Z] #19 88.44 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:42.883Z] #19 88.44 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:44.667Z] #14 ... [2022-03-05T21:24:44.667Z] [2022-03-05T21:24:44.667Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:24:44.667Z] #63 sha256:0a0a0105ba803bbdabe4ed2f9d7901c9d0353e262bbffd083720e947ae218ffc [2022-03-05T21:24:44.667Z] #63 77.34 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T21:24:44.667Z] #63 77.34 + GOBIN=/build [2022-03-05T21:24:44.667Z] #63 77.34 + GO111MODULE=on [2022-03-05T21:24:44.667Z] #63 77.34 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T21:24:45.455Z] #14 ... [2022-03-05T21:24:45.455Z] [2022-03-05T21:24:45.455Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:24:45.455Z] #60 sha256:3dfb7a441da99cf1ee7cbf8d592754cdff6d2eba118174068f108d66119b8085 [2022-03-05T21:24:45.922Z] [2022-03-05T21:24:45.922Z] SUCCESS: Specified value was saved. [2022-03-05T21:24:45.974Z] #60 35.04 Updating files: 72% (3416/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-05T21:24:45.974Z] #60 35.77 + cd /tmp/tmp.TMnO8nZrb4/src/github.com/containerd/containerd [2022-03-05T21:24:45.974Z] #60 35.77 + git checkout -q v1.5.10 [2022-03-05T21:24:46.885Z] INFO: Downloading git... [2022-03-05T21:24:47.071Z] #19 92.75 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-05T21:24:47.071Z] #19 92.75 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:47.330Z] #19 92.75 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:47.330Z] #19 92.77 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-05T21:24:47.330Z] #19 92.77 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-05T21:24:47.330Z] #19 92.78 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-05T21:24:47.330Z] #19 92.80 Selecting previously unselected package libc6-s390x-cross. [2022-03-05T21:24:47.330Z] #19 92.80 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:47.331Z] #19 92.81 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-05T21:24:47.331Z] #19 92.94 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-05T21:24:47.331Z] #19 92.94 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.331Z] #19 92.94 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.331Z] #19 92.97 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-05T21:24:47.331Z] #19 92.97 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.331Z] #19 92.97 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.331Z] #19 93.01 Selecting previously unselected package libitm1-s390x-cross. [2022-03-05T21:24:47.331Z] #19 93.01 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.589Z] #19 93.01 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.589Z] #19 93.05 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-05T21:24:47.589Z] #19 93.05 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.589Z] #19 93.05 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.589Z] #19 93.08 Selecting previously unselected package libasan6-s390x-cross. [2022-03-05T21:24:47.589Z] #19 93.08 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.589Z] #19 93.08 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.589Z] #19 93.30 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-05T21:24:47.847Z] #19 93.30 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.847Z] #19 93.31 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.847Z] #19 93.38 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-05T21:24:47.847Z] #19 93.38 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:47.847Z] #19 93.39 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:47.862Z] INFO: Downloading go... [2022-03-05T21:24:47.883Z] #60 37.68 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T21:24:47.883Z] #60 37.68 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T21:24:47.883Z] #60 37.68 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T21:24:47.883Z] #60 37.68 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T21:24:47.883Z] #60 37.68 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T21:24:47.883Z] #60 37.68 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T21:24:47.883Z] #60 37.68 + '[' '' = dynamic ']' [2022-03-05T21:24:47.883Z] #60 37.68 + make [2022-03-05T21:24:48.106Z] #19 93.48 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-05T21:24:48.106Z] #19 93.48 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:48.106Z] #19 93.49 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:48.106Z] #19 93.59 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-05T21:24:48.106Z] #19 93.59 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:48.106Z] #19 93.60 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:48.875Z] #63 81.44 rootlesskit version 0.14.6 [2022-03-05T21:24:48.876Z] #63 81.50 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T21:24:48.876Z] #63 81.50 -container-ip string [2022-03-05T21:24:48.876Z] #63 81.50 container ip [2022-03-05T21:24:48.876Z] #63 81.50 -container-port int [2022-03-05T21:24:48.876Z] #63 81.50 container port (default -1) [2022-03-05T21:24:48.876Z] #63 81.50 -host-ip string [2022-03-05T21:24:48.876Z] #63 81.50 host ip [2022-03-05T21:24:48.876Z] #63 81.50 -host-port int [2022-03-05T21:24:48.876Z] #63 81.50 host port (default -1) [2022-03-05T21:24:48.876Z] #63 81.50 -proto string [2022-03-05T21:24:48.876Z] #63 81.50 proxy protocol (default "tcp") [2022-03-05T21:24:48.876Z] #63 DONE 81.8s [2022-03-05T21:24:48.876Z] [2022-03-05T21:24:48.876Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:48.876Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T21:24:48.876Z] #14 78.76 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T21:24:48.876Z] #14 78.76 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T21:24:48.876Z] #14 78.77 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 78.86 Selecting previously unselected package libapparmor1:arm64. [2022-03-05T21:24:48.876Z] #14 78.86 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 78.87 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T21:24:48.876Z] #14 78.96 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-05T21:24:48.876Z] #14 78.97 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 78.98 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T21:24:48.876Z] #14 79.08 Selecting previously unselected package libbtrfs0:arm64. [2022-03-05T21:24:48.876Z] #14 79.08 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.09 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T21:24:48.876Z] #14 79.18 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-05T21:24:48.876Z] #14 79.19 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.20 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T21:24:48.876Z] #14 79.35 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-03-05T21:24:48.876Z] #14 79.36 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.36 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T21:24:48.876Z] #14 79.42 Selecting previously unselected package libudev-dev:arm64. [2022-03-05T21:24:48.876Z] #14 79.43 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.44 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-03-05T21:24:48.876Z] #14 79.56 Selecting previously unselected package libsepol1-dev:arm64. [2022-03-05T21:24:48.876Z] #14 79.56 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.57 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-03-05T21:24:48.876Z] #14 79.80 Selecting previously unselected package libpcre2-16-0:arm64. [2022-03-05T21:24:48.876Z] #14 79.80 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.80 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 79.95 Selecting previously unselected package libpcre2-32-0:arm64. [2022-03-05T21:24:48.876Z] #14 79.95 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 79.96 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 80.09 Selecting previously unselected package libpcre2-posix2:arm64. [2022-03-05T21:24:48.876Z] #14 80.09 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 80.10 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 80.17 Selecting previously unselected package libpcre2-dev:arm64. [2022-03-05T21:24:48.876Z] #14 80.18 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 80.19 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 80.48 Selecting previously unselected package libselinux1-dev:arm64. [2022-03-05T21:24:48.876Z] #14 80.49 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 80.50 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-03-05T21:24:48.876Z] #14 80.69 Selecting previously unselected package libdevmapper-dev:arm64. [2022-03-05T21:24:48.876Z] #14 80.69 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 80.70 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-05T21:24:48.876Z] #14 80.76 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-05T21:24:48.876Z] #14 80.77 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 80.77 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T21:24:48.876Z] #14 80.87 Selecting previously unselected package libsystemd-dev:arm64. [2022-03-05T21:24:48.876Z] #14 80.88 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-03-05T21:24:48.876Z] #14 80.88 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-03-05T21:24:48.876Z] #14 81.23 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T21:24:48.876Z] #14 81.24 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T21:24:48.876Z] #14 81.26 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T21:24:48.876Z] #14 81.27 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-03-05T21:24:48.876Z] #14 81.28 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.29 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 81.30 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T21:24:48.876Z] #14 81.31 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 81.33 Setting up libudev-dev:arm64 (247.3-6) ... [2022-03-05T21:24:48.876Z] #14 81.34 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 81.35 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T21:24:48.876Z] #14 81.36 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T21:24:48.876Z] #14 81.38 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.40 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T21:24:48.876Z] #14 81.41 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T21:24:48.876Z] #14 81.42 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-03-05T21:24:48.876Z] #14 81.43 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T21:24:48.876Z] #14 81.44 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-03-05T21:24:48.876Z] #14 81.45 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-03-05T21:24:48.876Z] #14 81.46 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.47 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.49 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T21:24:48.876Z] #14 81.49 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.50 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T21:24:48.876Z] #14 81.51 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T21:24:48.876Z] #14 81.52 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.53 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T21:24:48.876Z] #14 81.53 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.55 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T21:24:48.876Z] #14 81.57 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T21:24:48.876Z] #14 81.58 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T21:24:48.876Z] #14 81.60 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T21:24:48.876Z] #14 81.61 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-05T21:24:48.876Z] #14 81.64 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:48.876Z] #14 DONE 82.2s [2022-03-05T21:24:48.876Z] [2022-03-05T21:24:48.876Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T21:24:48.876Z] #55 sha256:d84970bb43d7a133ff4ae2cd890714ad19d7c337f2c01a94646d35a8d306738a [2022-03-05T21:24:48.876Z] #55 DONE 0.2s [2022-03-05T21:24:48.876Z] [2022-03-05T21:24:48.876Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:24:48.876Z] #56 sha256:bcb104817ad321d1733fb755379afbb78aea20f86f73b735c4c6628bcaae83bf [2022-03-05T21:24:48.876Z] #56 ... [2022-03-05T21:24:48.876Z] [2022-03-05T21:24:48.876Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T21:24:48.876Z] #64 sha256:1620f6286a5baf0fa65586a0f14fda38ca90eb5b7eadd40c6ca90f1a4e154859 [2022-03-05T21:24:48.876Z] #64 DONE 0.3s [2022-03-05T21:24:48.876Z] [2022-03-05T21:24:48.876Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T21:24:48.876Z] #65 sha256:917d9ed6c08f8c28288c7d6b38836af0777b6e94a78c3cd4e71c99987e5a4d20 [2022-03-05T21:24:48.876Z] #65 DONE 0.1s [2022-03-05T21:24:49.137Z] [2022-03-05T21:24:49.137Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T21:24:49.137Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-05T21:24:49.264Z] #60 39.02 + bin/ctr [2022-03-05T21:24:50.031Z] INFO: Downloading compiler 1 of 3... [2022-03-05T21:24:50.031Z] INFO: Downloading compiler 2 of 3... [2022-03-05T21:24:50.031Z] INFO: Downloading compiler 3 of 3... [2022-03-05T21:24:50.031Z] INFO: Extracting git... [2022-03-05T21:24:50.079Z] #15 DONE 1.4s [2022-03-05T21:24:50.079Z] [2022-03-05T21:24:50.079Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:24:50.079Z] #56 sha256:bcb104817ad321d1733fb755379afbb78aea20f86f73b735c4c6628bcaae83bf [2022-03-05T21:24:50.079Z] #56 0.994 + RM_GOPATH=0 [2022-03-05T21:24:50.079Z] #56 0.994 + TMP_GOPATH= [2022-03-05T21:24:50.079Z] #56 0.994 + : /build [2022-03-05T21:24:50.079Z] #56 0.994 + '[' -z '' ']' [2022-03-05T21:24:50.079Z] #56 1.005 ++ mktemp -d [2022-03-05T21:24:50.079Z] #56 1.005 + export GOPATH=/tmp/tmp.wem2m3qVlI [2022-03-05T21:24:50.079Z] #56 1.005 + GOPATH=/tmp/tmp.wem2m3qVlI [2022-03-05T21:24:50.079Z] #56 1.005 + RM_GOPATH=1 [2022-03-05T21:24:50.079Z] #56 1.005 + case "$(go env GOARCH)" in [2022-03-05T21:24:50.079Z] #56 1.005 ++ go env GOARCH [2022-03-05T21:24:50.079Z] #56 1.021 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:50.079Z] #56 1.021 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:24:50.079Z] #56 1.021 ++ dirname /install.sh [2022-03-05T21:24:50.079Z] #56 1.034 + dir=/ [2022-03-05T21:24:50.079Z] #56 1.034 + bin=runc [2022-03-05T21:24:50.079Z] #56 1.034 + shift [2022-03-05T21:24:50.079Z] #56 1.034 + '[' '!' -f //runc.installer ']' [2022-03-05T21:24:50.079Z] #56 1.034 + . //runc.installer [2022-03-05T21:24:50.079Z] #56 1.034 ++ set -e [2022-03-05T21:24:50.079Z] #56 1.034 ++ : v1.1.0 [2022-03-05T21:24:50.079Z] #56 1.034 + install_runc [2022-03-05T21:24:50.079Z] #56 1.034 + RUNC_BUILDTAGS=seccomp [2022-03-05T21:24:50.079Z] #56 1.034 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T21:24:50.079Z] #56 1.034 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wem2m3qVlI/src/github.com/opencontainers/runc [2022-03-05T21:24:50.079Z] #56 1.034 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T21:24:50.079Z] #56 1.043 Cloning into '/tmp/tmp.wem2m3qVlI/src/github.com/opencontainers/runc'... [2022-03-05T21:24:50.546Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:24:50.546Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:24:50.546Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:24:50.546Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:24:50.546Z] [2022-03-05T21:24:50.546Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T21:24:50.652Z] #56 ... [2022-03-05T21:24:50.652Z] [2022-03-05T21:24:50.652Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T21:24:50.652Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-05T21:24:50.652Z] #68 CACHED [2022-03-05T21:24:50.652Z] [2022-03-05T21:24:50.652Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T21:24:50.652Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-05T21:24:50.652Z] #70 CACHED [2022-03-05T21:24:50.652Z] [2022-03-05T21:24:50.652Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T21:24:50.652Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-05T21:24:50.652Z] #16 DONE 0.8s [2022-03-05T21:24:50.914Z] [2022-03-05T21:24:50.914Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T21:24:50.914Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-05T21:24:51.115Z] DOCKER_SYSTEMD=1 [2022-03-05T21:24:51.115Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T21:24:51.115Z] HOSTNAME=92a9a83d1b38 [2022-03-05T21:24:51.115Z] DEST=bundles/test-integration [2022-03-05T21:24:51.115Z] PWD=/go/src/github.com/docker/docker [2022-03-05T21:24:51.115Z] DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:24:51.115Z] container=docker [2022-03-05T21:24:51.115Z] HOME=/root [2022-03-05T21:24:51.115Z] LANG=C.UTF-8 [2022-03-05T21:24:51.115Z] INVOCATION_ID=13d517a60df84bf7a03f6aafd55a68c4 [2022-03-05T21:24:51.115Z] GOLANG_VERSION=1.17.8 [2022-03-05T21:24:51.115Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T21:24:51.115Z] VALIDATE_BRANCH=master [2022-03-05T21:24:51.115Z] TERM=xterm [2022-03-05T21:24:51.115Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T21:24:51.115Z] SHLVL=3 [2022-03-05T21:24:51.115Z] TIMEOUT=120m [2022-03-05T21:24:51.115Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T21:24:51.115Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T21:24:51.115Z] GO111MODULE=off [2022-03-05T21:24:51.115Z] DOCKER_EXPERIMENTAL=1 [2022-03-05T21:24:51.115Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T21:24:51.115Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T21:24:51.116Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T21:24:51.116Z] GOPATH=/go [2022-03-05T21:24:51.116Z] PKG_CONFIG=pkg-config [2022-03-05T21:24:51.116Z] _=/usr/bin/env [2022-03-05T21:24:51.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T21:24:51.174Z] #17 0.525 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T21:24:51.436Z] #17 DONE 0.6s [2022-03-05T21:24:51.436Z] [2022-03-05T21:24:51.436Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T21:24:51.436Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-05T21:24:52.010Z] #18 DONE 0.6s [2022-03-05T21:24:52.010Z] [2022-03-05T21:24:52.010Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T21:24:52.010Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-05T21:24:52.301Z] #19 97.83 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-05T21:24:52.301Z] #19 97.83 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:52.301Z] #19 97.84 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:52.301Z] #19 97.87 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-05T21:24:52.301Z] #19 97.87 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-05T21:24:52.301Z] #19 97.87 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-05T21:24:52.559Z] #19 98.04 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-05T21:24:52.559Z] #19 98.05 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-05T21:24:52.559Z] #19 98.05 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-05T21:24:52.580Z] #19 DONE 0.7s [2022-03-05T21:24:52.580Z] [2022-03-05T21:24:52.580Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T21:24:52.580Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-05T21:24:52.819Z] #19 98.27 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-05T21:24:52.819Z] #19 98.28 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T21:24:52.819Z] #19 98.28 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:53.079Z] #19 98.53 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-05T21:24:53.079Z] #19 98.53 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T21:24:53.079Z] #19 98.54 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:53.153Z] #20 DONE 0.6s [2022-03-05T21:24:53.153Z] [2022-03-05T21:24:53.153Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:24:53.153Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-05T21:24:54.033Z] 898469748ff6: Verifying Checksum [2022-03-05T21:24:54.033Z] 898469748ff6: Download complete [2022-03-05T21:24:54.094Z] #21 0.865 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:24:54.094Z] #21 0.888 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:24:54.094Z] #21 0.964 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:24:54.355Z] #21 1.242 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:24:55.296Z] #21 2.198 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:24:56.680Z] #21 3.440 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:24:57.266Z] #19 102.7 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-05T21:24:57.266Z] #19 102.7 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T21:24:57.266Z] #19 102.7 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:57.266Z] #19 102.7 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-05T21:24:57.266Z] #19 102.7 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-05T21:24:57.266Z] #19 102.7 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-05T21:24:57.266Z] #19 102.7 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-05T21:24:57.266Z] #19 102.7 Setting up libfile-which-perl (1.23-1) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-05T21:24:57.266Z] #19 102.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-05T21:24:57.267Z] #19 102.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-05T21:24:57.267Z] #19 102.8 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-05T21:24:57.267Z] #19 102.8 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-05T21:24:57.267Z] #19 102.8 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-05T21:24:57.267Z] #19 102.9 Setting up file (1:5.39-3) ... [2022-03-05T21:24:57.267Z] #19 102.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:24:57.267Z] #19 102.9 Setting up bzip2 (1.0.8-4) ... [2022-03-05T21:24:57.533Z] #19 102.9 Setting up libyaml-perl (1.30-1) ... [2022-03-05T21:24:57.533Z] #19 102.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-05T21:24:57.533Z] #19 102.9 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-05T21:24:57.533Z] #19 102.9 Setting up libio-string-perl (1.08-3.1) ... [2022-03-05T21:24:57.533Z] #19 102.9 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-05T21:24:57.533Z] #19 102.9 Setting up cross-config (2.6.18+nmu1) ... [2022-03-05T21:24:57.533Z] #19 103.0 Setting up xz-utils (5.2.5-2) ... [2022-03-05T21:24:57.533Z] #19 103.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T21:24:57.533Z] #19 103.1 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up patch (2.7.6-7) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-05T21:24:57.533Z] #19 103.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T21:24:57.533Z] #19 103.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.2 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.3 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:57.796Z] #19 103.4 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.057Z] #19 103.4 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.057Z] #19 103.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-05T21:24:58.057Z] #19 103.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.057Z] #19 103.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.057Z] #19 103.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.057Z] #19 103.5 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-05T21:24:58.057Z] #19 103.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-05T21:24:58.057Z] #19 103.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-05T21:24:58.316Z] #19 103.8 [2022-03-05T21:24:58.316Z] #19 103.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-05T21:24:58.316Z] #19 103.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.8 Setting up dpkg-dev (1.20.9) ... [2022-03-05T21:24:58.316Z] #19 103.8 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.8 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.316Z] #19 103.9 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.576Z] #19 104.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.576Z] #19 104.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-05T21:24:58.576Z] #19 104.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-05T21:24:58.576Z] #19 104.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-05T21:24:58.576Z] #19 104.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-05T21:24:58.590Z] #21 ... [2022-03-05T21:24:58.590Z] [2022-03-05T21:24:58.590Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:24:58.590Z] #26 sha256:9ad22e4fe6ea05d3fbd33b67a5e38957e6b9d5634bf3230c69b5d27e852bdb91 [2022-03-05T21:24:58.833Z] #19 104.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-05T21:24:58.833Z] #19 104.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T21:24:58.833Z] #19 104.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.3 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.3 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:58.833Z] #19 104.4 Setting up libxml-simple-perl (2.25-1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:58.833Z] #19 104.5 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-05T21:24:58.834Z] #19 104.5 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T21:24:58.834Z] #19 104.5 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.6 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.7 Setting up crossbuild-essential-armel (12.9) ... [2022-03-05T21:24:59.093Z] #19 104.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T21:24:59.093Z] #19 104.8 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-05T21:24:59.251Z] #60 ... [2022-03-05T21:24:59.251Z] [2022-03-05T21:24:59.251Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:24:59.251Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:24:59.251Z] #14 69.69 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T21:24:59.251Z] #14 69.71 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:24:59.251Z] #14 69.72 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:24:59.251Z] #14 74.31 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T21:24:59.251Z] #14 74.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:24:59.251Z] #14 74.33 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T21:24:59.251Z] #14 79.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T21:24:59.251Z] #14 79.29 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:24:59.251Z] #14 79.30 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:24:59.352Z] #19 104.8 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-05T21:24:59.352Z] #19 104.8 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-05T21:24:59.352Z] #19 104.8 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-05T21:24:59.352Z] #19 104.8 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:24:59.374Z] #26 90.00 Updating files: 27% (3152/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 53% (6057/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 82% (9447/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-03-05T21:24:59.374Z] #26 92.63 + cd /tmp/tmp.hEzassUD6z/tmp/docker-ce [2022-03-05T21:24:59.374Z] #26 92.63 + git checkout -q v17.06.2-ce [2022-03-05T21:25:00.727Z] #19 DONE 106.2s [2022-03-05T21:25:00.728Z] [2022-03-05T21:25:00.728Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T21:25:00.728Z] #32 sha256:7d69fb35a47a7c4c5d7a2bedc979cf03a55304cb2c6f177d4212a8c44dbf5f60 [2022-03-05T21:25:00.988Z] #32 DONE 0.2s [2022-03-05T21:25:00.988Z] [2022-03-05T21:25:00.988Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T21:25:00.988Z] #69 sha256:e5f4ffe19aa03adf982af98d2c2c742b2c46484bca4cfece7157470ab5545fdf [2022-03-05T21:25:00.988Z] #69 DONE 0.2s [2022-03-05T21:25:00.988Z] [2022-03-05T21:25:00.988Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:25:00.988Z] #33 sha256:455347f227dbe52ff96717f8f0ca7bc3f866ec42d86d4c03584dae062538d17f [2022-03-05T21:25:01.084Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T21:25:01.084Z] 8f616e6e9eec: Download complete [2022-03-05T21:25:01.922Z] #26 95.24 + mkdir -p /tmp/tmp.hEzassUD6z/src/github.com/docker [2022-03-05T21:25:01.923Z] #26 95.24 + mv components/cli /tmp/tmp.hEzassUD6z/src/github.com/docker/cli [2022-03-05T21:25:01.923Z] #26 95.24 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-03-05T21:25:02.364Z] #33 1.213 + RM_GOPATH=0 [2022-03-05T21:25:02.365Z] #33 1.213 + TMP_GOPATH= [2022-03-05T21:25:02.365Z] #33 1.213 + : /build [2022-03-05T21:25:02.365Z] #33 1.213 + '[' -z '' ']' [2022-03-05T21:25:02.365Z] #33 1.213 ++ mktemp -d [2022-03-05T21:25:02.365Z] #33 1.213 + export GOPATH=/tmp/tmp.SVlFCH4tiL [2022-03-05T21:25:02.365Z] #33 1.213 + GOPATH=/tmp/tmp.SVlFCH4tiL [2022-03-05T21:25:02.365Z] #33 1.213 + RM_GOPATH=1 [2022-03-05T21:25:02.365Z] #33 1.213 + case "$(go env GOARCH)" in [2022-03-05T21:25:02.365Z] #33 1.213 ++ go env GOARCH [2022-03-05T21:25:02.365Z] #33 1.222 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:02.365Z] #33 1.222 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:02.365Z] #33 1.222 ++ dirname /install.sh [2022-03-05T21:25:02.365Z] #33 1.224 + dir=/ [2022-03-05T21:25:02.365Z] #33 1.224 + bin=dockercli [2022-03-05T21:25:02.365Z] #33 1.224 + shift [2022-03-05T21:25:02.365Z] #33 1.224 + '[' '!' -f //dockercli.installer ']' [2022-03-05T21:25:02.365Z] #33 1.224 + . //dockercli.installer [2022-03-05T21:25:02.365Z] #33 1.224 ++ : stable [2022-03-05T21:25:02.365Z] #33 1.224 ++ : 17.06.2-ce [2022-03-05T21:25:02.365Z] #33 1.224 + install_dockercli [2022-03-05T21:25:02.365Z] #33 1.224 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T21:25:02.365Z] #33 1.224 Install docker/cli version 17.06.2-ce from stable [2022-03-05T21:25:02.365Z] #33 1.224 ++ uname -m [2022-03-05T21:25:02.365Z] #33 1.226 + arch=x86_64 [2022-03-05T21:25:02.365Z] #33 1.226 + '[' x86_64 '!=' x86_64 ']' [2022-03-05T21:25:02.365Z] #33 1.226 + url=https://download.docker.com/linux/static [2022-03-05T21:25:02.365Z] #33 1.226 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-05T21:25:02.365Z] #33 1.226 + tar -xz docker/docker [2022-03-05T21:25:04.809Z] INFO: Expanding go... [2022-03-05T21:25:04.906Z] #33 3.812 + mkdir -p /build [2022-03-05T21:25:04.906Z] #33 3.814 + mv docker/docker /build/ [2022-03-05T21:25:04.906Z] #33 3.817 + rmdir docker [2022-03-05T21:25:04.906Z] #33 DONE 4.0s [2022-03-05T21:25:04.906Z] [2022-03-05T21:25:04.906Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:25:04.906Z] #70 sha256:e482e8f82ef17bb567d98c6f15fb0aac6719b77848550fb310ee097fc10a71d2 [2022-03-05T21:25:04.906Z] #70 1.337 + RM_GOPATH=0 [2022-03-05T21:25:04.906Z] #70 1.337 + TMP_GOPATH= [2022-03-05T21:25:04.906Z] #70 1.337 + : /build [2022-03-05T21:25:04.906Z] #70 1.337 + '[' -z '' ']' [2022-03-05T21:25:04.906Z] #70 1.341 ++ mktemp -d [2022-03-05T21:25:04.906Z] #70 1.341 + export GOPATH=/tmp/tmp.lJqFlrprkj [2022-03-05T21:25:04.906Z] #70 1.341 + GOPATH=/tmp/tmp.lJqFlrprkj [2022-03-05T21:25:04.906Z] #70 1.341 + RM_GOPATH=1 [2022-03-05T21:25:04.906Z] #70 1.342 + case "$(go env GOARCH)" in [2022-03-05T21:25:04.906Z] #70 1.342 ++ go env GOARCH [2022-03-05T21:25:04.906Z] #70 1.346 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:04.906Z] #70 1.347 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:04.906Z] #70 1.347 ++ dirname /install.sh [2022-03-05T21:25:04.906Z] #70 1.348 + dir=/ [2022-03-05T21:25:04.906Z] #70 1.348 + bin=rootlesskit [2022-03-05T21:25:04.906Z] #70 1.348 + shift [2022-03-05T21:25:04.906Z] #70 1.349 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T21:25:04.906Z] #70 1.349 + . //rootlesskit.installer [2022-03-05T21:25:04.906Z] #70 1.349 ++ : v0.14.6 [2022-03-05T21:25:04.906Z] #70 1.349 + install_rootlesskit [2022-03-05T21:25:04.906Z] #70 1.350 + case "$1" in [2022-03-05T21:25:04.906Z] #70 1.350 + export CGO_ENABLED=0 [2022-03-05T21:25:04.906Z] #70 1.350 + CGO_ENABLED=0 [2022-03-05T21:25:04.906Z] #70 1.350 + _install_rootlesskit [2022-03-05T21:25:04.906Z] #70 1.351 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T21:25:04.906Z] #70 1.351 Install rootlesskit version v0.14.6 [2022-03-05T21:25:04.906Z] #70 1.351 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T21:25:04.906Z] #70 1.351 + GOBIN=/build [2022-03-05T21:25:04.906Z] #70 1.351 + GO111MODULE=on [2022-03-05T21:25:04.906Z] #70 1.352 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T21:25:04.906Z] #70 1.756 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T21:25:04.906Z] #70 3.609 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T21:25:04.906Z] #70 3.609 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T21:25:04.906Z] #70 3.964 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T21:25:05.830Z] #14 ... [2022-03-05T21:25:05.830Z] [2022-03-05T21:25:05.830Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:25:05.830Z] #63 sha256:a5a370cf24d6a392f0dca91c21150ada4eee23b7f7df3f5f0511d6ee4b514739 [2022-03-05T21:25:05.830Z] #63 86.06 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T21:25:05.830Z] #63 86.06 + GOBIN=/build [2022-03-05T21:25:05.830Z] #63 86.06 + GO111MODULE=on [2022-03-05T21:25:05.830Z] #63 86.06 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T21:25:05.843Z] #70 5.104 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T21:25:06.411Z] #70 5.581 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T21:25:06.411Z] #70 5.622 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T21:25:06.673Z] #70 5.827 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T21:25:06.673Z] #70 5.912 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T21:25:06.673Z] #70 5.942 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T21:25:06.942Z] #70 6.016 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T21:25:07.201Z] #70 6.391 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T21:25:07.201Z] #70 ... [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T21:25:07.201Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T21:25:07.201Z] #36 CACHED [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T21:25:07.201Z] #37 sha256:efa2f46fa0aaee02b2798744d476b662425e7787fd889e3f07d88fb55a25c3ad [2022-03-05T21:25:07.201Z] #37 CACHED [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T21:25:07.201Z] #38 sha256:3b7696ec2232bc5656af99f388a77768c2831541e37a9bc3b0bbac9ef834563c [2022-03-05T21:25:07.201Z] #38 CACHED [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T21:25:07.201Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T21:25:07.201Z] #40 CACHED [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:25:07.201Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:25:07.201Z] #41 CACHED [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T21:25:07.201Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T21:25:07.201Z] #43 CACHED [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:25:07.201Z] #70 sha256:e482e8f82ef17bb567d98c6f15fb0aac6719b77848550fb310ee097fc10a71d2 [2022-03-05T21:25:07.201Z] #70 6.493 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T21:25:07.201Z] #70 ... [2022-03-05T21:25:07.201Z] [2022-03-05T21:25:07.201Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:25:07.201Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T21:25:07.201Z] #45 1.847 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T21:25:07.201Z] #45 1.848 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:25:07.201Z] #45 1.850 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:25:07.201Z] #45 2.188 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T21:25:07.201Z] #45 2.512 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T21:25:07.201Z] #45 2.929 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T21:25:07.201Z] #45 3.469 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T21:25:07.201Z] #45 4.036 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:25:07.201Z] #45 4.633 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T21:25:07.201Z] #45 4.638 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T21:25:07.201Z] #45 4.643 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T21:25:07.201Z] #45 4.653 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:25:07.201Z] #45 4.672 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T21:25:07.201Z] #45 4.935 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T21:25:07.201Z] #45 4.938 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:25:07.201Z] #45 4.939 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T21:25:07.201Z] #45 4.940 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T21:25:07.201Z] #45 4.947 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T21:25:07.211Z] #26 ... [2022-03-05T21:25:07.211Z] [2022-03-05T21:25:07.211Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:25:07.211Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-05T21:25:07.211Z] #21 5.373 Fetched 8392 kB in 5s (1759 kB/s) [2022-03-05T21:25:07.211Z] #21 5.373 Reading package lists... [2022-03-05T21:25:07.211Z] #21 7.482 Reading package lists... [2022-03-05T21:25:07.211Z] #21 9.629 Building dependency tree... [2022-03-05T21:25:07.211Z] #21 10.40 Reading state information... [2022-03-05T21:25:07.211Z] #21 11.54 The following additional packages will be installed: [2022-03-05T21:25:07.211Z] #21 11.54 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T21:25:07.211Z] #21 11.54 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-05T21:25:07.211Z] #21 11.54 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T21:25:07.211Z] #21 11.55 python3-pkg-resources vim-runtime xxd [2022-03-05T21:25:07.211Z] #21 11.56 Suggested packages: [2022-03-05T21:25:07.211Z] #21 11.56 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-05T21:25:07.211Z] #21 11.56 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-05T21:25:07.211Z] #21 11.56 acl attr quota [2022-03-05T21:25:07.211Z] #21 11.56 Recommended packages: [2022-03-05T21:25:07.211Z] #21 11.56 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T21:25:07.212Z] #21 12.71 The following NEW packages will be installed: [2022-03-05T21:25:07.212Z] #21 12.71 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-05T21:25:07.212Z] #21 12.71 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T21:25:07.212Z] #21 12.71 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-05T21:25:07.212Z] #21 12.72 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-05T21:25:07.212Z] #21 12.72 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-05T21:25:07.212Z] #21 12.72 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-05T21:25:07.212Z] #21 12.72 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-05T21:25:07.212Z] #21 12.72 xz-utils zip zstd [2022-03-05T21:25:07.212Z] #21 13.06 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:25:07.212Z] #21 13.06 Need to get 27.0 MB of archives. [2022-03-05T21:25:07.212Z] #21 13.06 After this operation, 105 MB of additional disk space will be used. [2022-03-05T21:25:07.212Z] #21 13.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-03-05T21:25:07.212Z] #21 13.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-03-05T21:25:07.212Z] #21 13.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-03-05T21:25:07.212Z] #21 13.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-03-05T21:25:07.212Z] #21 13.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-03-05T21:25:07.212Z] #21 13.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-03-05T21:25:07.212Z] #21 13.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-03-05T21:25:07.212Z] #21 13.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-03-05T21:25:07.212Z] #21 13.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T21:25:07.212Z] #21 13.10 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T21:25:07.212Z] #21 13.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T21:25:07.212Z] #21 13.11 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-03-05T21:25:07.212Z] #21 13.11 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-03-05T21:25:07.212Z] #21 13.12 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-03-05T21:25:07.212Z] #21 13.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-03-05T21:25:07.212Z] #21 13.14 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-03-05T21:25:07.212Z] #21 13.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-03-05T21:25:07.212Z] #21 13.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-03-05T21:25:07.212Z] #21 13.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-03-05T21:25:07.212Z] #21 13.15 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-03-05T21:25:07.212Z] #21 13.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-03-05T21:25:07.212Z] #21 13.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-05T21:25:07.212Z] #21 13.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-05T21:25:07.212Z] #21 13.18 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-05T21:25:07.212Z] #21 13.18 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-03-05T21:25:07.212Z] #21 13.18 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-03-05T21:25:07.212Z] #21 13.18 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-05T21:25:07.212Z] #21 13.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-03-05T21:25:07.212Z] #21 13.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-05T21:25:07.212Z] #21 13.35 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-05T21:25:07.212Z] #21 13.35 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-05T21:25:07.212Z] #21 13.35 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-03-05T21:25:07.212Z] #21 13.35 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-03-05T21:25:07.212Z] #21 13.35 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T21:25:07.212Z] #21 13.39 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T21:25:07.212Z] #21 13.39 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T21:25:07.212Z] #21 13.39 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T21:25:07.212Z] #21 13.40 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T21:25:07.212Z] #21 13.41 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T21:25:07.212Z] #21 13.41 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T21:25:07.212Z] #21 13.42 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-03-05T21:25:07.212Z] #21 13.43 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-03-05T21:25:07.212Z] #21 13.45 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-03-05T21:25:07.212Z] #21 13.45 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T21:25:07.212Z] #21 13.56 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-03-05T21:25:07.212Z] #21 13.58 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-03-05T21:25:07.212Z] #21 13.59 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-03-05T21:25:07.212Z] #21 13.60 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-03-05T21:25:07.212Z] #21 14.12 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:25:07.212Z] #21 14.26 Fetched 27.0 MB in 1s (31.5 MB/s) [2022-03-05T21:25:07.461Z] #45 ... [2022-03-05T21:25:07.461Z] [2022-03-05T21:25:07.461Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:25:07.461Z] #70 sha256:e482e8f82ef17bb567d98c6f15fb0aac6719b77848550fb310ee097fc10a71d2 [2022-03-05T21:25:07.461Z] #70 6.525 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T21:25:07.472Z] #21 14.31 Selecting previously unselected package pigz. [2022-03-05T21:25:07.472Z] #21 14.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-03-05T21:25:07.472Z] #21 14.34 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-03-05T21:25:07.472Z] #21 14.36 Unpacking pigz (2.6-1) ... [2022-03-05T21:25:07.472Z] #21 ... [2022-03-05T21:25:07.472Z] [2022-03-05T21:25:07.472Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:25:07.472Z] #56 sha256:bcb104817ad321d1733fb755379afbb78aea20f86f73b735c4c6628bcaae83bf [2022-03-05T21:25:07.472Z] #56 8.709 + cd /tmp/tmp.wem2m3qVlI/src/github.com/opencontainers/runc [2022-03-05T21:25:07.472Z] #56 8.709 + git checkout -q v1.1.0 [2022-03-05T21:25:07.472Z] #56 8.984 + '[' -z '' ']' [2022-03-05T21:25:07.472Z] #56 8.984 + target=static [2022-03-05T21:25:07.472Z] #56 8.985 + make BUILDTAGS=seccomp static [2022-03-05T21:25:07.472Z] #56 9.501 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T21:25:07.720Z] #70 6.718 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T21:25:07.733Z] #56 ... [2022-03-05T21:25:07.733Z] [2022-03-05T21:25:07.733Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:25:07.733Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-05T21:25:07.733Z] #21 14.46 Selecting previously unselected package libelf1:arm64. [2022-03-05T21:25:07.734Z] #21 14.46 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-03-05T21:25:07.734Z] #21 14.47 Unpacking libelf1:arm64 (0.183-1) ... [2022-03-05T21:25:07.734Z] #21 14.63 Selecting previously unselected package libbpf0:arm64. [2022-03-05T21:25:07.734Z] #21 14.63 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-03-05T21:25:07.734Z] #21 14.64 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-03-05T21:25:07.994Z] #21 14.81 Selecting previously unselected package libcap2:arm64. [2022-03-05T21:25:07.994Z] #21 14.81 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-03-05T21:25:07.994Z] #21 14.82 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-03-05T21:25:07.994Z] #21 14.92 Selecting previously unselected package libmnl0:arm64. [2022-03-05T21:25:07.994Z] #21 14.93 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-03-05T21:25:07.994Z] #21 14.94 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-03-05T21:25:08.255Z] #21 ... [2022-03-05T21:25:08.255Z] [2022-03-05T21:25:08.255Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:25:08.255Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T21:25:08.255Z] #34 DONE 101.8s [2022-03-05T21:25:08.255Z] [2022-03-05T21:25:08.255Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:25:08.255Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-05T21:25:08.255Z] #21 15.05 Selecting previously unselected package libxtables12:arm64. [2022-03-05T21:25:08.255Z] #21 15.05 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-03-05T21:25:08.255Z] #21 15.06 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-03-05T21:25:08.255Z] #21 15.15 Selecting previously unselected package libcap2-bin. [2022-03-05T21:25:08.255Z] #21 15.15 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-03-05T21:25:08.255Z] #21 15.16 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T21:25:08.516Z] #21 15.31 Selecting previously unselected package iproute2. [2022-03-05T21:25:08.516Z] #21 15.31 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-03-05T21:25:08.516Z] #21 15.32 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T21:25:09.351Z] #21 16.05 Selecting previously unselected package xxd. [2022-03-05T21:25:09.351Z] #21 16.06 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-05T21:25:09.351Z] #21 16.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:09.351Z] #21 16.22 Selecting previously unselected package vim-common. [2022-03-05T21:25:09.351Z] #21 16.24 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:25:09.351Z] #21 16.26 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:09.613Z] #21 16.38 Selecting previously unselected package bash-completion. [2022-03-05T21:25:09.613Z] #21 16.38 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T21:25:10.028Z] #63 91.16 rootlesskit version 0.14.6 [2022-03-05T21:25:10.028Z] #63 91.17 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T21:25:10.028Z] #63 91.17 -container-ip string [2022-03-05T21:25:10.028Z] #63 91.17 container ip [2022-03-05T21:25:10.028Z] #63 91.17 -container-port int [2022-03-05T21:25:10.028Z] #63 91.17 container port (default -1) [2022-03-05T21:25:10.028Z] #63 91.17 -host-ip string [2022-03-05T21:25:10.028Z] #63 91.17 host ip [2022-03-05T21:25:10.028Z] #63 91.17 -host-port int [2022-03-05T21:25:10.028Z] #63 91.17 host port (default -1) [2022-03-05T21:25:10.028Z] #63 91.17 -proto string [2022-03-05T21:25:10.028Z] #63 91.17 proxy protocol (default "tcp") [2022-03-05T21:25:10.447Z] INFO: Zapped successfully [2022-03-05T21:25:10.447Z] INFO: Location for testing is d:\CI\PR-43334\2 [2022-03-05T21:25:10.447Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-05T21:25:10.447Z] [2022-03-05T21:25:10.447Z] [2022-03-05T21:25:10.447Z] INFO: Building the image from Dockerfile.windows at 03/05/2022 21:25:08... [2022-03-05T21:25:10.447Z] [2022-03-05T21:25:11.002Z] #21 17.92 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T21:25:11.012Z] #70 ... [2022-03-05T21:25:11.012Z] [2022-03-05T21:25:11.012Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:25:11.012Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T21:25:11.012Z] #65 1.829 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T21:25:11.012Z] #65 1.841 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:25:11.012Z] #65 1.841 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:25:11.012Z] #65 2.210 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T21:25:11.012Z] #65 2.589 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T21:25:11.012Z] #65 3.169 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T21:25:11.012Z] #65 3.868 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:25:11.012Z] #65 4.306 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T21:25:11.012Z] #65 4.850 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:25:11.012Z] #65 4.851 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T21:25:11.012Z] #65 4.855 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T21:25:11.012Z] #65 4.860 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T21:25:11.012Z] #65 4.866 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T21:25:11.012Z] #65 4.871 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T21:25:11.012Z] #65 4.872 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T21:25:11.012Z] #65 4.874 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T21:25:11.012Z] #65 4.877 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T21:25:11.012Z] #65 4.879 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:25:11.012Z] #65 ... [2022-03-05T21:25:11.012Z] [2022-03-05T21:25:11.013Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:11.013Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:25:11.013Z] #20 1.615 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T21:25:11.013Z] #20 1.615 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:25:11.013Z] #20 1.616 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:25:11.013Z] #20 1.744 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T21:25:11.013Z] #20 2.024 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T21:25:11.013Z] #20 2.448 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T21:25:11.013Z] #20 2.970 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:25:11.013Z] #20 3.585 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T21:25:11.013Z] #20 4.121 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T21:25:11.013Z] #20 4.124 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T21:25:11.013Z] #20 4.131 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T21:25:11.013Z] #20 4.137 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:25:11.013Z] #20 4.143 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T21:25:11.013Z] #20 4.422 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T21:25:11.013Z] #20 4.429 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T21:25:11.013Z] #20 4.433 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T21:25:11.013Z] #20 4.433 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:25:11.013Z] #20 4.433 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T21:25:11.264Z] #21 18.27 Selecting previously unselected package bzip2. [2022-03-05T21:25:11.526Z] #21 18.29 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-03-05T21:25:11.526Z] #21 18.30 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T21:25:11.526Z] #21 18.40 Selecting previously unselected package xz-utils. [2022-03-05T21:25:11.526Z] #21 18.40 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-03-05T21:25:11.526Z] #21 18.40 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T21:25:11.526Z] #21 18.54 Selecting previously unselected package apparmor. [2022-03-05T21:25:11.787Z] #21 18.54 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-03-05T21:25:11.787Z] #21 18.59 Unpacking apparmor (2.13.6-10) ... [2022-03-05T21:25:12.048Z] #21 18.97 Selecting previously unselected package inetutils-ping. [2022-03-05T21:25:12.048Z] #21 18.98 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-03-05T21:25:12.048Z] #21 18.99 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T21:25:12.048Z] #21 19.08 Selecting previously unselected package libip4tc2:arm64. [2022-03-05T21:25:12.309Z] #21 19.08 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-03-05T21:25:12.309Z] #21 19.09 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-03-05T21:25:12.309Z] #21 19.15 Selecting previously unselected package libip6tc2:arm64. [2022-03-05T21:25:12.309Z] #21 19.15 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-03-05T21:25:12.309Z] #21 19.16 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-03-05T21:25:12.309Z] #21 19.20 Selecting previously unselected package libnfnetlink0:arm64. [2022-03-05T21:25:12.309Z] #21 19.20 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-03-05T21:25:12.309Z] #21 19.21 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-05T21:25:12.309Z] #21 19.26 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-03-05T21:25:12.309Z] #21 19.26 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-03-05T21:25:12.309Z] #21 19.27 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-05T21:25:12.570Z] #21 19.34 Selecting previously unselected package libnftnl11:arm64. [2022-03-05T21:25:12.570Z] #21 19.34 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-03-05T21:25:12.570Z] #21 19.35 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-03-05T21:25:12.570Z] #21 19.42 Selecting previously unselected package iptables. [2022-03-05T21:25:12.570Z] #21 19.42 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-03-05T21:25:12.570Z] #21 19.43 Unpacking iptables (1.8.7-1) ... [2022-03-05T21:25:12.570Z] #63 DONE 93.7s [2022-03-05T21:25:12.570Z] [2022-03-05T21:25:12.570Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T21:25:12.570Z] #64 sha256:43b780112c730b3154f2bf9c77665b8f4f4a52a932e3e9f18e10f192771895ab [2022-03-05T21:25:12.570Z] #64 DONE 0.1s [2022-03-05T21:25:12.570Z] [2022-03-05T21:25:12.570Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:12.570Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:25:12.570Z] #14 89.18 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T21:25:12.570Z] #14 89.19 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:12.570Z] #14 89.19 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:25:12.570Z] #14 94.38 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T21:25:12.570Z] #14 94.39 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T21:25:12.570Z] #14 94.41 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T21:25:12.830Z] #14 ... [2022-03-05T21:25:12.830Z] [2022-03-05T21:25:12.830Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T21:25:12.830Z] #65 sha256:3998d02c124b1370fb7c4cb54e8c8cab23b4cfe9a361c1ca41c03081a4d52b47 [2022-03-05T21:25:12.830Z] #65 DONE 0.0s [2022-03-05T21:25:12.830Z] [2022-03-05T21:25:12.830Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:12.830Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:25:12.830Z] #14 94.54 Selecting previously unselected package libapparmor1:amd64. [2022-03-05T21:25:12.830Z] #14 94.54 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-05T21:25:12.830Z] #14 94.55 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T21:25:12.830Z] #14 94.72 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-05T21:25:12.830Z] #14 94.72 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-05T21:25:12.830Z] #14 94.73 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T21:25:12.830Z] #21 19.70 Selecting previously unselected package libonig5:arm64. [2022-03-05T21:25:12.830Z] #21 19.70 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-05T21:25:12.830Z] #21 19.70 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T21:25:12.830Z] #21 19.79 Selecting previously unselected package libjq1:arm64. [2022-03-05T21:25:12.830Z] #21 19.79 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-03-05T21:25:12.830Z] #21 19.80 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-05T21:25:12.830Z] #21 19.88 Selecting previously unselected package jq. [2022-03-05T21:25:12.830Z] #21 19.88 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-03-05T21:25:13.089Z] #14 94.91 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T21:25:13.089Z] #14 94.92 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T21:25:13.089Z] #14 94.93 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:25:13.090Z] #21 19.89 Unpacking jq (1.6-2.1) ... [2022-03-05T21:25:13.090Z] #21 19.97 Selecting previously unselected package libaio1:arm64. [2022-03-05T21:25:13.090Z] #21 19.98 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-03-05T21:25:13.090Z] #21 19.98 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-03-05T21:25:13.090Z] #21 20.04 Selecting previously unselected package libgpm2:arm64. [2022-03-05T21:25:13.348Z] #14 95.07 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T21:25:13.348Z] #14 95.07 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T21:25:13.348Z] #14 95.08 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:25:13.348Z] #14 95.29 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-05T21:25:13.348Z] #14 95.29 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:25:13.348Z] #14 95.31 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:25:13.351Z] #21 20.04 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-03-05T21:25:13.351Z] #21 20.05 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-03-05T21:25:13.351Z] #21 20.10 Selecting previously unselected package libicu67:arm64. [2022-03-05T21:25:13.351Z] #21 20.10 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-03-05T21:25:13.351Z] #21 20.11 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-05T21:25:13.608Z] #14 95.45 Selecting previously unselected package libudev-dev:amd64. [2022-03-05T21:25:13.608Z] #14 95.45 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-05T21:25:13.608Z] #14 95.46 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-05T21:25:13.868Z] #14 95.58 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-05T21:25:13.868Z] #14 95.59 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-05T21:25:13.868Z] #14 95.60 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T21:25:14.129Z] #14 95.93 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-05T21:25:14.129Z] #14 95.94 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-05T21:25:14.129Z] #14 95.95 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T21:25:14.390Z] #14 96.19 Selecting previously unselected package libpcre2-32-0:amd64.#14 ... [2022-03-05T21:25:14.390Z] [2022-03-05T21:25:14.390Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T21:25:14.390Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T21:25:14.390Z] #68 CACHED [2022-03-05T21:25:14.390Z] [2022-03-05T21:25:14.390Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T21:25:14.390Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T21:25:14.390Z] #70 CACHED [2022-03-05T21:25:14.390Z] [2022-03-05T21:25:14.390Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:14.390Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T21:25:14.390Z] #14 96.19 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-05T21:25:14.390Z] #14 96.19 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-05T21:25:14.390Z] #14 96.20 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T21:25:14.651Z] #14 96.35 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-05T21:25:14.651Z] #14 96.36 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-05T21:25:14.651Z] #14 96.37 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T21:25:14.651Z] #14 96.42 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-05T21:25:14.651Z] #14 96.43 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-05T21:25:14.651Z] #14 96.43 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T21:25:14.912Z] #14 96.80 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-05T21:25:14.912Z] #14 96.80 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-05T21:25:14.912Z] #14 96.82 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T21:25:15.172Z] #14 96.95 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-05T21:25:15.172Z] #14 96.96 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:25:15.172Z] #14 96.97 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:25:15.172Z] #14 97.04 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-05T21:25:15.172Z] #14 97.04 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-05T21:25:15.172Z] #14 97.05 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T21:25:15.433Z] #14 97.16 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-05T21:25:15.433Z] #14 97.17 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-05T21:25:15.433Z] #14 97.17 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T21:25:15.694Z] #14 97.57 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T21:25:15.694Z] #14 97.59 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T21:25:15.694Z] #14 97.61 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T21:25:15.694Z] #14 97.62 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T21:25:15.694Z] #14 97.63 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T21:25:15.694Z] #14 97.64 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T21:25:15.694Z] #14 97.65 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:25:15.694Z] #14 97.67 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T21:25:15.694Z] #14 97.68 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-05T21:25:15.898Z] #21 22.69 Selecting previously unselected package libinih1:arm64. [2022-03-05T21:25:15.898Z] #21 22.71 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-03-05T21:25:15.898Z] #21 22.71 Unpacking libinih1:arm64 (53-1+b2) ... [2022-03-05T21:25:15.898Z] #21 22.76 Selecting previously unselected package libnet1:arm64. [2022-03-05T21:25:15.898Z] #21 22.76 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-05T21:25:15.898Z] #21 22.77 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:25:15.898Z] #21 22.83 Selecting previously unselected package libnl-3-200:arm64. [2022-03-05T21:25:15.898Z] #21 22.83 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-05T21:25:15.955Z] #14 97.69 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T21:25:15.955Z] #14 97.70 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T21:25:15.955Z] #14 97.71 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:25:15.955Z] #14 97.72 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T21:25:15.955Z] #14 97.73 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T21:25:15.955Z] #14 97.75 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T21:25:15.955Z] #14 97.76 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T21:25:15.955Z] #14 97.77 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T21:25:15.955Z] #14 97.78 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T21:25:15.955Z] #14 97.79 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T21:25:15.955Z] #14 97.81 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T21:25:15.955Z] #14 97.82 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:25:15.955Z] #14 97.84 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T21:25:15.955Z] #14 97.86 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:25:15.955Z] #14 97.87 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T21:25:15.955Z] #14 97.88 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T21:25:16.159Z] #21 22.84 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T21:25:16.159Z] #21 22.92 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-05T21:25:16.159Z] #21 22.92 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-05T21:25:16.159Z] #21 22.93 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T21:25:16.159Z] #21 22.99 Selecting previously unselected package net-tools. [2022-03-05T21:25:16.159Z] #21 22.99 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-03-05T21:25:16.159Z] #21 22.99 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T21:25:16.159Z] #21 23.11 Selecting previously unselected package patch. [2022-03-05T21:25:16.220Z] #14 97.91 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:25:16.220Z] #14 97.92 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T21:25:16.220Z] #14 97.93 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:25:16.220Z] #14 97.94 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T21:25:16.220Z] #14 97.96 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:25:16.220Z] #14 97.97 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T21:25:16.220Z] #14 97.99 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:25:16.220Z] #14 98.00 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:25:16.220Z] #14 98.01 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:25:16.420Z] #21 23.12 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-03-05T21:25:16.420Z] #21 23.12 Unpacking patch (2.7.6-7) ... [2022-03-05T21:25:16.420Z] #21 23.17 Selecting previously unselected package python-pip-whl. [2022-03-05T21:25:16.420Z] #21 23.17 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T21:25:16.420Z] #21 23.19 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T21:25:16.479Z] #14 DONE 98.4s [2022-03-05T21:25:16.479Z] [2022-03-05T21:25:16.479Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:25:16.479Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:25:16.681Z] #21 23.57 Selecting previously unselected package python3-lib2to3. [2022-03-05T21:25:16.681Z] #21 23.57 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T21:25:16.681Z] #21 23.58 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T21:25:16.739Z] #34 ... [2022-03-05T21:25:16.739Z] [2022-03-05T21:25:16.739Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T21:25:16.739Z] #55 sha256:971588ad62540ebff550e61e46f9913a4a9dad9311c04ab4bc807338b7b8a279 [2022-03-05T21:25:16.739Z] #55 DONE 0.1s [2022-03-05T21:25:16.739Z] [2022-03-05T21:25:16.739Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:25:16.739Z] #56 sha256:e1fd2b02aec70d21ec7607c261b0e6752a869d4f69a6ae50caacc8881cfa0c8e [2022-03-05T21:25:16.942Z] #21 23.67 Selecting previously unselected package python3-distutils. [2022-03-05T21:25:16.942Z] #21 23.68 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T21:25:16.942Z] #21 23.69 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T21:25:16.942Z] #21 23.82 Selecting previously unselected package python3-pkg-resources. [2022-03-05T21:25:16.942Z] #21 23.82 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T21:25:16.942Z] #21 23.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:25:16.942Z] #21 23.92 Selecting previously unselected package python3-setuptools. [2022-03-05T21:25:17.203Z] #21 23.95 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T21:25:17.203Z] #21 23.95 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T21:25:17.463Z] #21 24.21 Selecting previously unselected package python3-wheel. [2022-03-05T21:25:17.463Z] #21 24.21 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T21:25:17.463Z] #21 24.22 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T21:25:17.463Z] #21 24.26 Selecting previously unselected package python3-pip. [2022-03-05T21:25:17.463Z] #21 24.28 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-05T21:25:17.463Z] #21 24.28 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T21:25:17.724Z] #21 24.47 Selecting previously unselected package sudo. [2022-03-05T21:25:17.724Z] #21 24.47 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-03-05T21:25:17.724Z] #21 24.48 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T21:25:17.984Z] #21 24.88 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T21:25:17.984Z] #21 24.92 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-03-05T21:25:17.984Z] #21 24.92 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T21:25:18.179Z] #56 1.256 + RM_GOPATH=0 [2022-03-05T21:25:18.179Z] #56 ... [2022-03-05T21:25:18.179Z] [2022-03-05T21:25:18.179Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T21:25:18.179Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-05T21:25:18.179Z] #15 DONE 1.3s [2022-03-05T21:25:18.179Z] [2022-03-05T21:25:18.179Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:25:18.179Z] #56 sha256:e1fd2b02aec70d21ec7607c261b0e6752a869d4f69a6ae50caacc8881cfa0c8e [2022-03-05T21:25:18.179Z] #56 1.257 + TMP_GOPATH= [2022-03-05T21:25:18.179Z] #56 1.257 + : /build [2022-03-05T21:25:18.179Z] #56 1.257 + '[' -z '' ']' [2022-03-05T21:25:18.179Z] #56 1.262 ++ mktemp -d [2022-03-05T21:25:18.179Z] #56 1.266 + export GOPATH=/tmp/tmp.f7qIAqHCVQ [2022-03-05T21:25:18.179Z] #56 1.266 + GOPATH=/tmp/tmp.f7qIAqHCVQ [2022-03-05T21:25:18.179Z] #56 1.266 + RM_GOPATH=1 [2022-03-05T21:25:18.179Z] #56 1.266 + case "$(go env GOARCH)" in [2022-03-05T21:25:18.179Z] #56 1.266 ++ go env GOARCH [2022-03-05T21:25:18.179Z] #56 1.299 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:18.179Z] #56 1.299 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:18.179Z] #56 1.299 ++ dirname /install.sh [2022-03-05T21:25:18.179Z] #56 1.326 + dir=/ [2022-03-05T21:25:18.179Z] #56 1.326 + bin=runc [2022-03-05T21:25:18.179Z] #56 1.326 + shift [2022-03-05T21:25:18.179Z] #56 1.326 + '[' '!' -f //runc.installer ']' [2022-03-05T21:25:18.179Z] #56 1.326 + . //runc.installer [2022-03-05T21:25:18.179Z] #56 1.326 ++ set -e [2022-03-05T21:25:18.179Z] #56 1.326 ++ : v1.1.0 [2022-03-05T21:25:18.179Z] #56 1.326 + install_runc [2022-03-05T21:25:18.179Z] #56 1.326 + RUNC_BUILDTAGS=seccomp [2022-03-05T21:25:18.179Z] #56 1.326 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T21:25:18.179Z] #56 1.326 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.f7qIAqHCVQ/src/github.com/opencontainers/runc [2022-03-05T21:25:18.179Z] #56 1.326 Cloning into '/tmp/tmp.f7qIAqHCVQ/src/github.com/opencontainers/runc'... [2022-03-05T21:25:18.179Z] #56 1.326 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T21:25:18.269Z] #21 25.15 Selecting previously unselected package uidmap. [2022-03-05T21:25:18.269Z] #21 25.16 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-03-05T21:25:18.269Z] #21 25.17 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T21:25:18.542Z] #21 25.28 Selecting previously unselected package vim-runtime. [2022-03-05T21:25:18.542Z] #21 25.28 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:25:18.542Z] #21 25.32 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T21:25:18.542Z] #21 25.33 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T21:25:18.542Z] #21 25.34 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:19.121Z] #56 ... [2022-03-05T21:25:19.121Z] [2022-03-05T21:25:19.122Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T21:25:19.122Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-05T21:25:19.122Z] #16 DONE 1.2s [2022-03-05T21:25:19.122Z] [2022-03-05T21:25:19.122Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T21:25:19.122Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-05T21:25:19.134Z] #20 18.26 Fetched 40.5 MB in 17s (2395 kB/s) [2022-03-05T21:25:19.134Z] #20 18.26 Reading package lists... [2022-03-05T21:25:19.134Z] #20 ... [2022-03-05T21:25:19.134Z] [2022-03-05T21:25:19.134Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:25:19.134Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T21:25:19.134Z] #45 18.47 Fetched 40.5 MB in 17s (2396 kB/s) [2022-03-05T21:25:20.060Z] #17 0.830 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T21:25:20.320Z] #17 DONE 1.1s [2022-03-05T21:25:20.320Z] [2022-03-05T21:25:20.320Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T21:25:20.320Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-05T21:25:20.890Z] Sending build context to Docker daemon 62.47MB [2022-03-05T21:25:20.890Z] [2022-03-05T21:25:20.890Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-05T21:25:20.890Z] ---> c703d4d60533 [2022-03-05T21:25:20.890Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> b11b668ebcd7 [2022-03-05T21:25:20.890Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> a831e353dc54 [2022-03-05T21:25:20.890Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> 324c2cd705b0 [2022-03-05T21:25:20.890Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> 33e2616b962a [2022-03-05T21:25:20.890Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> 1b8ac8524be4 [2022-03-05T21:25:20.890Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> ef6d51e35418 [2022-03-05T21:25:20.890Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> a69181b35c7d [2022-03-05T21:25:20.890Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> 1a99e5da5db1 [2022-03-05T21:25:20.890Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-05T21:25:20.890Z] ---> Using cache [2022-03-05T21:25:20.890Z] ---> 9feaab79e7e2 [2022-03-05T21:25:20.890Z] Step 11/11 : COPY . . [2022-03-05T21:25:21.118Z] #21 27.92 Selecting previously unselected package vim. [2022-03-05T21:25:21.118Z] #21 27.92 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-05T21:25:21.118Z] #21 27.94 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:21.260Z] #18 DONE 1.1s [2022-03-05T21:25:21.260Z] [2022-03-05T21:25:21.260Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:25:21.260Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:25:21.521Z] #43 ... [2022-03-05T21:25:21.521Z] [2022-03-05T21:25:21.521Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T21:25:21.521Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-05T21:25:21.640Z] #21 28.36 Selecting previously unselected package xfsprogs. [2022-03-05T21:25:21.640Z] #21 28.36 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-03-05T21:25:21.640Z] #21 28.36 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T21:25:21.902Z] #21 28.75 Selecting previously unselected package zip. [2022-03-05T21:25:21.902Z] #21 28.77 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-03-05T21:25:21.902Z] #21 28.78 Unpacking zip (3.0-12) ... [2022-03-05T21:25:21.902Z] #21 28.92 Selecting previously unselected package zstd. [2022-03-05T21:25:22.164Z] #21 28.92 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-03-05T21:25:22.164Z] #21 28.93 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T21:25:22.424Z] #21 29.20 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:25:22.463Z] #19 DONE 1.0s [2022-03-05T21:25:22.463Z] [2022-03-05T21:25:22.463Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:25:22.463Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:25:22.463Z] #34 ... [2022-03-05T21:25:22.463Z] [2022-03-05T21:25:22.463Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T21:25:22.463Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-05T21:25:23.257Z] #21 29.95 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-03-05T21:25:23.257Z] #21 29.97 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T21:25:23.257Z] #21 29.98 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-03-05T21:25:23.257Z] #21 29.99 Setting up libicu67:arm64 (67.1-7) ... [2022-03-05T21:25:23.257Z] #21 30.00 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-03-05T21:25:23.257Z] #21 30.03 Setting up libinih1:arm64 (53-1+b2) ... [2022-03-05T21:25:23.257Z] #21 30.05 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T21:25:23.257Z] #21 30.06 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:25:23.257Z] #21 30.08 Setting up bzip2 (1.0.8-4) ... [2022-03-05T21:25:23.257Z] #21 30.09 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T21:25:23.257Z] #21 30.10 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T21:25:23.414Z] #20 DONE 0.9s [2022-03-05T21:25:23.414Z] [2022-03-05T21:25:23.414Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:25:23.414Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T21:25:23.831Z] #21 30.69 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:23.831Z] #21 30.70 Setting up libcap2:arm64 (1:2.44-1) ... [2022-03-05T21:25:23.831Z] #21 30.71 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T21:25:23.831Z] #21 30.73 Setting up apparmor (2.13.6-10) ... [2022-03-05T21:25:24.800Z] #21 1.403 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T21:25:24.800Z] #21 1.493 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:25:24.800Z] #21 1.502 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:25:25.060Z] #21 1.856 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T21:25:25.220Z] #21 31.94 Setting up zip (3.0-12) ... [2022-03-05T21:25:25.221Z] #21 31.95 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:25.221Z] #21 31.98 Setting up bash-completion (1:2.11-2) ... [2022-03-05T21:25:25.631Z] #21 2.477 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T21:25:26.610Z] #21 33.55 Setting up xz-utils (5.2.5-2) ... [2022-03-05T21:25:26.610Z] #21 33.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T21:25:26.610Z] #21 33.57 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-03-05T21:25:26.872Z] #21 33.58 Setting up patch (2.7.6-7) ... [2022-03-05T21:25:26.872Z] #21 33.60 Setting up sudo (1.9.5p2-3) ... [2022-03-05T21:25:26.872Z] #21 33.66 invoke-rc.d: could not determine current runlevel [2022-03-05T21:25:26.872Z] #21 33.67 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T21:25:26.872Z] #21 33.68 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T21:25:26.872Z] #21 33.70 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-03-05T21:25:26.872Z] #21 33.71 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T21:25:26.872Z] #21 33.72 Setting up pigz (2.6-1) ... [2022-03-05T21:25:26.872Z] #21 33.73 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-05T21:25:26.872Z] #21 33.74 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T21:25:26.872Z] #21 33.76 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T21:25:26.872Z] #21 33.77 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:27.015Z] #21 3.516 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T21:25:27.249Z] #45 18.47 Reading package lists... [2022-03-05T21:25:27.249Z] #45 ... [2022-03-05T21:25:27.249Z] [2022-03-05T21:25:27.249Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:25:27.249Z] #70 sha256:e482e8f82ef17bb567d98c6f15fb0aac6719b77848550fb310ee097fc10a71d2 [2022-03-05T21:25:27.249Z] #70 25.77 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T21:25:27.249Z] #70 25.78 + GOBIN=/build [2022-03-05T21:25:27.249Z] #70 25.78 + GO111MODULE=on [2022-03-05T21:25:27.249Z] #70 25.78 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T21:25:27.445Z] #21 34.20 Setting up libaio1:arm64 (0.3.112-9) ... [2022-03-05T21:25:27.445Z] #21 34.22 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T21:25:27.706Z] #21 34.61 Setting up libelf1:arm64 (0.183-1) ... [2022-03-05T21:25:27.706Z] #21 34.64 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T21:25:27.706Z] #21 34.65 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T21:25:27.706Z] #21 34.66 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T21:25:27.968Z] #21 35.01 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:28.228Z] #21 35.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T21:25:28.229Z] #21 35.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T21:25:28.229Z] #21 35.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T21:25:28.229Z] #21 35.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T21:25:28.229Z] #21 35.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T21:25:28.229Z] #21 35.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T21:25:28.229Z] #21 35.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T21:25:28.229Z] #21 35.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T21:25:28.229Z] #21 35.09 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T21:25:29.437Z] #21 36.17 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-05T21:25:29.437Z] #21 36.22 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-03-05T21:25:29.437Z] #21 36.25 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T21:25:29.437Z] #21 36.26 Setting up python3-pip (20.3.4-4) ... [2022-03-05T21:25:29.781Z] #70 29.09 rootlesskit version 0.14.6 [2022-03-05T21:25:29.781Z] #70 ... [2022-03-05T21:25:29.781Z] [2022-03-05T21:25:29.781Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:25:29.781Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T21:25:29.781Z] #65 19.25 Fetched 40.5 MB in 18s (2289 kB/s) [2022-03-05T21:25:29.781Z] #65 19.25 Reading package lists... [2022-03-05T21:25:29.902Z] INFO: Expanding compiler 1 of 3... [2022-03-05T21:25:29.902Z] INFO: Expanding compiler 2 of 3... [2022-03-05T21:25:30.039Z] #65 27.65 Reading package lists... [2022-03-05T21:25:30.039Z] #65 ... [2022-03-05T21:25:30.039Z] [2022-03-05T21:25:30.039Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T21:25:30.039Z] #70 sha256:e482e8f82ef17bb567d98c6f15fb0aac6719b77848550fb310ee097fc10a71d2 [2022-03-05T21:25:30.039Z] #70 29.09 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T21:25:30.039Z] #70 29.09 -container-ip string [2022-03-05T21:25:30.039Z] #70 29.09 container ip [2022-03-05T21:25:30.039Z] #70 29.09 -container-port int [2022-03-05T21:25:30.039Z] #70 29.09 container port (default -1) [2022-03-05T21:25:30.039Z] #70 29.09 -host-ip string [2022-03-05T21:25:30.039Z] #70 29.09 host ip [2022-03-05T21:25:30.039Z] #70 29.09 -host-port int [2022-03-05T21:25:30.039Z] #70 29.09 host port (default -1) [2022-03-05T21:25:30.039Z] #70 29.09 -proto string [2022-03-05T21:25:30.039Z] #70 29.09 proxy protocol (default "tcp") [2022-03-05T21:25:30.298Z] #70 DONE 29.5s [2022-03-05T21:25:30.298Z] [2022-03-05T21:25:30.298Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T21:25:30.298Z] #71 sha256:b7aca3015c76563867c11fe0fa31b6c6a21f5fdef09be27f7827a8b1c345f41a [2022-03-05T21:25:30.298Z] #71 DONE 0.0s [2022-03-05T21:25:30.298Z] [2022-03-05T21:25:30.298Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:25:30.298Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T21:25:30.298Z] #45 18.47 Reading package lists... [2022-03-05T21:25:30.378Z] #21 37.30 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-05T21:25:30.378Z] #21 37.31 Setting up jq (1.6-2.1) ... [2022-03-05T21:25:30.378Z] #21 37.33 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-03-05T21:25:30.556Z] #45 27.42 Reading package lists... [2022-03-05T21:25:30.556Z] #45 ... [2022-03-05T21:25:30.556Z] [2022-03-05T21:25:30.556Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T21:25:30.556Z] #72 sha256:5e5187bf4588b1a660a6bf054dba68f8f642cfdce63cdc02f8833bdcc28e37b9 [2022-03-05T21:25:30.556Z] #72 DONE 0.1s [2022-03-05T21:25:30.556Z] [2022-03-05T21:25:30.556Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:30.556Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:25:30.556Z] #20 18.26 Reading package lists... [2022-03-05T21:25:30.646Z] #21 37.34 Setting up iptables (1.8.7-1) ... [2022-03-05T21:25:30.646Z] #21 37.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T21:25:30.646Z] #21 37.35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T21:25:30.646Z] #21 37.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T21:25:30.646Z] #21 37.36 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T21:25:30.646Z] #21 37.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T21:25:30.646Z] #21 37.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T21:25:30.646Z] #21 37.40 Setting up iproute2 (5.10.0-4) ... [2022-03-05T21:25:30.911Z] #21 37.64 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:25:31.212Z] #21 7.120 Fetched 8505 kB in 6s (1383 kB/s) [2022-03-05T21:25:31.483Z] #21 DONE 38.3s [2022-03-05T21:25:31.483Z] [2022-03-05T21:25:31.484Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T21:25:31.484Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-05T21:25:31.783Z] #21 7.120 Reading package lists... [2022-03-05T21:25:31.783Z] #21 ... [2022-03-05T21:25:31.783Z] [2022-03-05T21:25:31.783Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T21:25:31.783Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T21:25:31.783Z] #34 DONE 112.8s [2022-03-05T21:25:31.783Z] [2022-03-05T21:25:31.783Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:25:31.783Z] #56 sha256:e1fd2b02aec70d21ec7607c261b0e6752a869d4f69a6ae50caacc8881cfa0c8e [2022-03-05T21:25:31.783Z] #56 10.12 + cd /tmp/tmp.f7qIAqHCVQ/src/github.com/opencontainers/runc [2022-03-05T21:25:31.783Z] #56 10.12 + git checkout -q v1.1.0 [2022-03-05T21:25:31.783Z] #56 10.47 + '[' -z '' ']' [2022-03-05T21:25:31.783Z] #56 10.48 + target=static [2022-03-05T21:25:31.783Z] #56 10.48 + make BUILDTAGS=seccomp static [2022-03-05T21:25:31.783Z] #56 10.86 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T21:25:31.988Z] #20 27.24 Reading package lists... [2022-03-05T21:25:31.988Z] #20 ... [2022-03-05T21:25:31.988Z] [2022-03-05T21:25:31.988Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T21:25:31.988Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T21:25:31.988Z] #75 CACHED [2022-03-05T21:25:31.988Z] [2022-03-05T21:25:31.988Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T21:25:31.988Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T21:25:31.988Z] #77 CACHED [2022-03-05T21:25:31.988Z] [2022-03-05T21:25:31.988Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:31.988Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:25:32.055Z] #22 0.624 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T21:25:32.055Z] #22 0.629 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T21:25:32.055Z] #22 0.633 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T21:25:32.055Z] #22 DONE 0.7s [2022-03-05T21:25:32.055Z] [2022-03-05T21:25:32.055Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T21:25:32.055Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-05T21:25:33.165Z] #56 ... [2022-03-05T21:25:33.165Z] [2022-03-05T21:25:33.165Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:25:33.165Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T21:25:33.165Z] #21 7.120 Reading package lists... [2022-03-05T21:25:34.574Z] INFO: Expanding compiler 3 of 3... [2022-03-05T21:25:35.030Z] INFO: Removing downloaded files... [2022-03-05T21:25:35.030Z] INFO: Downloading containerd [2022-03-05T21:25:35.708Z] #21 9.745 Reading package lists... [2022-03-05T21:25:35.969Z] #21 12.02 Building dependency tree... [2022-03-05T21:25:35.969Z] #21 12.52 Reading state information... [2022-03-05T21:25:36.179Z] #20 27.24 Reading package lists... [2022-03-05T21:25:36.179Z] #20 ... [2022-03-05T21:25:36.179Z] [2022-03-05T21:25:36.179Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T21:25:36.179Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T21:25:36.179Z] #65 27.65 Reading package lists... [2022-03-05T21:25:36.230Z] #21 13.06 The following additional packages will be installed: [2022-03-05T21:25:36.490Z] #21 13.06 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T21:25:36.490Z] #21 13.06 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-05T21:25:36.490Z] #21 13.06 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T21:25:36.490Z] #21 13.06 python3-pkg-resources vim-runtime xxd [2022-03-05T21:25:36.490Z] #21 13.07 Suggested packages: [2022-03-05T21:25:36.490Z] #21 13.07 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-05T21:25:36.490Z] #21 13.07 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-05T21:25:36.490Z] #21 13.07 acl attr quota [2022-03-05T21:25:36.490Z] #21 13.07 Recommended packages: [2022-03-05T21:25:36.490Z] #21 13.07 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T21:25:37.118Z] #65 35.07 Building dependency tree... [2022-03-05T21:25:37.118Z] #65 36.45 Reading state information... [2022-03-05T21:25:37.429Z] #21 14.16 The following NEW packages will be installed: [2022-03-05T21:25:37.429Z] #21 14.17 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-05T21:25:37.429Z] #21 14.17 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T21:25:37.429Z] #21 14.17 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-05T21:25:37.429Z] #21 14.17 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-05T21:25:37.429Z] #21 14.17 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-05T21:25:37.429Z] #21 14.17 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-05T21:25:37.429Z] #21 14.17 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-05T21:25:37.429Z] #21 14.17 xz-utils zip zstd [2022-03-05T21:25:37.690Z] #21 14.47 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:25:37.690Z] #21 14.47 Need to get 27.6 MB of archives. [2022-03-05T21:25:37.690Z] #21 14.47 After this operation, 106 MB of additional disk space will be used. [2022-03-05T21:25:37.690Z] #21 14.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-05T21:25:37.690Z] #21 14.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-05T21:25:37.690Z] #21 14.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-05T21:25:37.690Z] #21 14.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-05T21:25:37.690Z] #21 14.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-05T21:25:37.690Z] #21 14.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-05T21:25:37.690Z] #21 14.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-05T21:25:37.690Z] #21 14.51 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-05T21:25:37.690Z] #21 14.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T21:25:37.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T21:25:37.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T21:25:37.951Z] #21 14.53 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T21:25:37.951Z] #21 14.54 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T21:25:37.951Z] #21 14.54 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-05T21:25:37.951Z] #21 14.55 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-05T21:25:37.951Z] #21 14.56 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-05T21:25:37.951Z] #21 14.57 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-05T21:25:37.951Z] #21 14.58 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-05T21:25:37.951Z] #21 14.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-05T21:25:37.951Z] #21 14.59 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-05T21:25:37.951Z] #21 14.59 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-05T21:25:37.951Z] #21 14.59 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-05T21:25:37.951Z] #21 14.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-05T21:25:37.951Z] #21 14.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T21:25:37.951Z] #21 14.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T21:25:37.951Z] #21 14.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T21:25:37.951Z] #21 14.62 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-05T21:25:37.951Z] #21 14.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-05T21:25:37.951Z] #21 14.63 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T21:25:38.055Z] #65 37.41 The following additional packages will be installed: [2022-03-05T21:25:38.211Z] #21 14.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-05T21:25:38.211Z] #21 14.86 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T21:25:38.211Z] #21 14.86 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T21:25:38.211Z] #21 14.86 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T21:25:38.211Z] #21 14.87 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-05T21:25:38.211Z] #21 14.87 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-05T21:25:38.211Z] #21 14.88 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T21:25:38.211Z] #21 14.93 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T21:25:38.211Z] #21 14.94 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T21:25:38.211Z] #21 14.94 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T21:25:38.211Z] #21 14.94 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T21:25:38.211Z] #21 14.95 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T21:25:38.211Z] #21 14.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T21:25:38.211Z] #21 14.97 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-05T21:25:38.211Z] #21 15.01 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-05T21:25:38.315Z] #65 37.42 libbtrfs0 [2022-03-05T21:25:38.315Z] #65 37.64 The following NEW packages will be installed: [2022-03-05T21:25:38.315Z] #65 37.66 libbtrfs-dev libbtrfs0 [2022-03-05T21:25:38.471Z] #21 15.01 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-05T21:25:38.471Z] #21 15.02 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T21:25:38.471Z] #21 15.22 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-05T21:25:38.471Z] #21 15.25 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-05T21:25:38.471Z] #21 15.28 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-05T21:25:38.731Z] #21 15.29 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-05T21:25:38.885Z] #65 38.04 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:25:38.885Z] #65 38.04 Need to get 460 kB of archives. [2022-03-05T21:25:38.885Z] #65 38.04 After this operation, 1237 kB of additional disk space will be used. [2022-03-05T21:25:38.885Z] #65 38.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T21:25:38.885Z] #65 38.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T21:25:38.990Z] #21 15.73 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:25:38.990Z] #21 15.83 Fetched 27.6 MB in 1s (24.8 MB/s) [2022-03-05T21:25:39.249Z] #21 15.90 Selecting previously unselected package pigz. [2022-03-05T21:25:39.249Z] #21 15.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-05T21:25:39.249Z] #21 15.95 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-05T21:25:39.249Z] #21 15.95 Unpacking pigz (2.6-1) ... [2022-03-05T21:25:39.249Z] #21 16.04 Selecting previously unselected package libelf1:amd64. [2022-03-05T21:25:39.249Z] #21 16.04 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-05T21:25:39.249Z] #21 16.06 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-05T21:25:39.452Z] #65 38.61 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:25:39.452Z] #65 38.80 Fetched 460 kB in 0s (1650 kB/s) [2022-03-05T21:25:39.452Z] #65 38.83 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T21:25:39.508Z] #21 16.19 Selecting previously unselected package libbpf0:amd64. [2022-03-05T21:25:39.508Z] #21 16.19 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-05T21:25:39.508Z] #21 16.20 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-05T21:25:39.508Z] #21 16.29 Selecting previously unselected package libcap2:amd64. [2022-03-05T21:25:39.712Z] #65 38.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-05T21:25:39.712Z] #65 38.85 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T21:25:39.712Z] #65 38.86 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:25:39.712Z] #65 38.91 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T21:25:39.712Z] #65 38.91 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T21:25:39.712Z] #65 38.92 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:25:39.712Z] #65 38.99 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:25:39.712Z] #65 39.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:25:39.712Z] #65 39.01 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:25:39.712Z] #65 DONE 39.1s [2022-03-05T21:25:39.712Z] [2022-03-05T21:25:39.712Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T21:25:39.712Z] #66 sha256:69887c339d228ed64c29009801828b5e57f45be2b5104e4065e6cbeeeb0e9805 [2022-03-05T21:25:39.768Z] #21 16.30 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-05T21:25:39.768Z] #21 16.30 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-05T21:25:39.768Z] #21 16.36 Selecting previously unselected package libmnl0:amd64. [2022-03-05T21:25:39.768Z] #21 16.36 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-05T21:25:39.768Z] #21 16.37 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-05T21:25:39.768Z] #21 16.42 Selecting previously unselected package libxtables12:amd64. [2022-03-05T21:25:39.768Z] #21 16.42 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-05T21:25:39.768Z] #21 16.43 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-05T21:25:39.768Z] #21 16.51 Selecting previously unselected package libcap2-bin. [2022-03-05T21:25:39.768Z] #21 16.51 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-05T21:25:39.768Z] #21 16.51 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T21:25:39.971Z] #66 DONE 0.1s [2022-03-05T21:25:39.971Z] [2022-03-05T21:25:39.971Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:25:39.971Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:25:40.027Z] #21 16.59 Selecting previously unselected package iproute2. [2022-03-05T21:25:40.027Z] #21 16.59 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-05T21:25:40.027Z] #21 16.60 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T21:25:40.292Z] #21 17.03 Selecting previously unselected package xxd. [2022-03-05T21:25:40.292Z] #21 17.04 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T21:25:40.292Z] #21 17.05 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:40.292Z] #21 17.15 Selecting previously unselected package vim-common. [2022-03-05T21:25:40.551Z] #21 17.15 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:25:40.551Z] #21 17.18 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:40.551Z] #21 17.32 Selecting previously unselected package bash-completion. [2022-03-05T21:25:40.551Z] #21 17.32 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T21:25:40.912Z] #67 0.779 + RM_GOPATH=0 [2022-03-05T21:25:40.912Z] #67 0.779 + TMP_GOPATH= [2022-03-05T21:25:40.912Z] #67 0.779 + : /build [2022-03-05T21:25:40.912Z] #67 0.779 + '[' -z '' ']' [2022-03-05T21:25:40.912Z] #67 0.780 ++ mktemp -d [2022-03-05T21:25:40.912Z] #67 0.782 + export GOPATH=/tmp/tmp.QRHGNkZH2J [2022-03-05T21:25:40.912Z] #67 0.782 + GOPATH=/tmp/tmp.QRHGNkZH2J [2022-03-05T21:25:40.912Z] #67 0.782 + RM_GOPATH=1 [2022-03-05T21:25:40.912Z] #67 0.782 + case "$(go env GOARCH)" in [2022-03-05T21:25:40.912Z] #67 0.782 ++ go env GOARCH [2022-03-05T21:25:40.912Z] #67 0.786 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:40.912Z] #67 0.787 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:40.912Z] #67 0.787 ++ dirname /install.sh [2022-03-05T21:25:40.912Z] #67 0.788 + dir=/ [2022-03-05T21:25:40.912Z] #67 0.788 + bin=containerd [2022-03-05T21:25:40.912Z] #67 0.788 + shift [2022-03-05T21:25:40.912Z] #67 0.789 + '[' '!' -f //containerd.installer ']' [2022-03-05T21:25:40.912Z] #67 0.789 + . //containerd.installer [2022-03-05T21:25:40.912Z] #67 0.789 ++ set -e [2022-03-05T21:25:40.912Z] #67 0.789 ++ : v1.5.10 [2022-03-05T21:25:40.912Z] #67 0.790 + install_containerd [2022-03-05T21:25:40.912Z] #67 0.790 + echo 'Install containerd version v1.5.10' [2022-03-05T21:25:40.912Z] #67 0.790 Install containerd version v1.5.10 [2022-03-05T21:25:40.912Z] #67 0.790 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QRHGNkZH2J/src/github.com/containerd/containerd [2022-03-05T21:25:40.912Z] #67 0.792 Cloning into '/tmp/tmp.QRHGNkZH2J/src/github.com/containerd/containerd'... [2022-03-05T21:25:42.063Z] #23 8.411 Collecting yamllint==1.26.1 [2022-03-05T21:25:42.063Z] #23 9.473 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T21:25:42.324Z] #23 10.42 Collecting pathspec>=0.5.3 [2022-03-05T21:25:42.515Z] #21 19.10 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T21:25:42.584Z] #23 10.42 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T21:25:42.584Z] #23 10.71 Collecting pyyaml [2022-03-05T21:25:42.774Z] #21 19.51 Selecting previously unselected package bzip2. [2022-03-05T21:25:42.774Z] #21 19.53 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-05T21:25:42.774Z] #21 19.53 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T21:25:42.774Z] #21 19.65 Selecting previously unselected package xz-utils. [2022-03-05T21:25:42.846Z] #23 10.72 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-03-05T21:25:42.846Z] #23 10.77 Building wheels for collected packages: yamllint [2022-03-05T21:25:42.846Z] #23 10.78 Building wheel for yamllint (setup.py): started [2022-03-05T21:25:43.033Z] #21 19.65 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-05T21:25:43.034Z] #21 19.67 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T21:25:43.034Z] #21 19.84 Selecting previously unselected package apparmor. [2022-03-05T21:25:43.034Z] #21 19.85 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-05T21:25:43.034Z] #21 19.90 Unpacking apparmor (2.13.6-10) ... [2022-03-05T21:25:43.603Z] #21 20.23 Selecting previously unselected package inetutils-ping. [2022-03-05T21:25:43.603Z] #21 20.24 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-05T21:25:43.603Z] #21 20.24 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T21:25:43.603Z] #21 20.35 Selecting previously unselected package libip4tc2:amd64. [2022-03-05T21:25:43.603Z] #21 20.36 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-05T21:25:43.603Z] #21 20.38 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T21:25:43.603Z] #21 20.44 Selecting previously unselected package libip6tc2:amd64. [2022-03-05T21:25:43.603Z] #21 20.45 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-05T21:25:43.603Z] #21 20.46 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T21:25:43.862Z] #21 20.52 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-05T21:25:43.862Z] #21 20.53 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-05T21:25:43.862Z] #21 20.53 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T21:25:43.862Z] #21 20.58 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-05T21:25:43.862Z] #21 20.58 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-05T21:25:43.862Z] #21 20.60 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T21:25:43.862Z] #21 20.66 Selecting previously unselected package libnftnl11:amd64. [2022-03-05T21:25:43.862Z] #21 20.66 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-05T21:25:43.862Z] #21 20.67 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T21:25:43.903Z] #23 11.81 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T21:25:43.903Z] #23 11.82 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=aa742fb68ddf6ec083c048f42b15ac7ebe437520b13b405a8b057115beaab699 [2022-03-05T21:25:43.903Z] #23 11.82 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T21:25:43.903Z] #23 11.82 Successfully built yamllint [2022-03-05T21:25:43.903Z] #23 11.86 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T21:25:44.136Z] #21 20.75 Selecting previously unselected package iptables. [2022-03-05T21:25:44.137Z] #21 20.75 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-05T21:25:44.137Z] #21 20.77 Unpacking iptables (1.8.7-1) ... [2022-03-05T21:25:44.137Z] #21 21.02 Selecting previously unselected package libonig5:amd64. [2022-03-05T21:25:44.165Z] #23 12.27 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T21:25:44.201Z] #67 ... [2022-03-05T21:25:44.201Z] [2022-03-05T21:25:44.201Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T21:25:44.201Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T21:25:44.201Z] #45 27.42 Reading package lists... [2022-03-05T21:25:44.201Z] #45 35.55 Building dependency tree... [2022-03-05T21:25:44.201Z] #45 37.17 Reading state information... [2022-03-05T21:25:44.201Z] #45 38.30 The following additional packages will be installed: [2022-03-05T21:25:44.201Z] #45 38.31 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-05T21:25:44.201Z] #45 38.32 Suggested packages: [2022-03-05T21:25:44.201Z] #45 38.33 cmake-doc ninja-build lrzip [2022-03-05T21:25:44.201Z] #45 38.33 Recommended packages: [2022-03-05T21:25:44.201Z] #45 38.33 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T21:25:44.201Z] #45 38.86 The following NEW packages will be installed: [2022-03-05T21:25:44.201Z] #45 38.87 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-05T21:25:44.201Z] #45 39.20 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:25:44.201Z] #45 39.20 Need to get 8418 kB of archives. [2022-03-05T21:25:44.201Z] #45 39.20 After this operation, 34.9 MB of additional disk space will be used. [2022-03-05T21:25:44.201Z] #45 39.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T21:25:44.201Z] #45 39.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T21:25:44.201Z] #45 39.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T21:25:44.201Z] #45 39.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-05T21:25:44.201Z] #45 39.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-05T21:25:44.201Z] #45 39.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-05T21:25:44.201Z] #45 39.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-05T21:25:44.201Z] #45 39.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-05T21:25:44.201Z] #45 40.00 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:25:44.201Z] #45 40.22 Fetched 8418 kB in 1s (16.5 MB/s) [2022-03-05T21:25:44.201Z] #45 40.25 Selecting previously unselected package xxd. [2022-03-05T21:25:44.201Z] #45 40.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-05T21:25:44.201Z] #45 40.27 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T21:25:44.201Z] #45 40.27 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 40.35 Selecting previously unselected package vim-common. [2022-03-05T21:25:44.201Z] #45 40.36 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:25:44.201Z] #45 40.37 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 40.45 Selecting previously unselected package cmake-data. [2022-03-05T21:25:44.201Z] #45 40.45 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T21:25:44.201Z] #45 40.45 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 41.12 Selecting previously unselected package libarchive13:amd64. [2022-03-05T21:25:44.201Z] #45 41.13 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-05T21:25:44.201Z] #45 41.14 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T21:25:44.201Z] #45 41.26 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-05T21:25:44.201Z] #45 41.27 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-05T21:25:44.201Z] #45 41.27 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T21:25:44.201Z] #45 41.33 Selecting previously unselected package librhash0:amd64. [2022-03-05T21:25:44.201Z] #45 41.33 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-05T21:25:44.201Z] #45 41.34 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-05T21:25:44.201Z] #45 41.42 Selecting previously unselected package libuv1:amd64. [2022-03-05T21:25:44.201Z] #45 41.42 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-05T21:25:44.201Z] #45 41.43 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-05T21:25:44.201Z] #45 41.49 Selecting previously unselected package cmake. [2022-03-05T21:25:44.201Z] #45 41.50 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-05T21:25:44.201Z] #45 41.50 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 42.86 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T21:25:44.201Z] #45 42.87 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 42.89 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-05T21:25:44.201Z] #45 42.90 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 42.93 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T21:25:44.201Z] #45 42.95 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-05T21:25:44.201Z] #45 42.96 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 42.98 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T21:25:44.201Z] #45 42.99 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:25:44.201Z] #45 DONE 43.3s [2022-03-05T21:25:44.201Z] [2022-03-05T21:25:44.201Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T21:25:44.201Z] #46 sha256:908d25c1e61a2676a4b22dc471ec0cecbd384862d521073bcf29ea5b829a50aa [2022-03-05T21:25:44.201Z] #46 DONE 0.1s [2022-03-05T21:25:44.201Z] [2022-03-05T21:25:44.201Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:44.201Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:25:44.201Z] #20 27.24 Reading package lists... [2022-03-05T21:25:44.201Z] #20 35.36 Building dependency tree... [2022-03-05T21:25:44.201Z] #20 36.85 Reading state information... [2022-03-05T21:25:44.201Z] #20 38.02 The following additional packages will be installed: [2022-03-05T21:25:44.201Z] #20 38.02 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T21:25:44.201Z] #20 38.02 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T21:25:44.201Z] #20 38.02 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T21:25:44.201Z] #20 38.02 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T21:25:44.201Z] #20 38.03 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T21:25:44.201Z] #20 38.03 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T21:25:44.201Z] #20 38.04 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T21:25:44.201Z] #20 38.07 Suggested packages: [2022-03-05T21:25:44.201Z] #20 38.07 gcc-10-locales seccomp wine64 [2022-03-05T21:25:44.201Z] #20 38.62 The following NEW packages will be installed: [2022-03-05T21:25:44.201Z] #20 38.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T21:25:44.201Z] #20 38.62 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T21:25:44.201Z] #20 38.62 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T21:25:44.201Z] #20 38.62 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T21:25:44.201Z] #20 38.62 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T21:25:44.201Z] #20 38.63 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T21:25:44.201Z] #20 38.63 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T21:25:44.201Z] #20 38.63 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T21:25:44.201Z] #20 38.63 mingw-w64-x86-64-dev [2022-03-05T21:25:44.201Z] #20 38.96 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:25:44.201Z] #20 38.96 Need to get 115 MB of archives. [2022-03-05T21:25:44.201Z] #20 38.96 After this operation, 645 MB of additional disk space will be used. [2022-03-05T21:25:44.201Z] #20 38.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-05T21:25:44.201Z] #20 38.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-05T21:25:44.201Z] #20 39.03 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T21:25:44.201Z] #20 39.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-05T21:25:44.201Z] #20 39.03 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-05T21:25:44.201Z] #20 39.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T21:25:44.201Z] #20 39.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T21:25:44.201Z] #20 39.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-05T21:25:44.201Z] #20 39.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T21:25:44.201Z] #20 39.25 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T21:25:44.201Z] #20 39.69 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T21:25:44.201Z] #20 39.89 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T21:25:44.201Z] #20 40.07 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T21:25:44.201Z] #20 40.41 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T21:25:44.201Z] #20 40.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T21:25:44.201Z] #20 40.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-05T21:25:44.201Z] #20 40.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-05T21:25:44.201Z] #20 40.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T21:25:44.201Z] #20 40.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T21:25:44.201Z] #20 40.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-05T21:25:44.201Z] #20 40.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-05T21:25:44.201Z] #20 40.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-05T21:25:44.201Z] #20 40.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-05T21:25:44.201Z] #20 40.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-05T21:25:44.201Z] #20 40.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-05T21:25:44.201Z] #20 40.56 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-05T21:25:44.201Z] #20 40.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-05T21:25:44.201Z] #20 40.56 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T21:25:44.201Z] #20 40.57 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-05T21:25:44.201Z] #20 40.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-05T21:25:44.201Z] #20 40.93 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:25:44.201Z] #20 41.18 Fetched 115 MB in 2s (61.0 MB/s) [2022-03-05T21:25:44.201Z] #20 41.21 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T21:25:44.201Z] #20 41.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-05T21:25:44.201Z] #20 41.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T21:25:44.201Z] #20 41.24 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T21:25:44.201Z] #20 41.85 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T21:25:44.201Z] #20 41.85 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T21:25:44.202Z] #20 41.85 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T21:25:44.202Z] #20 42.73 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T21:25:44.202Z] #20 42.74 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T21:25:44.202Z] #20 42.74 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T21:25:44.202Z] #20 42.80 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-05T21:25:44.202Z] #20 42.81 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:25:44.202Z] #20 42.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:25:44.202Z] #20 42.89 Selecting previously unselected package dmsetup. [2022-03-05T21:25:44.202Z] #20 42.89 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:25:44.202Z] #20 42.89 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T21:25:44.202Z] #20 42.96 Selecting previously unselected package mingw-w64-common. [2022-03-05T21:25:44.202Z] #20 42.96 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T21:25:44.202Z] #20 42.97 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T21:25:44.397Z] #21 21.02 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T21:25:44.397Z] #21 21.03 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T21:25:44.397Z] #21 21.18 Selecting previously unselected package libjq1:amd64. [2022-03-05T21:25:44.397Z] #21 21.19 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T21:25:44.397Z] #21 21.19 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T21:25:44.397Z] #21 21.30 Selecting previously unselected package jq. [2022-03-05T21:25:44.657Z] #21 21.30 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-05T21:25:44.657Z] #21 21.31 Unpacking jq (1.6-2.1) ... [2022-03-05T21:25:44.657Z] #21 21.41 Selecting previously unselected package libaio1:amd64. [2022-03-05T21:25:44.657Z] #21 21.41 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-05T21:25:44.657Z] #21 21.42 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-05T21:25:44.657Z] #21 21.47 Selecting previously unselected package libgpm2:amd64. [2022-03-05T21:25:44.657Z] #21 21.47 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-05T21:25:44.657Z] #21 21.48 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-05T21:25:44.657Z] #21 21.54 Selecting previously unselected package libicu67:amd64. [2022-03-05T21:25:44.915Z] #21 21.55 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-05T21:25:44.915Z] #21 21.55 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T21:25:45.115Z] #23 DONE 12.9s [2022-03-05T21:25:45.115Z] [2022-03-05T21:25:45.115Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:25:45.115Z] #26 sha256:9ad22e4fe6ea05d3fbd33b67a5e38957e6b9d5634bf3230c69b5d27e852bdb91 [2022-03-05T21:25:45.144Z] #20 ... [2022-03-05T21:25:45.144Z] [2022-03-05T21:25:45.144Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T21:25:45.144Z] #47 sha256:4d404f53fa20887270708a8eb2d81c2825342ad8ace56572e2747a95f449805f [2022-03-05T21:25:45.144Z] #47 0.787 + RM_GOPATH=0 [2022-03-05T21:25:45.144Z] #47 0.787 + TMP_GOPATH= [2022-03-05T21:25:45.144Z] #47 0.787 + : /build [2022-03-05T21:25:45.144Z] #47 0.787 + '[' -z '' ']' [2022-03-05T21:25:45.144Z] #47 0.787 ++ mktemp -d [2022-03-05T21:25:45.144Z] #47 0.791 + export GOPATH=/tmp/tmp.yYCWerMqwu [2022-03-05T21:25:45.144Z] #47 0.791 + GOPATH=/tmp/tmp.yYCWerMqwu [2022-03-05T21:25:45.144Z] #47 0.791 + RM_GOPATH=1 [2022-03-05T21:25:45.144Z] #47 0.791 + case "$(go env GOARCH)" in [2022-03-05T21:25:45.144Z] #47 0.791 ++ go env GOARCH [2022-03-05T21:25:45.144Z] #47 0.800 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:45.144Z] #47 0.800 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:25:45.144Z] #47 0.801 ++ dirname /install.sh [2022-03-05T21:25:45.144Z] #47 0.806 + dir=/ [2022-03-05T21:25:45.144Z] #47 0.807 + bin=tini [2022-03-05T21:25:45.144Z] #47 0.807 + shift [2022-03-05T21:25:45.144Z] #47 0.807 + '[' '!' -f //tini.installer ']' [2022-03-05T21:25:45.144Z] #47 0.807 + . //tini.installer [2022-03-05T21:25:45.144Z] #47 0.807 ++ : v0.19.0 [2022-03-05T21:25:45.144Z] #47 0.808 + install_tini [2022-03-05T21:25:45.144Z] #47 0.808 + echo 'Install tini version v0.19.0' [2022-03-05T21:25:45.144Z] #47 0.808 Install tini version v0.19.0 [2022-03-05T21:25:45.144Z] #47 0.808 + git clone https://github.com/krallin/tini.git /tmp/tmp.yYCWerMqwu/tini [2022-03-05T21:25:45.144Z] #47 0.810 Cloning into '/tmp/tmp.yYCWerMqwu/tini'... [2022-03-05T21:25:45.324Z] [2022-03-05T21:25:45.324Z] Name Version Source Summary [2022-03-05T21:25:45.324Z] ---- ------- ------ ------- [2022-03-05T21:25:45.324Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-05T21:25:45.404Z] #47 1.221 + cd /tmp/tmp.yYCWerMqwu/tini [2022-03-05T21:25:45.404Z] #47 1.222 + git checkout -q v0.19.0 [2022-03-05T21:25:45.404Z] #47 1.231 + cmake . [2022-03-05T21:25:45.404Z] #47 1.466 -- The C compiler identification is GNU 10.2.1 [2022-03-05T21:25:45.664Z] #47 1.485 -- Detecting C compiler ABI info [2022-03-05T21:25:45.664Z] #47 1.712 -- Detecting C compiler ABI info - done [2022-03-05T21:25:45.664Z] #47 1.755 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T21:25:45.923Z] #47 1.762 -- Detecting C compile features [2022-03-05T21:25:45.923Z] #47 1.763 -- Detecting C compile features - done [2022-03-05T21:25:45.923Z] #47 1.776 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T21:25:45.923Z] #47 1.871 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T21:25:45.923Z] #47 1.905 -- Configuring done [2022-03-05T21:25:45.923Z] #47 1.915 -- Generating done [2022-03-05T21:25:45.923Z] #47 1.916 -- Build files have been written to: /tmp/tmp.yYCWerMqwu/tini [2022-03-05T21:25:45.923Z] #47 1.921 + make tini-static [2022-03-05T21:25:45.923Z] #47 2.003 Scanning dependencies of target tini-static [2022-03-05T21:25:46.183Z] #47 2.021 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T21:25:46.443Z] #47 2.423 [100%] Linking C executable tini-static [2022-03-05T21:25:46.704Z] #47 2.635 [100%] Built target tini-static [2022-03-05T21:25:46.704Z] #47 2.657 + mkdir -p /build [2022-03-05T21:25:46.704Z] #47 2.661 + cp tini-static /build/docker-init [2022-03-05T21:25:46.969Z] #47 DONE 2.9s [2022-03-05T21:25:46.969Z] [2022-03-05T21:25:46.969Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:46.969Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:25:46.969Z] #20 44.61 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T21:25:46.969Z] #20 44.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T21:25:46.969Z] #20 44.62 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T21:25:47.231Z] #20 46.49 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T21:25:47.231Z] #20 46.50 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:47.231Z] #20 46.51 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T21:25:47.231Z] #20 46.58 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T21:25:47.231Z] #20 46.60 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:47.231Z] #20 46.60 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T21:25:47.494Z] [2022-03-05T21:25:47.494Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-05T21:25:47.494Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-05T21:25:47.494Z] PSChildName : containerd [2022-03-05T21:25:47.494Z] PSDrive : C [2022-03-05T21:25:47.494Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-05T21:25:47.494Z] PSIsContainer : True [2022-03-05T21:25:47.494Z] Name : containerd [2022-03-05T21:25:47.494Z] FullName : C:\containerd [2022-03-05T21:25:47.494Z] Parent : [2022-03-05T21:25:47.494Z] Exists : True [2022-03-05T21:25:47.494Z] Root : C:\ [2022-03-05T21:25:47.494Z] Extension : [2022-03-05T21:25:47.494Z] CreationTime : 3/5/2022 9:25:46 PM [2022-03-05T21:25:47.494Z] CreationTimeUtc : 3/5/2022 9:25:46 PM [2022-03-05T21:25:47.494Z] LastAccessTime : 3/5/2022 9:25:46 PM [2022-03-05T21:25:47.494Z] LastAccessTimeUtc : 3/5/2022 9:25:46 PM [2022-03-05T21:25:47.494Z] LastWriteTime : 3/5/2022 9:25:46 PM [2022-03-05T21:25:47.494Z] LastWriteTimeUtc : 3/5/2022 9:25:46 PM [2022-03-05T21:25:47.494Z] Attributes : Directory [2022-03-05T21:25:47.494Z] Mode : d----- [2022-03-05T21:25:47.494Z] BaseName : containerd [2022-03-05T21:25:47.494Z] Target : {} [2022-03-05T21:25:47.494Z] LinkType : [2022-03-05T21:25:47.494Z] [2022-03-05T21:25:48.169Z] #20 ... [2022-03-05T21:25:48.169Z] [2022-03-05T21:25:48.169Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T21:25:48.169Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T21:25:48.169Z] #49 CACHED [2022-03-05T21:25:48.209Z] #21 24.73 Selecting previously unselected package libinih1:amd64. [2022-03-05T21:25:48.209Z] #21 24.73 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-05T21:25:48.209Z] #21 24.73 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-05T21:25:48.209Z] #21 24.80 Selecting previously unselected package libnet1:amd64. [2022-03-05T21:25:48.209Z] #21 24.80 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T21:25:48.209Z] #21 24.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:25:48.209Z] #21 24.88 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T21:25:48.209Z] #21 24.89 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T21:25:48.209Z] #21 24.90 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T21:25:48.209Z] #21 24.98 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T21:25:48.209Z] #21 24.98 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T21:25:48.209Z] #21 24.98 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T21:25:48.209Z] #21 25.03 Selecting previously unselected package net-tools. [2022-03-05T21:25:48.209Z] #21 25.03 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-05T21:25:48.209Z] #21 25.05 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:25:48.430Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:25:48.430Z] #50 CACHED [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T21:25:48.430Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T21:25:48.430Z] #53 CACHED [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T21:25:48.430Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T21:25:48.430Z] #54 CACHED [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T21:25:48.430Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T21:25:48.430Z] #56 CACHED [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:25:48.430Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:25:48.430Z] #58 CACHED [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T21:25:48.430Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T21:25:48.430Z] #60 CACHED [2022-03-05T21:25:48.430Z] [2022-03-05T21:25:48.430Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:25:48.430Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:25:48.458Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-05T21:25:48.458Z] INFO: Configuring git core.autocrlf... [2022-03-05T21:25:48.468Z] #21 25.20 Selecting previously unselected package patch. [2022-03-05T21:25:48.468Z] #21 25.20 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-05T21:25:48.468Z] #21 25.21 Unpacking patch (2.7.6-7) ... [2022-03-05T21:25:48.468Z] #21 25.30 Selecting previously unselected package python-pip-whl. [2022-03-05T21:25:48.468Z] #21 25.31 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T21:25:48.728Z] #21 25.32 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T21:25:48.915Z] [2022-03-05T21:25:48.915Z] [2022-03-05T21:25:49.297Z] #21 25.79 Selecting previously unselected package python3-lib2to3. [2022-03-05T21:25:49.297Z] #21 25.79 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T21:25:49.297Z] #21 25.80 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T21:25:49.297Z] #21 25.90 Selecting previously unselected package python3-distutils. [2022-03-05T21:25:49.297Z] #21 25.91 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T21:25:49.297Z] #21 25.92 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T21:25:49.297Z] #21 26.03 Selecting previously unselected package python3-pkg-resources. [2022-03-05T21:25:49.297Z] #21 26.03 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T21:25:49.297Z] #21 26.04 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:25:49.297Z] #21 26.17 Selecting previously unselected package python3-setuptools. [2022-03-05T21:25:49.555Z] #21 26.17 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T21:25:49.555Z] #21 26.19 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T21:25:49.809Z] #20 48.97 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T21:25:49.809Z] #20 48.97 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:49.809Z] #20 48.97 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:25:49.814Z] #21 26.44 Selecting previously unselected package python3-wheel. [2022-03-05T21:25:49.814Z] #21 26.45 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T21:25:49.814Z] #21 26.45 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T21:25:49.814Z] #21 26.53 Selecting previously unselected package python3-pip. [2022-03-05T21:25:49.814Z] #21 26.53 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-05T21:25:49.814Z] #21 26.54 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T21:25:50.073Z] #21 26.81 Selecting previously unselected package sudo. [2022-03-05T21:25:50.073Z] #21 26.83 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-05T21:25:50.073Z] #21 26.83 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T21:25:50.641Z] #21 27.27 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T21:25:50.641Z] #21 27.28 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-05T21:25:50.641Z] #21 27.28 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T21:25:50.900Z] #21 27.46 Selecting previously unselected package uidmap. [2022-03-05T21:25:50.900Z] #21 27.48 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-05T21:25:50.900Z] #21 27.48 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T21:25:50.900Z] #21 27.63 Selecting previously unselected package vim-runtime. [2022-03-05T21:25:50.900Z] #21 27.64 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:25:50.900Z] #21 27.66 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T21:25:51.159Z] #21 27.68 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T21:25:51.159Z] #21 27.69 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:53.996Z] #20 52.58 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T21:25:53.996Z] #20 52.58 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:53.996Z] #20 52.59 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:25:54.452Z] #21 30.53 Selecting previously unselected package vim. [2022-03-05T21:25:54.452Z] #21 30.54 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T21:25:54.452Z] #21 30.56 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:54.452Z] #21 30.99 Selecting previously unselected package xfsprogs. [2022-03-05T21:25:54.452Z] #21 30.99 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-05T21:25:54.452Z] #21 30.99 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T21:25:54.713Z] #21 31.37 Selecting previously unselected package zip. [2022-03-05T21:25:54.713Z] #21 31.37 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-05T21:25:54.713Z] #21 31.38 Unpacking zip (3.0-12) ... [2022-03-05T21:25:54.713Z] #21 31.52 Selecting previously unselected package zstd. [2022-03-05T21:25:54.933Z] #20 54.19 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T21:25:54.933Z] #20 54.19 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:54.933Z] #20 54.19 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T21:25:54.973Z] #21 31.53 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-05T21:25:54.973Z] #21 31.53 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T21:25:54.973Z] #21 31.80 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:25:55.914Z] #21 32.58 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T21:25:55.914Z] #21 32.61 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T21:25:55.914Z] #21 32.64 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-05T21:25:55.914Z] #21 32.65 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T21:25:55.914Z] #21 32.67 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T21:25:55.914Z] #21 32.69 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-05T21:25:55.914Z] #21 32.70 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T21:25:55.914Z] #21 32.71 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:25:55.914Z] #21 32.72 Setting up bzip2 (1.0.8-4) ... [2022-03-05T21:25:55.914Z] #21 32.73 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T21:25:56.175Z] #21 32.76 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T21:25:56.695Z] #21 33.33 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:56.695Z] #21 33.35 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-05T21:25:56.695Z] #21 33.36 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T21:25:56.695Z] #21 33.37 Setting up apparmor (2.13.6-10) ... [2022-03-05T21:25:56.852Z] #20 55.99 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T21:25:56.852Z] #20 55.99 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:25:56.852Z] #20 56.00 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:25:57.350Z] #26 ... [2022-03-05T21:25:57.350Z] [2022-03-05T21:25:57.350Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:25:57.350Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T21:25:57.350Z] #43 149.9 + dpkg --print-architecture [2022-03-05T21:25:57.350Z] #43 DONE 150.2s [2022-03-05T21:25:57.350Z] [2022-03-05T21:25:57.350Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T21:25:57.350Z] #26 sha256:9ad22e4fe6ea05d3fbd33b67a5e38957e6b9d5634bf3230c69b5d27e852bdb91 [2022-03-05T21:25:58.079Z] #21 34.78 Setting up zip (3.0-12) ... [2022-03-05T21:25:58.079Z] #21 34.79 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:25:58.079Z] #21 34.82 Setting up bash-completion (1:2.11-2) ... [2022-03-05T21:25:59.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T21:25:59.987Z] #21 36.55 Setting up xz-utils (5.2.5-2) ... [2022-03-05T21:25:59.987Z] #21 36.57 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T21:25:59.987Z] #21 36.58 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-05T21:25:59.987Z] #21 36.61 Setting up patch (2.7.6-7) ... [2022-03-05T21:25:59.987Z] #21 36.62 Setting up sudo (1.9.5p2-3) ... [2022-03-05T21:25:59.987Z] #21 36.71 invoke-rc.d: could not determine current runlevel [2022-03-05T21:25:59.987Z] #21 36.72 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T21:25:59.987Z] #21 36.73 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T21:25:59.987Z] #21 36.74 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-05T21:25:59.987Z] #21 36.75 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T21:25:59.987Z] #21 36.76 Setting up pigz (2.6-1) ... [2022-03-05T21:25:59.987Z] #21 36.77 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T21:25:59.987Z] #21 36.78 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T21:26:00.246Z] #21 36.80 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T21:26:00.246Z] #21 36.83 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:26:00.814Z] #21 37.58 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-05T21:26:00.814Z] #21 37.60 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T21:26:01.049Z] #20 59.70 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T21:26:01.049Z] #20 59.70 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T21:26:01.049Z] #20 59.70 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:26:01.333Z] #21 37.96 Setting up libelf1:amd64 (0.183-1) ... [2022-03-05T21:26:01.333Z] #21 37.99 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T21:26:01.333Z] #21 38.00 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T21:26:01.333Z] #21 38.02 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T21:26:01.904Z] #21 38.48 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:26:01.904Z] #21 38.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T21:26:01.904Z] #21 38.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T21:26:01.904Z] #21 38.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T21:26:01.904Z] #21 38.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T21:26:01.904Z] #21 38.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T21:26:01.904Z] #21 38.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T21:26:01.904Z] #21 38.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T21:26:01.904Z] #21 38.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T21:26:01.904Z] #21 38.56 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T21:26:01.986Z] #20 61.35 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T21:26:02.244Z] #20 61.36 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T21:26:02.244Z] #20 61.37 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T21:26:02.244Z] #20 61.44 Selecting previously unselected package libapparmor1:amd64. [2022-03-05T21:26:02.244Z] #20 61.44 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-05T21:26:02.244Z] #20 61.45 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T21:26:02.244Z] #20 61.50 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-05T21:26:02.244Z] #20 61.51 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-05T21:26:02.244Z] #20 61.52 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T21:26:02.244Z] #20 61.59 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T21:26:02.244Z] #20 61.59 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T21:26:02.244Z] #20 61.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:26:02.502Z] #20 61.66 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T21:26:02.502Z] #20 61.67 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T21:26:02.502Z] #20 61.67 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:26:02.502Z] #20 61.76 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-05T21:26:02.502Z] #20 61.77 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:26:02.502Z] #20 61.77 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:26:02.502Z] #20 61.81 Selecting previously unselected package libudev-dev:amd64. [2022-03-05T21:26:02.502Z] #20 61.82 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-05T21:26:02.502Z] #20 61.82 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-05T21:26:02.502Z] #20 61.89 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-05T21:26:02.761Z] #20 61.90 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-05T21:26:02.761Z] #20 61.90 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T21:26:02.761Z] #20 62.03 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-05T21:26:02.761Z] #20 ... [2022-03-05T21:26:02.761Z] [2022-03-05T21:26:02.761Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:02.761Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:26:02.761Z] #67 12.69 + cd /tmp/tmp.QRHGNkZH2J/src/github.com/containerd/containerd [2022-03-05T21:26:02.761Z] #67 12.69 + git checkout -q v1.5.10 [2022-03-05T21:26:02.761Z] #67 13.52 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T21:26:02.761Z] #67 13.52 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T21:26:02.761Z] #67 13.52 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T21:26:02.761Z] #67 13.53 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T21:26:02.761Z] #67 13.53 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T21:26:02.761Z] #67 13.53 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T21:26:02.761Z] #67 13.53 + '[' '' = dynamic ']' [2022-03-05T21:26:02.761Z] #67 13.53 + make [2022-03-05T21:26:02.761Z] #67 14.51 + bin/ctr [2022-03-05T21:26:02.761Z] #67 ... [2022-03-05T21:26:02.761Z] [2022-03-05T21:26:02.761Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T21:26:02.761Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T21:26:02.761Z] #20 62.04 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-05T21:26:02.761Z] #20 62.05 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T21:26:02.761Z] #20 62.14 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-05T21:26:02.761Z] #20 62.15 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-05T21:26:02.761Z] #20 62.15 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T21:26:02.761Z] #20 62.23 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-05T21:26:02.761Z] #20 62.24 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-05T21:26:02.761Z] #20 62.24 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T21:26:03.019Z] #20 62.28 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-05T21:26:03.019Z] #20 62.29 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-05T21:26:03.019Z] #20 62.29 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T21:26:03.278Z] #20 62.50 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-05T21:26:03.278Z] #20 62.51 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-05T21:26:03.278Z] #20 62.51 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T21:26:03.278Z] #20 62.61 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-05T21:26:03.278Z] #20 62.62 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T21:26:03.278Z] #20 62.62 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:26:03.278Z] #20 62.66 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-05T21:26:03.278Z] #20 62.67 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-05T21:26:03.278Z] #20 62.67 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T21:26:03.278Z] #20 62.74 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-05T21:26:03.281Z] #21 39.95 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T21:26:03.281Z] #21 39.96 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T21:26:03.281Z] #21 39.98 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T21:26:03.281Z] #21 39.99 Setting up python3-pip (20.3.4-4) ... [2022-03-05T21:26:03.536Z] #20 62.74 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-05T21:26:03.536Z] #20 62.75 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T21:26:03.536Z] #20 62.96 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T21:26:03.536Z] #20 62.98 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T21:26:03.536Z] #20 62.99 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T21:26:03.536Z] #20 63.00 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T21:26:03.795Z] #20 63.01 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T21:26:03.795Z] #20 63.02 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T21:26:03.795Z] #20 63.03 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T21:26:03.795Z] #20 63.04 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T21:26:03.795Z] #20 63.05 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-05T21:26:03.795Z] #20 63.06 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T21:26:03.795Z] #20 63.07 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T21:26:03.795Z] #20 63.08 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T21:26:03.795Z] #20 63.08 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T21:26:03.795Z] #20 63.10 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T21:26:03.795Z] #20 63.10 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T21:26:03.795Z] #20 63.11 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T21:26:03.795Z] #20 63.12 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T21:26:03.795Z] #20 63.13 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T21:26:03.795Z] #20 63.14 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T21:26:03.795Z] #20 63.15 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T21:26:03.795Z] #20 63.16 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:26:03.795Z] #20 63.18 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T21:26:03.795Z] #20 63.18 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:26:03.795Z] #20 63.19 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T21:26:03.795Z] #20 63.20 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T21:26:04.057Z] #20 63.21 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T21:26:04.057Z] #20 63.22 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T21:26:04.057Z] #20 63.23 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T21:26:04.057Z] #20 63.25 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T21:26:04.057Z] #20 63.26 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:26:04.057Z] #20 63.28 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T21:26:04.057Z] #20 63.29 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:26:04.057Z] #20 63.30 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T21:26:04.057Z] #20 63.31 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:26:04.661Z] #21 41.04 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T21:26:04.661Z] #21 41.05 Setting up jq (1.6-2.1) ... [2022-03-05T21:26:04.661Z] #21 41.06 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-05T21:26:04.661Z] #21 41.08 Setting up iptables (1.8.7-1) ... [2022-03-05T21:26:04.661Z] #21 41.09 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T21:26:04.661Z] #21 41.09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T21:26:04.661Z] #21 41.10 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T21:26:04.661Z] #21 41.10 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T21:26:04.661Z] #21 41.11 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T21:26:04.661Z] #21 41.12 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T21:26:04.661Z] #21 41.13 Setting up iproute2 (5.10.0-4) ... [2022-03-05T21:26:04.977Z] #21 41.45 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:26:05.916Z] #21 DONE 42.4s [2022-03-05T21:26:05.916Z] [2022-03-05T21:26:05.916Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T21:26:05.916Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-05T21:26:05.966Z] #20 DONE 64.9s [2022-03-05T21:26:05.966Z] [2022-03-05T21:26:05.966Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-03-05T21:26:05.966Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-05T21:26:06.485Z] #22 0.876 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T21:26:06.485Z] #22 0.881 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T21:26:06.485Z] #22 0.884 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T21:26:06.485Z] #22 DONE 1.0s [2022-03-05T21:26:06.485Z] [2022-03-05T21:26:06.485Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:26:06.485Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:26:06.745Z] #43 ... [2022-03-05T21:26:06.745Z] [2022-03-05T21:26:06.745Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T21:26:06.745Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-05T21:26:06.905Z] #21 1.054 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T21:26:06.905Z] #21 1.054 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-05T21:26:06.905Z] #21 1.054 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-05T21:26:07.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T21:26:11.784Z] ---> 6f0116782c35 [2022-03-05T21:26:11.784Z] Successfully built 6f0116782c35 [2022-03-05T21:26:11.784Z] Successfully tagged docker:latest [2022-03-05T21:26:11.784Z] INFO: Image build ended at 03/05/2022 21:26:06. Duration:00:00:58.1542298 [2022-03-05T21:26:11.784Z] [2022-03-05T21:26:11.784Z] [2022-03-05T21:26:11.784Z] INFO: Building the test binaries at 03/05/2022 21:26:06... [2022-03-05T21:26:12.444Z] #21 1.578 Reading package lists... [2022-03-05T21:26:15.581Z] INFO: make.ps1 starting at 03/05/2022 21:26:14 [2022-03-05T21:26:15.581Z] INFO: Git commit (0759f013a4) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T21:26:15.581Z] INFO: Invoking autogen... [2022-03-05T21:26:16.569Z] INFO: Building daemon... [2022-03-05T21:26:16.632Z] #21 6.215 Reading package lists... [2022-03-05T21:26:16.729Z] #23 9.296 Collecting yamllint==1.26.1 [2022-03-05T21:26:16.989Z] #23 10.33 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T21:26:17.574Z] #21 10.81 Building dependency tree... [2022-03-05T21:26:17.574Z] #21 11.89 Reading state information... [2022-03-05T21:26:17.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T21:26:17.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T21:26:17.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T21:26:17.928Z] #23 11.38 Collecting pathspec>=0.5.3 [2022-03-05T21:26:18.188Z] #23 11.39 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T21:26:18.447Z] #23 11.79 Collecting pyyaml [2022-03-05T21:26:18.447Z] #23 11.80 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-05T21:26:18.447Z] #23 11.86 Building wheels for collected packages: yamllint [2022-03-05T21:26:18.447Z] #23 11.86 Building wheel for yamllint (setup.py): started [2022-03-05T21:26:18.513Z] #21 12.94 The following additional packages will be installed: [2022-03-05T21:26:18.513Z] #21 12.94 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-05T21:26:18.513Z] #21 12.94 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-05T21:26:18.513Z] #21 12.95 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-05T21:26:18.513Z] #21 12.95 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-05T21:26:18.513Z] #21 12.95 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-05T21:26:18.513Z] #21 12.95 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-05T21:26:18.513Z] #21 12.95 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-05T21:26:18.513Z] #21 12.97 Suggested packages: [2022-03-05T21:26:18.513Z] #21 12.97 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-05T21:26:18.513Z] #21 12.97 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-05T21:26:18.513Z] #21 12.97 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-05T21:26:18.513Z] #21 12.97 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-05T21:26:18.513Z] #21 12.97 seccomp:ppc64el seccomp:s390x [2022-03-05T21:26:18.513Z] #21 12.97 Recommended packages: [2022-03-05T21:26:18.513Z] #21 12.97 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-05T21:26:18.513Z] #21 12.97 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-05T21:26:18.513Z] #21 12.97 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-05T21:26:18.513Z] #21 12.97 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-05T21:26:18.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T21:26:18.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T21:26:19.084Z] #21 13.41 The following NEW packages will be installed: [2022-03-05T21:26:19.084Z] #21 13.41 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-05T21:26:19.084Z] #21 13.41 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-05T21:26:19.084Z] #21 13.41 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-05T21:26:19.084Z] #21 13.41 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-05T21:26:19.084Z] #21 13.41 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-05T21:26:19.084Z] #21 13.41 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-05T21:26:19.084Z] #21 13.41 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-05T21:26:19.084Z] #21 13.42 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-05T21:26:19.084Z] #21 13.42 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-05T21:26:19.084Z] #21 13.42 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-05T21:26:19.084Z] #21 13.42 libseccomp2:ppc64el libseccomp2:s390x [2022-03-05T21:26:19.345Z] #21 13.77 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:26:19.345Z] #21 13.77 Need to get 15.9 MB of archives. [2022-03-05T21:26:19.345Z] #21 13.77 After this operation, 73.0 MB of additional disk space will be used. [2022-03-05T21:26:19.345Z] #21 13.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-05T21:26:19.345Z] #21 13.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-05T21:26:19.345Z] #21 13.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-05T21:26:19.345Z] #21 13.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-05T21:26:19.345Z] #21 13.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-05T21:26:19.345Z] #21 13.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-05T21:26:19.345Z] #21 13.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-05T21:26:19.345Z] #21 13.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-05T21:26:19.345Z] #21 13.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-05T21:26:19.345Z] #21 13.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-05T21:26:19.345Z] #21 13.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-05T21:26:19.345Z] #21 13.83 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-05T21:26:19.345Z] #21 13.83 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-05T21:26:19.345Z] #21 13.86 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-05T21:26:19.345Z] #21 13.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-05T21:26:19.345Z] #21 13.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-05T21:26:19.345Z] #21 13.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-05T21:26:19.345Z] #21 13.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-05T21:26:19.345Z] #21 13.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-05T21:26:19.384Z] #23 12.84 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T21:26:19.605Z] #21 13.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-05T21:26:19.606Z] #21 13.91 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-05T21:26:19.606Z] #21 13.91 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-05T21:26:19.606Z] #21 13.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-05T21:26:19.606Z] #21 13.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-05T21:26:19.606Z] #21 13.94 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-05T21:26:19.606Z] #21 13.94 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-05T21:26:19.606Z] #21 13.94 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-05T21:26:19.606Z] #21 13.95 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-05T21:26:19.606Z] #21 13.97 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-05T21:26:19.606Z] #21 13.97 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-05T21:26:19.606Z] #21 13.97 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-05T21:26:19.606Z] #21 13.97 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-03-05T21:26:19.606Z] #21 13.97 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-05T21:26:19.606Z] #21 13.98 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-03-05T21:26:19.606Z] #21 13.98 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-05T21:26:19.606Z] #21 13.98 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-03-05T21:26:19.606Z] #21 13.98 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-05T21:26:19.606Z] #21 13.99 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-03-05T21:26:19.606Z] #21 14.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-05T21:26:19.606Z] #21 14.01 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-05T21:26:19.644Z] #23 12.85 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5a14261ec6b8c890273b219e36f4cc97b338f328e442da6380736ea42050f353 [2022-03-05T21:26:19.644Z] #23 12.85 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T21:26:19.644Z] #23 12.86 Successfully built yamllint [2022-03-05T21:26:19.644Z] #23 12.87 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T21:26:19.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T21:26:19.865Z] #21 14.45 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:26:19.903Z] #23 13.24 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T21:26:20.125Z] #21 14.61 Fetched 15.9 MB in 1s (30.0 MB/s) [2022-03-05T21:26:20.125Z] #21 14.66 Selecting previously unselected package gcc-10-base:armel. [2022-03-05T21:26:20.125Z] #21 14.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-05T21:26:20.384Z] #21 14.71 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-05T21:26:20.384Z] #21 14.72 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-05T21:26:20.384Z] #21 14.82 Selecting previously unselected package gcc-10-base:armhf. [2022-03-05T21:26:20.384Z] #21 14.82 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-05T21:26:20.384Z] #21 14.82 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-05T21:26:20.384Z] #21 14.89 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-05T21:26:20.384Z] #21 14.90 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-05T21:26:20.384Z] #21 14.91 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-05T21:26:20.474Z] #23 DONE 13.8s [2022-03-05T21:26:20.474Z] [2022-03-05T21:26:20.474Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T21:26:20.474Z] #27 sha256:e3a2f44b8136ec2763c9c3614f1cc237d6507d10d39bc741f848d762c88ee8ca [2022-03-05T21:26:20.474Z] #27 DONE 0.2s [2022-03-05T21:26:20.474Z] [2022-03-05T21:26:20.474Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T21:26:20.474Z] #32 sha256:930274f9aa03c6f929f57286d1bd052208fbd9e207ee03ac4265ebea9931aa3e [2022-03-05T21:26:20.645Z] #21 15.01 Selecting previously unselected package gcc-10-base:s390x. [2022-03-05T21:26:20.645Z] #21 15.01 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-05T21:26:20.645Z] #21 15.03 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-05T21:26:20.645Z] #21 15.12 Selecting previously unselected package gcc-10-base:arm64. [2022-03-05T21:26:20.645Z] #21 15.12 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-05T21:26:20.645Z] #21 15.12 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-05T21:26:20.645Z] #21 15.19 Selecting previously unselected package libgcc-s1:armel. [2022-03-05T21:26:20.645Z] #21 15.19 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-05T21:26:20.645Z] #21 15.20 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-05T21:26:20.645Z] #21 15.26 Selecting previously unselected package libcrypt1:armel. [2022-03-05T21:26:20.905Z] #21 15.26 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-05T21:26:20.905Z] #21 15.27 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-05T21:26:20.905Z] #21 15.34 Selecting previously unselected package libc6:armel. [2022-03-05T21:26:20.905Z] #21 15.35 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-05T21:26:21.046Z] #32 DONE 0.4s [2022-03-05T21:26:21.046Z] [2022-03-05T21:26:21.046Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T21:26:21.046Z] #35 sha256:77aee33138e5ac18bd83a4f0984f69c5f59a225af1b9036eb93f4a9d80c880f8 [2022-03-05T21:26:21.046Z] #35 DONE 0.2s [2022-03-05T21:26:21.046Z] [2022-03-05T21:26:21.046Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T21:26:21.047Z] #37 sha256:79df45e2ef3f0e139ae92bbc39330ccf38a6304541d6575f5df35867a9d6cef6 [2022-03-05T21:26:21.047Z] #37 DONE 0.1s [2022-03-05T21:26:21.047Z] [2022-03-05T21:26:21.047Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:26:21.047Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:26:21.165Z] #21 15.53 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-05T21:26:21.307Z] #51 ... [2022-03-05T21:26:21.307Z] [2022-03-05T21:26:21.307Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T21:26:21.307Z] #41 sha256:3ef3c25d1c69cabb0500dcd128aad801518ef1ac86032c2e2c0b5e82eeed80c6 [2022-03-05T21:26:21.307Z] #41 DONE 0.1s [2022-03-05T21:26:21.567Z] [2022-03-05T21:26:21.567Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:26:21.567Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:26:21.683Z] #21 15.95 Selecting previously unselected package libapparmor1:armel. [2022-03-05T21:26:21.683Z] #21 15.96 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-05T21:26:21.683Z] #21 15.97 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-05T21:26:21.683Z] #21 16.01 Selecting previously unselected package libapparmor-dev:armel. [2022-03-05T21:26:21.683Z] #21 16.02 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-05T21:26:21.683Z] #21 16.02 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-05T21:26:21.683Z] #21 16.09 Selecting previously unselected package libgcc-s1:arm64. [2022-03-05T21:26:21.683Z] #21 16.10 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-05T21:26:21.683Z] #21 16.10 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-05T21:26:21.683Z] #21 16.15 Selecting previously unselected package libcrypt1:arm64. [2022-03-05T21:26:21.683Z] #21 16.15 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-05T21:26:21.683Z] #21 16.16 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-05T21:26:21.683Z] #21 16.23 Selecting previously unselected package libc6:arm64. [2022-03-05T21:26:21.943Z] #21 16.24 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-05T21:26:21.943Z] #21 16.42 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-05T21:26:22.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T21:26:22.511Z] #21 16.92 Selecting previously unselected package libapparmor1:arm64. [2022-03-05T21:26:22.511Z] #21 16.92 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-05T21:26:22.511Z] #21 16.93 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T21:26:22.511Z] #21 16.98 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-05T21:26:22.511Z] #21 16.99 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-05T21:26:22.511Z] #21 16.99 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T21:26:22.511Z] #21 17.06 Selecting previously unselected package libgcc-s1:s390x. [2022-03-05T21:26:22.511Z] #21 17.06 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-05T21:26:22.511Z] #21 17.07 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-05T21:26:22.511Z] #21 17.11 Selecting previously unselected package libcrypt1:s390x. [2022-03-05T21:26:22.772Z] #21 17.12 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-05T21:26:22.772Z] #21 17.12 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-05T21:26:22.772Z] #21 17.19 Selecting previously unselected package libc6:s390x. [2022-03-05T21:26:22.772Z] #21 17.20 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-05T21:26:23.032Z] #21 17.38 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-05T21:26:23.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T21:26:23.600Z] #21 17.84 Selecting previously unselected package libapparmor1:s390x. [2022-03-05T21:26:23.600Z] #21 17.85 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-05T21:26:23.600Z] #21 17.86 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-05T21:26:23.600Z] #21 17.91 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-05T21:26:23.600Z] #21 17.92 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-05T21:26:23.600Z] #21 17.93 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-05T21:26:23.600Z] #21 17.99 Selecting previously unselected package libgcc-s1:armhf. [2022-03-05T21:26:23.600Z] #21 18.00 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-05T21:26:23.600Z] #21 18.01 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-05T21:26:23.600Z] #21 18.04 Selecting previously unselected package libcrypt1:armhf. [2022-03-05T21:26:23.600Z] #21 18.05 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-05T21:26:23.600Z] #21 18.06 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-05T21:26:23.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T21:26:23.860Z] #21 18.14 Selecting previously unselected package libc6:armhf. [2022-03-05T21:26:23.860Z] #21 18.14 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-05T21:26:23.860Z] #21 18.34 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-05T21:26:24.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T21:26:24.437Z] #21 18.74 Selecting previously unselected package libapparmor1:armhf. [2022-03-05T21:26:24.437Z] #21 18.75 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-05T21:26:24.437Z] #21 18.76 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-05T21:26:24.437Z] #21 18.82 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-05T21:26:24.437Z] #21 18.82 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-05T21:26:24.437Z] #21 18.83 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-05T21:26:24.437Z] #21 18.89 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-05T21:26:24.437Z] #21 18.90 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-05T21:26:24.437Z] #21 18.91 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-05T21:26:24.437Z] #21 18.95 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-05T21:26:24.437Z] #21 18.95 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-05T21:26:24.437Z] #21 18.96 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-05T21:26:24.437Z] #21 19.04 Selecting previously unselected package libc6:ppc64el. [2022-03-05T21:26:24.697Z] #21 19.05 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-05T21:26:24.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T21:26:24.956Z] #21 19.27 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-05T21:26:25.526Z] #21 19.97 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-05T21:26:25.526Z] #21 19.97 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-05T21:26:25.526Z] #21 19.97 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-05T21:26:25.526Z] #21 20.02 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-05T21:26:25.526Z] #21 20.03 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-05T21:26:25.526Z] #21 20.04 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-05T21:26:25.784Z] #21 20.10 Selecting previously unselected package libseccomp2:s390x. [2022-03-05T21:26:25.784Z] #21 20.11 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-05T21:26:25.784Z] #21 20.11 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-05T21:26:25.784Z] #21 20.16 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-05T21:26:25.784Z] #21 20.17 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-05T21:26:25.784Z] #21 20.17 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-05T21:26:25.784Z] #21 20.23 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-05T21:26:25.784Z] #21 20.23 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-05T21:26:25.784Z] #21 20.24 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T21:26:25.784Z] #21 20.28 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-05T21:26:25.784Z] #21 20.29 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-05T21:26:25.784Z] #21 20.29 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T21:26:25.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T21:26:26.043Z] #21 20.35 Selecting previously unselected package libseccomp2:armhf. [2022-03-05T21:26:26.043Z] #21 20.35 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-05T21:26:26.043Z] #21 20.36 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-05T21:26:26.043Z] #21 20.40 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-05T21:26:26.043Z] #21 20.41 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-05T21:26:26.043Z] #21 20.41 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-05T21:26:26.043Z] #21 20.47 Selecting previously unselected package libseccomp2:armel. [2022-03-05T21:26:26.043Z] #21 20.47 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-05T21:26:26.043Z] #21 20.48 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-05T21:26:26.043Z] #21 20.52 Selecting previously unselected package libseccomp-dev:armel. [2022-03-05T21:26:26.043Z] #21 20.53 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-05T21:26:26.043Z] #21 20.53 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-05T21:26:26.302Z] #21 20.59 Selecting previously unselected package libseccomp2:arm64. [2022-03-05T21:26:26.302Z] #21 20.59 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-05T21:26:26.302Z] #21 20.60 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T21:26:26.302Z] #21 20.64 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-05T21:26:26.302Z] #21 20.65 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-05T21:26:26.302Z] #21 20.65 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T21:26:26.302Z] #21 20.76 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-05T21:26:26.302Z] #21 20.77 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-05T21:26:26.302Z] #21 20.78 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-05T21:26:26.302Z] #21 20.79 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-05T21:26:26.302Z] #21 20.80 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-05T21:26:26.302Z] #21 20.82 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-05T21:26:26.302Z] #21 20.83 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-05T21:26:26.561Z] #21 20.84 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-05T21:26:26.561Z] #21 20.86 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-05T21:26:26.561Z] #21 20.87 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-05T21:26:26.561Z] #21 20.88 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-05T21:26:26.561Z] #21 20.89 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-05T21:26:26.561Z] #21 20.90 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-05T21:26:26.561Z] #21 20.91 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-05T21:26:26.561Z] #21 20.92 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-05T21:26:26.561Z] #21 20.94 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-05T21:26:26.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T21:26:26.845Z] #51 ... [2022-03-05T21:26:26.845Z] [2022-03-05T21:26:26.845Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T21:26:26.845Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T21:26:26.845Z] #43 168.3 + dpkg --print-architecture [2022-03-05T21:26:26.845Z] #43 168.3 + git checkout -q v2.1.0 [2022-03-05T21:26:27.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T21:26:27.412Z] #43 168.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-05T21:26:27.412Z] #43 168.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-05T21:26:27.939Z] #21 22.14 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-05T21:26:28.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T21:26:28.879Z] #21 23.34 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-05T21:26:29.251Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T21:26:29.251Z] Using test binary docker [2022-03-05T21:26:29.251Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T21:26:29.251Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-05T21:26:29.251Z] INFO: Waiting for daemon to start... [2022-03-05T21:26:29.251Z] Starting dockerd [2022-03-05T21:26:30.261Z] #21 24.56 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-05T21:26:31.154Z] . [2022-03-05T21:26:31.154Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T21:26:31.154Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T21:26:31.154Z] Error: No such image: emptyfs [2022-03-05T21:26:31.201Z] #21 25.77 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-05T21:26:31.415Z] Running integration-test (iteration 1) [2022-03-05T21:26:31.415Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T21:26:31.673Z] Loaded image: busybox:latest [2022-03-05T21:26:31.673Z] Loaded image: busybox:glibc [2022-03-05T21:26:32.577Z] #21 26.97 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 26.98 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.00 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.01 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.02 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.03 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.04 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.06 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.07 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.08 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.09 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.10 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.11 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.12 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.13 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-05T21:26:32.577Z] #21 27.14 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.15 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.16 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.17 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.577Z] #21 27.18 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-05T21:26:32.837Z] #21 27.20 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:26:33.048Z] Loaded image: debian:bullseye-slim [2022-03-05T21:26:33.048Z] Loaded image: hello-world:latest [2022-03-05T21:26:33.048Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:26:33.048Z] INFO: Testing against a local daemon [2022-03-05T21:26:33.048Z] === RUN TestCgroupNamespacesBuild [2022-03-05T21:26:33.096Z] #21 DONE 27.6s [2022-03-05T21:26:33.096Z] [2022-03-05T21:26:33.096Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:33.096Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:26:33.355Z] #67 ... [2022-03-05T21:26:33.355Z] [2022-03-05T21:26:33.355Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T21:26:33.355Z] #62 sha256:183557e37b35b1af8ee43183d802e69a32bea6fddf75549dfe781140d1357c53 [2022-03-05T21:26:33.355Z] #62 DONE 0.2s [2022-03-05T21:26:33.355Z] [2022-03-05T21:26:33.355Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:26:33.355Z] #63 sha256:1310641119774dd3d2d8fc560d8ef819bea32889531af5a1108a958d39eeddd6 [2022-03-05T21:26:34.296Z] #63 0.939 + RM_GOPATH=0 [2022-03-05T21:26:34.296Z] #63 0.939 + TMP_GOPATH= [2022-03-05T21:26:34.296Z] #63 0.939 + : /build [2022-03-05T21:26:34.296Z] #63 0.939 + '[' -z '' ']' [2022-03-05T21:26:34.296Z] #63 0.939 ++ mktemp -d [2022-03-05T21:26:34.296Z] #63 0.941 + export GOPATH=/tmp/tmp.PKluRncoD5 [2022-03-05T21:26:34.296Z] #63 0.941 + GOPATH=/tmp/tmp.PKluRncoD5 [2022-03-05T21:26:34.296Z] #63 0.941 + RM_GOPATH=1 [2022-03-05T21:26:34.296Z] #63 0.941 + case "$(go env GOARCH)" in [2022-03-05T21:26:34.296Z] #63 0.941 ++ go env GOARCH [2022-03-05T21:26:34.296Z] #63 0.951 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T21:26:34.296Z] #63 0.951 + GO_BUILDMODE=-buildmode=pie [2022-03-05T21:26:34.296Z] #63 0.963 ++ dirname /install.sh [2022-03-05T21:26:34.296Z] #63 0.963 + dir=/ [2022-03-05T21:26:34.296Z] #63 0.963 + bin=runc [2022-03-05T21:26:34.296Z] #63 0.963 + shift [2022-03-05T21:26:34.296Z] #63 0.963 + '[' '!' -f //runc.installer ']' [2022-03-05T21:26:34.296Z] #63 0.963 + . //runc.installer [2022-03-05T21:26:34.296Z] #63 0.963 ++ set -e [2022-03-05T21:26:34.296Z] #63 0.963 ++ : v1.1.0 [2022-03-05T21:26:34.296Z] #63 0.963 + install_runc [2022-03-05T21:26:34.296Z] #63 0.963 + RUNC_BUILDTAGS=seccomp [2022-03-05T21:26:34.296Z] #63 0.963 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T21:26:34.296Z] #63 0.963 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.PKluRncoD5/src/github.com/opencontainers/runc [2022-03-05T21:26:34.296Z] #63 ... [2022-03-05T21:26:34.296Z] [2022-03-05T21:26:34.296Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T21:26:34.296Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-05T21:26:34.296Z] #22 DONE 1.1s [2022-03-05T21:26:34.296Z] [2022-03-05T21:26:34.296Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:26:34.296Z] #63 sha256:1310641119774dd3d2d8fc560d8ef819bea32889531af5a1108a958d39eeddd6 [2022-03-05T21:26:34.296Z] #63 0.964 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T21:26:34.296Z] #63 0.964 Cloning into '/tmp/tmp.PKluRncoD5/src/github.com/opencontainers/runc'... [2022-03-05T21:26:34.426Z] --- PASS: TestCgroupNamespacesBuild (1.27s) [2022-03-05T21:26:34.426Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T21:26:35.234Z] #63 ... [2022-03-05T21:26:35.234Z] [2022-03-05T21:26:35.234Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T21:26:35.234Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-05T21:26:35.234Z] #23 DONE 0.9s [2022-03-05T21:26:35.234Z] [2022-03-05T21:26:35.234Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T21:26:35.234Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-05T21:26:35.804Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.21s) [2022-03-05T21:26:35.804Z] === RUN TestBuildWithSession [2022-03-05T21:26:35.804Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:26:35.804Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:26:35.804Z] === RUN TestBuildSquashParent [2022-03-05T21:26:36.171Z] #24 0.831 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T21:26:36.171Z] #24 DONE 0.9s [2022-03-05T21:26:36.171Z] [2022-03-05T21:26:36.171Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T21:26:36.171Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-05T21:26:37.111Z] #25 DONE 0.9s [2022-03-05T21:26:37.111Z] [2022-03-05T21:26:37.111Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:37.111Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:26:37.111Z] #67 53.65 + bin/containerd [2022-03-05T21:26:38.047Z] #67 ... [2022-03-05T21:26:38.047Z] [2022-03-05T21:26:38.047Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T21:26:38.047Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-05T21:26:38.047Z] #26 DONE 0.9s [2022-03-05T21:26:38.047Z] [2022-03-05T21:26:38.047Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T21:26:38.047Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-05T21:26:38.988Z] #27 DONE 0.9s [2022-03-05T21:26:38.988Z] [2022-03-05T21:26:38.988Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:26:38.988Z] #63 sha256:1310641119774dd3d2d8fc560d8ef819bea32889531af5a1108a958d39eeddd6 [2022-03-05T21:26:38.988Z] #63 5.373 + cd /tmp/tmp.PKluRncoD5/src/github.com/opencontainers/runc [2022-03-05T21:26:38.988Z] #63 5.373 + git checkout -q v1.1.0 [2022-03-05T21:26:38.988Z] #63 5.673 + '[' -z '' ']' [2022-03-05T21:26:38.988Z] #63 5.673 + target=static [2022-03-05T21:26:38.988Z] #63 5.673 + make BUILDTAGS=seccomp static [2022-03-05T21:26:39.248Z] #63 5.899 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T21:26:41.076Z] --- PASS: TestBuildSquashParent (4.82s) [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:26:41.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:26:41.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:26:41.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:26:41.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:26:41.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:26:41.076Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:26:41.076Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:26:41.076Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:26:41.076Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:26:42.318Z] 8f616e6e9eec: Pull complete [2022-03-05T21:26:42.460Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:26:42.460Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:26:43.847Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:26:43.847Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:26:44.084Z] #26 195.2 + return [2022-03-05T21:26:44.084Z] #26 DONE 195.8s [2022-03-05T21:26:44.084Z] [2022-03-05T21:26:44.085Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:44.085Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:26:44.085Z] #60 ... [2022-03-05T21:26:44.085Z] [2022-03-05T21:26:44.085Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T21:26:44.085Z] #27 sha256:245aed5c1728f6ce500a5b810b27cc926a593e9a76092ee99f72a3d234d83c27 [2022-03-05T21:26:44.085Z] #27 DONE 0.1s [2022-03-05T21:26:44.085Z] [2022-03-05T21:26:44.085Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T21:26:44.085Z] #32 sha256:f46d2b29bae7dfa26dcd23bdd70ea9f370b027a48532def73c17e1571184542d [2022-03-05T21:26:44.085Z] #32 DONE 0.2s [2022-03-05T21:26:44.085Z] [2022-03-05T21:26:44.085Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T21:26:44.085Z] #35 sha256:ed67086944c7d10da98b4af2d14ffc465e91916b1e75bcde19e57d0bd2f0ba6c [2022-03-05T21:26:44.346Z] #35 DONE 0.4s [2022-03-05T21:26:44.346Z] [2022-03-05T21:26:44.346Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T21:26:44.346Z] #37 sha256:31fdc3e33745f07b4b366b5dc98d8eca89170582d377d0ec81470074cc3dd0d7 [2022-03-05T21:26:44.346Z] #37 DONE 0.1s [2022-03-05T21:26:44.346Z] [2022-03-05T21:26:44.346Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T21:26:44.346Z] #41 sha256:e66976b8472c99508a40f1096b54f9a80ea9a6eec6149c9f3e841612f0f0f4b7 [2022-03-05T21:26:44.532Z] #63 10.77 + mkdir -p /build [2022-03-05T21:26:44.532Z] #63 10.78 + cp runc /build/runc [2022-03-05T21:26:44.532Z] #63 DONE 11.0s [2022-03-05T21:26:44.532Z] [2022-03-05T21:26:44.532Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T21:26:44.532Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-05T21:26:44.532Z] #28 1.143 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T21:26:44.532Z] #28 1.167 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T21:26:44.532Z] #28 1.346 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T21:26:44.532Z] #28 1.373 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T21:26:44.532Z] #28 1.534 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T21:26:44.532Z] #28 1.794 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T21:26:44.532Z] #28 1.997 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T21:26:44.532Z] #28 2.196 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T21:26:44.532Z] #28 2.491 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T21:26:44.532Z] #28 2.492 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T21:26:44.532Z] #28 2.493 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T21:26:44.532Z] #28 2.499 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T21:26:44.532Z] #28 2.500 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T21:26:44.532Z] #28 2.859 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T21:26:44.532Z] #28 2.862 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T21:26:44.532Z] #28 2.863 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T21:26:44.532Z] #28 2.867 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T21:26:44.532Z] #28 2.869 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T21:26:44.607Z] #41 DONE 0.3s [2022-03-05T21:26:44.607Z] [2022-03-05T21:26:44.607Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T21:26:44.607Z] #44 sha256:ca4744c037c98e8944daae0d2b34425a33be163c7cc2b57b1bfe5feacf93ed3c [2022-03-05T21:26:44.607Z] #44 DONE 0.2s [2022-03-05T21:26:44.607Z] [2022-03-05T21:26:44.607Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:26:44.607Z] #56 sha256:bcb104817ad321d1733fb755379afbb78aea20f86f73b735c4c6628bcaae83bf [2022-03-05T21:26:44.869Z] #56 ... [2022-03-05T21:26:44.869Z] [2022-03-05T21:26:44.869Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T21:26:44.869Z] #48 sha256:6e20a24946927af622f99240afc75ef777c3b3b478283b4879c713d8ff0b06db [2022-03-05T21:26:44.869Z] #48 DONE 0.1s [2022-03-05T21:26:44.869Z] [2022-03-05T21:26:44.869Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T21:26:44.869Z] #50 sha256:84dd1846e5447cbcc50631987a330e2773ab000330ef645e8bf16126c5407b17 [2022-03-05T21:26:44.869Z] #50 DONE 0.1s [2022-03-05T21:26:44.869Z] [2022-03-05T21:26:44.869Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:44.869Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.74s) [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.79s) [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.42s) [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.52s) [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.66s) [2022-03-05T21:26:45.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.64s) [2022-03-05T21:26:45.225Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:26:45.225Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:26:46.601Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:26:46.859Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:26:47.117Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:26:47.375Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:26:47.375Z] --- PASS: TestBuildMultiStageCopy (2.14s) [2022-03-05T21:26:47.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s) [2022-03-05T21:26:47.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-03-05T21:26:47.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-03-05T21:26:47.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2022-03-05T21:26:47.375Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-03-05T21:26:47.375Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:26:47.417Z] #60 176.8 + bin/containerd [2022-03-05T21:26:48.310Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2022-03-05T21:26:48.310Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:26:49.245Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2022-03-05T21:26:49.245Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:26:49.362Z] #43 DONE 189.3s [2022-03-05T21:26:49.362Z] [2022-03-05T21:26:49.362Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:26:49.362Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:26:49.362Z] #51 ... [2022-03-05T21:26:49.362Z] [2022-03-05T21:26:49.362Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T21:26:49.362Z] #44 sha256:a1d3b2b58b2c6f63e1afa9001088ae300a8ca84a1a1ed6be6ff44158ac2b64cb [2022-03-05T21:26:49.362Z] #44 DONE 0.2s [2022-03-05T21:26:49.362Z] [2022-03-05T21:26:49.362Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T21:26:49.362Z] #48 sha256:7e5da7dbec060ef42c33d93264f525293225cd0512de81ba537b6b2294b1680d [2022-03-05T21:26:49.362Z] #48 DONE 0.0s [2022-03-05T21:26:49.362Z] [2022-03-05T21:26:49.362Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T21:26:49.362Z] #50 sha256:9ae29374bdef73df05d8b9dd1a1dee4fab7f6b6d13b10dadafb136ce0b0acca4 [2022-03-05T21:26:49.362Z] #50 DONE 0.1s [2022-03-05T21:26:49.362Z] [2022-03-05T21:26:49.362Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:26:49.362Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:26:49.504Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2022-03-05T21:26:49.504Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:26:49.814Z] #28 11.06 Fetched 40.5 MB in 10s (3970 kB/s) [2022-03-05T21:26:49.962Z] #60 ... [2022-03-05T21:26:49.962Z] [2022-03-05T21:26:49.962Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:26:49.962Z] #56 sha256:bcb104817ad321d1733fb755379afbb78aea20f86f73b735c4c6628bcaae83bf [2022-03-05T21:26:49.962Z] #56 120.8 + mkdir -p /build [2022-03-05T21:26:49.962Z] #56 120.8 + cp runc /build/runc [2022-03-05T21:26:49.962Z] #56 DONE 121.1s [2022-03-05T21:26:49.962Z] [2022-03-05T21:26:49.962Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:49.962Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:26:51.409Z] --- PASS: TestBuildMultiStageOnBuild (1.65s) [2022-03-05T21:26:51.409Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:26:51.669Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-03-05T21:26:51.669Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:26:53.271Z] #60 ... [2022-03-05T21:26:53.271Z] [2022-03-05T21:26:53.271Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:26:53.271Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T21:26:53.271Z] #51 207.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T21:26:53.531Z] #51 DONE 207.2s [2022-03-05T21:26:53.531Z] [2022-03-05T21:26:53.531Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:53.531Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:26:53.572Z] --- PASS: TestBuildMultiStageLayerLeak (1.60s) [2022-03-05T21:26:53.572Z] === RUN TestBuildWithHugeFile [2022-03-05T21:26:54.105Z] #60 ... [2022-03-05T21:26:54.105Z] [2022-03-05T21:26:54.105Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T21:26:54.105Z] #52 sha256:386fa47d4763b78efd89086348f6148c62c8b91ed505479d19523cf52b92c64f [2022-03-05T21:26:54.367Z] #52 DONE 0.1s [2022-03-05T21:26:54.367Z] [2022-03-05T21:26:54.367Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:54.367Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:26:54.367Z] #60 ... [2022-03-05T21:26:54.367Z] [2022-03-05T21:26:54.367Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T21:26:54.367Z] #54 sha256:885925072d4a05e2024bb4afad2711d7f0910abd92e70bb0d577cf9f32bf0446 [2022-03-05T21:26:54.367Z] #54 DONE 0.1s [2022-03-05T21:26:54.367Z] [2022-03-05T21:26:54.367Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T21:26:54.367Z] #57 sha256:ad3a1fb78a93a184874e1d6c86dd66381d2c11320d845b2089f809cb82bc6bc2 [2022-03-05T21:26:54.628Z] #57 DONE 0.1s [2022-03-05T21:26:54.628Z] [2022-03-05T21:26:54.628Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:26:54.628Z] #60 sha256:3838757b45589a5a9fd17f82085a72d37874819ad86692041831bcdfe276665d [2022-03-05T21:26:55.124Z] #28 11.06 Reading package lists... [2022-03-05T21:26:57.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T21:26:57.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T21:26:59.319Z] #28 15.78 Reading package lists... [2022-03-05T21:27:00.693Z] #28 20.49 Building dependency tree... [2022-03-05T21:27:00.693Z] #28 21.61 Reading state information... [2022-03-05T21:27:00.975Z] Removing intermediate container 61f4659ffdd9 [2022-03-05T21:27:00.975Z] ---> d92eefcfb5f9 [2022-03-05T21:27:00.975Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-05T21:27:00.975Z] ---> Running in 09299ba634bd [2022-03-05T21:27:01.260Z] #28 22.36 bzip2 is already the newest version (1.0.8-4). [2022-03-05T21:27:01.260Z] #28 22.36 patch is already the newest version (2.7.6-7). [2022-03-05T21:27:01.260Z] #28 22.36 xz-utils is already the newest version (5.2.5-2). [2022-03-05T21:27:01.260Z] #28 22.36 The following additional packages will be installed: [2022-03-05T21:27:01.260Z] #28 22.36 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-05T21:27:01.260Z] #28 22.36 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-05T21:27:01.260Z] #28 22.36 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T21:27:01.260Z] #28 22.36 python3-pkg-resources vim-runtime xxd [2022-03-05T21:27:01.260Z] #28 22.37 Suggested packages: [2022-03-05T21:27:01.260Z] #28 22.37 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-05T21:27:01.260Z] #28 22.37 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-05T21:27:01.260Z] #28 22.37 Recommended packages: [2022-03-05T21:27:01.260Z] #28 22.37 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T21:27:02.642Z] #28 23.52 The following NEW packages will be installed: [2022-03-05T21:27:02.642Z] #28 23.53 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-05T21:27:02.642Z] #28 23.53 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-05T21:27:02.642Z] #28 23.53 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-05T21:27:02.642Z] #28 23.53 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-05T21:27:02.642Z] #28 23.53 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-05T21:27:02.642Z] #28 23.53 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-05T21:27:02.642Z] #28 23.53 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-05T21:27:02.642Z] #28 23.89 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T21:27:02.642Z] #28 23.89 Need to get 18.6 MB of archives. [2022-03-05T21:27:02.642Z] #28 23.89 After this operation, 71.4 MB of additional disk space will be used. [2022-03-05T21:27:02.642Z] #28 23.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-05T21:27:02.642Z] #28 23.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-05T21:27:02.642Z] #28 23.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-05T21:27:02.642Z] #28 23.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-05T21:27:02.642Z] #28 23.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-05T21:27:02.642Z] #28 23.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-05T21:27:02.642Z] #28 23.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-05T21:27:02.642Z] #28 23.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-05T21:27:02.642Z] #28 23.92 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T21:27:02.642Z] #28 23.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T21:27:02.642Z] #28 23.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T21:27:02.643Z] #28 23.94 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-05T21:27:02.643Z] #28 23.95 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-05T21:27:02.643Z] #28 23.96 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-05T21:27:02.643Z] #28 23.96 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-05T21:27:02.643Z] #28 23.96 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-05T21:27:02.643Z] #28 23.96 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-05T21:27:02.643Z] #28 23.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-05T21:27:02.643Z] #28 23.97 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-05T21:27:02.643Z] #28 23.97 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T21:27:02.643Z] #28 23.98 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T21:27:02.643Z] #28 23.98 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T21:27:02.643Z] #28 23.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-05T21:27:02.643Z] #28 23.98 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-05T21:27:02.643Z] #28 23.98 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-05T21:27:02.643Z] #28 23.98 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T21:27:02.643Z] #28 23.99 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T21:27:02.643Z] #28 23.99 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T21:27:02.643Z] #28 23.99 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-05T21:27:02.643Z] #28 23.99 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T21:27:02.643Z] #28 24.01 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T21:27:02.902Z] #28 24.02 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T21:27:02.902Z] #28 24.02 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T21:27:02.902Z] #28 24.02 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T21:27:02.902Z] #28 24.03 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T21:27:02.902Z] #28 24.03 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T21:27:02.902Z] #28 24.03 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-05T21:27:02.902Z] #28 24.05 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-05T21:27:02.902Z] #28 24.05 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-05T21:27:02.902Z] #28 24.06 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T21:27:02.902Z] #28 24.13 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-05T21:27:03.162Z] #28 24.15 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-05T21:27:03.162Z] #28 24.16 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-05T21:27:03.162Z] #28 24.16 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-05T21:27:03.421Z] #28 24.64 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T21:27:03.681Z] #28 24.83 Fetched 18.6 MB in 1s (33.1 MB/s) [2022-03-05T21:27:03.681Z] #28 24.87 Selecting previously unselected package pigz. [2022-03-05T21:27:03.681Z] #28 24.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-05T21:27:03.681Z] #28 24.91 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-05T21:27:03.681Z] #28 24.91 Unpacking pigz (2.6-1) ... [2022-03-05T21:27:03.681Z] #28 24.97 Selecting previously unselected package libelf1:amd64. [2022-03-05T21:27:03.919Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-05T21:27:03.919Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T21:27:03.919Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-05T21:27:03.919Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T21:27:03.919Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T21:27:03.919Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T21:27:03.919Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-05T21:27:03.941Z] #28 24.97 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-05T21:27:03.941Z] #28 24.98 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-05T21:27:03.941Z] #28 25.06 Selecting previously unselected package libbpf0:amd64. [2022-03-05T21:27:03.941Z] #28 25.07 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-05T21:27:03.941Z] #28 25.07 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-05T21:27:03.941Z] #28 25.12 Selecting previously unselected package libcap2:amd64. [2022-03-05T21:27:03.941Z] #28 25.13 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-05T21:27:03.941Z] #28 25.13 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-05T21:27:03.941Z] #28 25.17 Selecting previously unselected package libmnl0:amd64. [2022-03-05T21:27:03.941Z] #28 25.18 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-05T21:27:03.941Z] #28 25.18 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-05T21:27:03.941Z] #28 25.22 Selecting previously unselected package libxtables12:amd64. [2022-03-05T21:27:03.941Z] #28 25.23 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-05T21:27:03.941Z] #28 25.23 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-05T21:27:03.941Z] #28 25.27 Selecting previously unselected package libcap2-bin. [2022-03-05T21:27:04.200Z] #28 25.28 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-05T21:27:04.200Z] #28 25.28 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T21:27:04.200Z] #28 25.34 Selecting previously unselected package iproute2. [2022-03-05T21:27:04.200Z] #28 25.35 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-05T21:27:04.200Z] #28 25.35 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T21:27:04.375Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T21:27:04.375Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T21:27:04.375Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T21:27:04.375Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T21:27:04.375Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T21:27:04.375Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T21:27:04.459Z] #28 25.58 Selecting previously unselected package xxd. [2022-03-05T21:27:04.459Z] #28 25.59 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T21:27:04.459Z] #28 25.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:04.459Z] #28 25.67 Selecting previously unselected package vim-common. [2022-03-05T21:27:04.459Z] #28 25.67 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:27:04.459Z] #28 25.69 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:04.719Z] #28 25.79 Selecting previously unselected package bash-completion. [2022-03-05T21:27:04.719Z] #28 25.79 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T21:27:04.834Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T21:27:05.658Z] #28 26.80 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T21:27:05.658Z] #28 27.02 Selecting previously unselected package apparmor. [2022-03-05T21:27:05.798Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T21:27:05.798Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-05T21:27:05.917Z] #28 27.03 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-05T21:27:05.917Z] #28 27.07 Unpacking apparmor (2.13.6-10) ... [2022-03-05T21:27:06.176Z] #28 27.26 Selecting previously unselected package inetutils-ping. [2022-03-05T21:27:06.177Z] #28 27.26 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-05T21:27:06.177Z] #28 27.27 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T21:27:06.177Z] #28 27.34 Selecting previously unselected package libip4tc2:amd64. [2022-03-05T21:27:06.177Z] #28 27.34 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-05T21:27:06.177Z] #28 27.35 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T21:27:06.177Z] #28 27.39 Selecting previously unselected package libip6tc2:amd64. [2022-03-05T21:27:06.177Z] #28 27.39 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-05T21:27:06.177Z] #28 27.40 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T21:27:06.177Z] #28 27.45 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-05T21:27:06.436Z] #28 27.45 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-05T21:27:06.436Z] #28 27.46 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T21:27:06.436Z] #28 27.51 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-05T21:27:06.436Z] #28 27.52 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-05T21:27:06.436Z] #28 27.52 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T21:27:06.436Z] #28 27.58 Selecting previously unselected package libnftnl11:amd64. [2022-03-05T21:27:06.436Z] #28 27.58 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-05T21:27:06.437Z] #28 27.59 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T21:27:06.437Z] #28 27.63 Selecting previously unselected package iptables. [2022-03-05T21:27:06.437Z] #28 27.64 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-05T21:27:06.437Z] #28 27.64 Unpacking iptables (1.8.7-1) ... [2022-03-05T21:27:06.696Z] #28 27.79 Selecting previously unselected package libonig5:amd64. [2022-03-05T21:27:06.696Z] #28 27.80 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T21:27:06.696Z] #28 27.80 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T21:27:06.696Z] #28 27.88 Selecting previously unselected package libjq1:amd64. [2022-03-05T21:27:06.696Z] #28 27.88 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T21:27:06.696Z] #28 27.89 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T21:27:06.696Z] #28 27.95 Selecting previously unselected package jq. [2022-03-05T21:27:06.696Z] #28 27.95 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-05T21:27:06.696Z] #28 27.96 Unpacking jq (1.6-2.1) ... [2022-03-05T21:27:06.696Z] #28 28.01 Selecting previously unselected package libaio1:amd64. [2022-03-05T21:27:06.955Z] #28 28.01 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-05T21:27:06.956Z] #28 28.02 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-05T21:27:06.956Z] #28 28.06 Selecting previously unselected package libgpm2:amd64. [2022-03-05T21:27:06.956Z] #28 28.07 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-05T21:27:06.956Z] #28 28.07 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-05T21:27:06.956Z] #28 28.12 Selecting previously unselected package libinih1:amd64. [2022-03-05T21:27:06.956Z] #28 28.12 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-05T21:27:06.956Z] #28 28.13 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-05T21:27:06.956Z] #28 28.16 Selecting previously unselected package libnet1:amd64. [2022-03-05T21:27:06.956Z] #28 28.17 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T21:27:06.956Z] #28 28.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:27:07.217Z] #28 28.23 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T21:27:07.217Z] #28 28.24 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T21:27:07.217Z] #28 28.24 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T21:27:07.217Z] #28 28.30 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T21:27:07.217Z] #28 28.30 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T21:27:07.217Z] #28 28.31 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T21:27:07.217Z] #28 28.34 Selecting previously unselected package net-tools. [2022-03-05T21:27:07.217Z] #28 28.35 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-05T21:27:07.217Z] #28 28.36 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T21:27:07.217Z] #28 28.46 Selecting previously unselected package python-pip-whl. [2022-03-05T21:27:07.482Z] #28 28.47 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T21:27:07.482Z] #28 28.47 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T21:27:07.482Z] #28 28.75 Selecting previously unselected package python3-lib2to3. [2022-03-05T21:27:07.741Z] #28 28.75 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T21:27:07.741Z] #28 28.76 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T21:27:07.741Z] #28 28.82 Selecting previously unselected package python3-distutils. [2022-03-05T21:27:07.741Z] #28 28.83 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T21:27:07.741Z] #28 28.84 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T21:27:07.741Z] #28 28.92 Selecting previously unselected package python3-pkg-resources. [2022-03-05T21:27:07.741Z] #28 28.92 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T21:27:07.741Z] #28 28.93 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:27:07.741Z] #28 29.00 Selecting previously unselected package python3-setuptools. [2022-03-05T21:27:07.999Z] #28 29.01 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T21:27:07.999Z] #28 29.02 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T21:27:07.999Z] #28 29.12 Selecting previously unselected package python3-wheel. [2022-03-05T21:27:07.999Z] #28 29.13 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T21:27:07.999Z] #28 29.14 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T21:27:07.999Z] #28 29.18 Selecting previously unselected package python3-pip. [2022-03-05T21:27:07.999Z] #28 29.19 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-05T21:27:08.000Z] #28 29.19 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T21:27:08.259Z] #28 29.32 Selecting previously unselected package sudo. [2022-03-05T21:27:08.259Z] #28 29.33 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-05T21:27:08.259Z] #28 29.34 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T21:27:08.259Z] #28 29.55 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T21:27:08.518Z] #28 29.56 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-05T21:27:08.518Z] #28 29.56 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T21:27:08.518Z] #28 29.68 Selecting previously unselected package uidmap. [2022-03-05T21:27:08.518Z] #28 29.68 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-05T21:27:08.518Z] #28 29.69 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T21:27:08.518Z] #28 29.76 Selecting previously unselected package vim-runtime. [2022-03-05T21:27:08.518Z] #28 29.77 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T21:27:08.779Z] #28 29.79 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T21:27:08.779Z] #28 29.81 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T21:27:08.779Z] #28 29.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:10.156Z] #28 31.09 Selecting previously unselected package vim. [2022-03-05T21:27:10.156Z] #28 31.09 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T21:27:10.156Z] #28 31.11 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:10.156Z] #28 31.32 Selecting previously unselected package xfsprogs. [2022-03-05T21:27:10.156Z] #28 31.33 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-05T21:27:10.156Z] #28 31.34 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T21:27:10.415Z] #28 31.56 Selecting previously unselected package zip. [2022-03-05T21:27:10.415Z] #28 31.57 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-05T21:27:10.415Z] #28 31.57 Unpacking zip (3.0-12) ... [2022-03-05T21:27:10.415Z] #28 31.65 Selecting previously unselected package zstd. [2022-03-05T21:27:10.674Z] #28 31.66 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-05T21:27:10.674Z] #28 31.66 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T21:27:10.674Z] #28 31.85 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T21:27:11.242Z] #28 32.30 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T21:27:11.242Z] #28 32.31 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T21:27:11.242Z] #28 32.32 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-05T21:27:11.242Z] #28 32.33 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T21:27:11.242Z] #28 32.34 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-05T21:27:11.242Z] #28 32.35 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T21:27:11.242Z] #28 32.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T21:27:11.242Z] #28 32.37 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T21:27:11.242Z] #28 32.38 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T21:27:11.501Z] #28 32.67 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:11.501Z] #28 32.68 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-05T21:27:11.501Z] #28 32.70 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T21:27:11.501Z] #28 32.71 Setting up apparmor (2.13.6-10) ... [2022-03-05T21:27:12.881Z] #28 33.73 Setting up zip (3.0-12) ... [2022-03-05T21:27:12.881Z] #28 33.74 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:12.881Z] #28 33.76 Setting up bash-completion (1:2.11-2) ... [2022-03-05T21:27:13.451Z] #28 34.75 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-05T21:27:13.711Z] #28 34.77 Setting up sudo (1.9.5p2-3) ... [2022-03-05T21:27:13.711Z] #28 34.82 invoke-rc.d: could not determine current runlevel [2022-03-05T21:27:13.711Z] #28 34.82 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T21:27:13.711Z] #28 34.83 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T21:27:13.711Z] #28 34.84 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-05T21:27:13.711Z] #28 34.85 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T21:27:13.711Z] #28 34.86 Setting up pigz (2.6-1) ... [2022-03-05T21:27:13.711Z] #28 34.87 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T21:27:13.711Z] #28 34.88 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T21:27:13.711Z] #28 34.90 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T21:27:13.711Z] #28 34.91 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:13.971Z] #28 35.24 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-05T21:27:13.971Z] #28 35.25 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T21:27:14.537Z] #28 35.48 Setting up libelf1:amd64 (0.183-1) ... [2022-03-05T21:27:14.537Z] #28 35.49 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T21:27:14.537Z] #28 35.51 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T21:27:14.537Z] #28 35.52 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T21:27:14.796Z] #28 35.77 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T21:27:14.796Z] #28 35.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T21:27:14.796Z] #28 35.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T21:27:14.796Z] #28 35.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T21:27:14.796Z] #28 35.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T21:27:14.796Z] #28 35.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T21:27:14.796Z] #28 35.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T21:27:14.796Z] #28 35.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T21:27:14.796Z] #28 35.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T21:27:14.796Z] #28 35.84 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T21:27:15.363Z] #28 36.45 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T21:27:15.363Z] #28 36.47 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T21:27:15.364Z] #28 36.48 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T21:27:15.364Z] #28 36.49 Setting up python3-pip (20.3.4-4) ... [2022-03-05T21:27:15.933Z] #28 37.06 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T21:27:15.933Z] #28 37.07 Setting up jq (1.6-2.1) ... [2022-03-05T21:27:15.933Z] #28 37.08 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-05T21:27:15.933Z] #28 37.09 Setting up iptables (1.8.7-1) ... [2022-03-05T21:27:15.933Z] #28 37.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T21:27:15.933Z] #28 37.11 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T21:27:15.933Z] #28 37.12 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T21:27:15.933Z] #28 37.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T21:27:15.933Z] #28 37.13 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T21:27:15.933Z] #28 37.14 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T21:27:15.933Z] #28 37.14 Setting up iproute2 (5.10.0-4) ... [2022-03-05T21:27:16.193Z] #28 37.35 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T21:27:16.453Z] #28 DONE 37.6s [2022-03-05T21:27:16.453Z] [2022-03-05T21:27:16.453Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:16.453Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:27:16.453Z] #67 ... [2022-03-05T21:27:16.453Z] [2022-03-05T21:27:16.453Z] #29 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T21:27:16.453Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-05T21:27:17.394Z] #29 0.814 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T21:27:17.394Z] #29 0.817 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T21:27:17.394Z] #29 0.820 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T21:27:17.394Z] #29 DONE 0.9s [2022-03-05T21:27:17.394Z] [2022-03-05T21:27:17.394Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:17.394Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:27:17.394Z] #67 ... [2022-03-05T21:27:17.394Z] [2022-03-05T21:27:17.394Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T21:27:17.394Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-05T21:27:21.211Z] #60 206.8 # github.com/containerd/containerd/cmd/containerd [2022-03-05T21:27:21.211Z] #60 206.8 /usr/bin/ld: /tmp/go-link-1027674525/000019.o: in function `New': [2022-03-05T21:27:21.211Z] #60 206.8 /tmp/tmp.dghWqzhdYn/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T21:27:21.211Z] #60 206.9 + bin/containerd-stress [2022-03-05T21:27:21.211Z] #60 207.9 + bin/containerd-shim [2022-03-05T21:27:21.467Z] #51 ... [2022-03-05T21:27:21.467Z] [2022-03-05T21:27:21.467Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:21.467Z] #60 sha256:3dfb7a441da99cf1ee7cbf8d592754cdff6d2eba118174068f108d66119b8085 [2022-03-05T21:27:21.467Z] #60 189.1 + bin/containerd [2022-03-05T21:27:24.512Z] #60 213.8 + bin/containerd-shim-runc-v1 [2022-03-05T21:27:24.764Z] #60 ... [2022-03-05T21:27:24.764Z] [2022-03-05T21:27:24.764Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T21:27:24.764Z] #56 sha256:e1fd2b02aec70d21ec7607c261b0e6752a869d4f69a6ae50caacc8881cfa0c8e [2022-03-05T21:27:24.764Z] #56 126.7 + mkdir -p /build [2022-03-05T21:27:24.764Z] #56 126.7 + cp runc /build/runc [2022-03-05T21:27:24.764Z] #56 DONE 127.4s [2022-03-05T21:27:24.764Z] [2022-03-05T21:27:24.764Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T21:27:24.764Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T21:27:25.535Z] #30 6.851 Collecting yamllint==1.26.1 [2022-03-05T21:27:25.535Z] #30 7.908 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T21:27:25.795Z] #30 8.286 Collecting pathspec>=0.5.3 [2022-03-05T21:27:25.795Z] #30 8.290 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T21:27:25.795Z] #30 8.438 Collecting pyyaml [2022-03-05T21:27:25.795Z] #30 8.444 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-05T21:27:25.795Z] #30 8.471 Building wheels for collected packages: yamllint [2022-03-05T21:27:25.795Z] #30 8.472 Building wheel for yamllint (setup.py): started [2022-03-05T21:27:26.053Z] #30 8.833 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T21:27:26.313Z] #30 8.834 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=9fc6e41b0410afcac1c5b2d5d5258b253dcf78b01cc1a0fb3d1d519129e8c5e1 [2022-03-05T21:27:26.313Z] #30 8.834 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T21:27:26.313Z] #30 8.837 Successfully built yamllint [2022-03-05T21:27:26.313Z] #30 8.845 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T21:27:26.313Z] #30 9.013 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T21:27:26.571Z] #30 DONE 9.3s [2022-03-05T21:27:26.571Z] [2022-03-05T21:27:26.571Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:26.571Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:27:26.831Z] #67 ... [2022-03-05T21:27:26.831Z] [2022-03-05T21:27:26.831Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T21:27:26.831Z] #34 sha256:a9511c446243f707aea0e08ad7d97db81895921fb3138ea9387fad1f042871e9 [2022-03-05T21:27:26.831Z] #34 DONE 0.1s [2022-03-05T21:27:26.831Z] [2022-03-05T21:27:26.831Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T21:27:26.831Z] #39 sha256:4190f5ce7083fe46fed0e11cd81a3386f403f3dcc893a1de74d0d30ce38d34f0 [2022-03-05T21:27:26.884Z] Removing intermediate container 09299ba634bd [2022-03-05T21:27:26.884Z] ---> 36d2def980ad [2022-03-05T21:27:26.884Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-05T21:27:26.884Z] ---> Running in 3c51f34c0c22 [2022-03-05T21:27:26.884Z] Removing intermediate container 3c51f34c0c22 [2022-03-05T21:27:26.884Z] ---> aec8974bcfd4 [2022-03-05T21:27:26.884Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-05T21:27:26.884Z] ---> Running in 6735f71fb220 [2022-03-05T21:27:26.884Z] Removing intermediate container 6735f71fb220 [2022-03-05T21:27:26.884Z] ---> 6c184b8e4b2b [2022-03-05T21:27:26.884Z] Step 11/11 : COPY . . [2022-03-05T21:27:27.090Z] #39 DONE 0.3s [2022-03-05T21:27:27.090Z] [2022-03-05T21:27:27.090Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T21:27:27.090Z] #42 sha256:2f89b72d1c88472a0b42079bce7a7385b3fe45d76d026ec6165677bee2b2ce24 [2022-03-05T21:27:27.350Z] #42 DONE 0.2s [2022-03-05T21:27:27.350Z] [2022-03-05T21:27:27.350Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T21:27:27.350Z] #44 sha256:21a3475f920f999c832bb5fa06d7abbde475cd87f6f2676d2cbc5adade317ea8 [2022-03-05T21:27:27.350Z] #44 DONE 0.1s [2022-03-05T21:27:27.350Z] [2022-03-05T21:27:27.350Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:27.350Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:27:27.350Z] #67 ... [2022-03-05T21:27:27.350Z] [2022-03-05T21:27:27.350Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T21:27:27.350Z] #48 sha256:65579d60484e5b71d6dea224cffad0a6b1fa6c6ba33aa757d14e4621f472b7a7 [2022-03-05T21:27:27.350Z] #48 DONE 0.1s [2022-03-05T21:27:27.350Z] [2022-03-05T21:27:27.350Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:27.350Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:27:27.350Z] #67 107.4 # github.com/containerd/containerd/cmd/containerd [2022-03-05T21:27:27.350Z] #67 107.4 /usr/bin/ld: /tmp/go-link-395273958/000019.o: in function `New': [2022-03-05T21:27:27.350Z] #67 107.4 /tmp/tmp.QRHGNkZH2J/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T21:27:27.612Z] #67 107.5 + bin/containerd-stress [2022-03-05T21:27:27.612Z] #67 ... [2022-03-05T21:27:27.612Z] [2022-03-05T21:27:27.612Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T21:27:27.612Z] #51 sha256:8ae6dc37c5537c78ad51fe601dc1b5a6201a915a743205e6e906adeb6fcaea9a [2022-03-05T21:27:27.612Z] #51 DONE 0.2s [2022-03-05T21:27:27.612Z] [2022-03-05T21:27:27.612Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T21:27:27.612Z] #55 sha256:b3032b24c608e594c9ced9f8cd6a5ec0b3e901d18f36a5447b7e2254837479f1 [2022-03-05T21:27:27.612Z] #55 DONE 0.1s [2022-03-05T21:27:27.874Z] [2022-03-05T21:27:27.874Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T21:27:27.874Z] #57 sha256:19f0e56162c70fff7d8953b06dddc0bbf2a74bf867f66688f7dec2aea96e9346 [2022-03-05T21:27:27.874Z] #57 DONE 0.1s [2022-03-05T21:27:27.874Z] [2022-03-05T21:27:27.874Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T21:27:27.875Z] #59 sha256:561ef0fbef26eb20f8a54d77f99bf96ceee93abc86569439fa6bc989eddf72ac [2022-03-05T21:27:28.136Z] #59 DONE 0.3s [2022-03-05T21:27:28.136Z] [2022-03-05T21:27:28.136Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T21:27:28.136Z] #61 sha256:79ae51f625d51035859df85f13ae29ccfc8b19edf9f4cbd0137701629bc8cd65 [2022-03-05T21:27:28.396Z] #61 DONE 0.1s [2022-03-05T21:27:28.396Z] [2022-03-05T21:27:28.396Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T21:27:28.396Z] #64 sha256:68c7b9eff04f470654d570dbf9f66a4ee3acf882272985339636b1485f89aa0d [2022-03-05T21:27:28.396Z] #64 DONE 0.1s [2022-03-05T21:27:28.396Z] [2022-03-05T21:27:28.396Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:28.396Z] #67 sha256:97e92f1ba6d4e7a88ae4696444f91324c92e8ab9f3c499416ec53e589728e11e [2022-03-05T21:27:28.655Z] #67 108.8 + bin/containerd-shim [2022-03-05T21:27:28.721Z] #60 218.0 + bin/containerd-shim-runc-v2 [2022-03-05T21:27:28.971Z] #51 230.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T21:27:29.232Z] #51 DONE 231.1s [2022-03-05T21:27:29.232Z] [2022-03-05T21:27:29.232Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:29.232Z] #60 sha256:3dfb7a441da99cf1ee7cbf8d592754cdff6d2eba118174068f108d66119b8085 [2022-03-05T21:27:29.293Z] #60 218.6 + binaries [2022-03-05T21:27:29.293Z] #60 218.6 + install -D bin/containerd /build/containerd [2022-03-05T21:27:29.293Z] #60 218.6 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T21:27:29.293Z] #60 218.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T21:27:29.293Z] #60 218.6 + install -D bin/ctr /build/ctr [2022-03-05T21:27:29.866Z] #60 DONE 219.2s [2022-03-05T21:27:30.436Z] [2022-03-05T21:27:30.437Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T21:27:30.437Z] #61 sha256:9820e4b61a9f61960e0f405de11cb73c21c94b9ec561c9679381a56cfd17192f [2022-03-05T21:27:30.617Z] #60 ... [2022-03-05T21:27:30.617Z] [2022-03-05T21:27:30.617Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T21:27:30.617Z] #52 sha256:ac3b5ac038238e16f5f8101343e7865570c598abcf6ddbaf06d1c45cbca3973e [2022-03-05T21:27:30.617Z] #52 DONE 0.4s [2022-03-05T21:27:30.617Z] [2022-03-05T21:27:30.617Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:30.617Z] #60 sha256:3dfb7a441da99cf1ee7cbf8d592754cdff6d2eba118174068f108d66119b8085 [2022-03-05T21:27:30.699Z] #61 DONE 0.2s [2022-03-05T21:27:30.699Z] [2022-03-05T21:27:30.699Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T21:27:30.699Z] #66 sha256:fb968329e012b91858a91f5a8c2dba0843709d81473c60da14949cadc8acbb39 [2022-03-05T21:27:30.699Z] #66 DONE 0.1s [2022-03-05T21:27:30.878Z] #60 ... [2022-03-05T21:27:30.878Z] [2022-03-05T21:27:30.878Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T21:27:30.878Z] #54 sha256:4d2b3e08faf491e4a2b20256b88d6c620eddb2df08f265f4c021d7734f90fcb6 [2022-03-05T21:27:30.878Z] #54 DONE 0.1s [2022-03-05T21:27:30.878Z] [2022-03-05T21:27:30.878Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T21:27:30.878Z] #57 sha256:9c67e1bac174186a8539d1e7caf896a244ae6410ba86bc38ac136e17a28aecf8 [2022-03-05T21:27:30.878Z] #57 DONE 0.1s [2022-03-05T21:27:30.878Z] [2022-03-05T21:27:30.878Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T21:27:30.878Z] #60 sha256:3dfb7a441da99cf1ee7cbf8d592754cdff6d2eba118174068f108d66119b8085 [2022-03-05T21:27:30.960Z] [2022-03-05T21:27:30.960Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T21:27:30.960Z] #71 sha256:636b626b221bd570f8a28c437f0359830864efc55fced9f0cbb81d3181769a03 [2022-03-05T21:27:31.531Z] #71 DONE 0.5s [2022-03-05T21:27:31.531Z] [2022-03-05T21:27:31.531Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T21:27:31.531Z] #72 sha256:9d3f7125b90ca87c40f924d7f83d157315daa269ce5cdede35082b04baf5aa0e [2022-03-05T21:27:31.531Z] #72 DONE 0.0s [2022-03-05T21:27:31.531Z] [2022-03-05T21:27:31.531Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T21:27:31.531Z] #73 sha256:b81f03faa88d8dcdb74eb5d83bda878e7905b39e27284c987bf5496c5f5e59f8 [2022-03-05T21:27:32.471Z] #73 DONE 0.8s [2022-03-05T21:27:32.471Z] [2022-03-05T21:27:32.471Z] #74 exporting to image [2022-03-05T21:27:32.471Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T21:27:32.471Z] #74 exporting layers [2022-03-05T21:27:35.769Z] #74 exporting layers 3.1s done [2022-03-05T21:27:35.769Z] #74 writing image sha256:532772dbfaedc7eb3c41b5036bd734493e099a9bccf389438b10a2a12092b90c [2022-03-05T21:27:35.769Z] #74 writing image sha256:532772dbfaedc7eb3c41b5036bd734493e099a9bccf389438b10a2a12092b90c done [2022-03-05T21:27:35.769Z] #74 naming to docker.io/library/docker:0759f013a418e8bee58fc3619486e56d8e7be77c done [2022-03-05T21:27:35.769Z] #74 DONE 3.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-05T21:27:36.144Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-05T21:27:36.431Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/test/unit [2022-03-05T21:27:36.691Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-05T21:27:36.691Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-05T21:27:36.691Z] + TESTDIRS=./... [2022-03-05T21:27:36.691Z] + exclude_paths='/vendor/|/integration' [2022-03-05T21:27:36.691Z] ++ go list ./... [2022-03-05T21:27:36.691Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-05T21:27:36.777Z] #67 115.9 + bin/containerd-shim-runc-v1 [2022-03-05T21:27:37.636Z] + pkg_list='github.com/docker/docker/api [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/backend [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/container [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/events [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/filters [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/image [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/mount [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/network [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/registry [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/time [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/versions [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:27:37.636Z] github.com/docker/docker/api/types/volume [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:27:37.636Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:27:37.636Z] github.com/docker/docker/cli [2022-03-05T21:27:37.636Z] github.com/docker/docker/cli/config [2022-03-05T21:27:37.636Z] github.com/docker/docker/cli/debug [2022-03-05T21:27:37.636Z] github.com/docker/docker/client [2022-03-05T21:27:37.636Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:27:37.636Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:27:37.636Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:27:37.636Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:27:37.636Z] github.com/docker/docker/container [2022-03-05T21:27:37.636Z] github.com/docker/docker/container/stream [2022-03-05T21:27:37.636Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:27:37.636Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:27:37.636Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/config [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/events [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/exec [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/images [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/links [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/names [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/network [2022-03-05T21:27:37.636Z] github.com/docker/docker/daemon/stats [2022-03-05T21:27:37.636Z] github.com/docker/docker/distribution [2022-03-05T21:27:37.636Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:27:37.636Z] github.com/docker/docker/distribution/utils [2022-03-05T21:27:37.636Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:27:37.637Z] github.com/docker/docker/dockerversion [2022-03-05T21:27:37.637Z] github.com/docker/docker/errdefs [2022-03-05T21:27:37.637Z] github.com/docker/docker/image [2022-03-05T21:27:37.637Z] github.com/docker/docker/image/cache [2022-03-05T21:27:37.637Z] github.com/docker/docker/image/tarexport [2022-03-05T21:27:37.637Z] github.com/docker/docker/image/v1 [2022-03-05T21:27:37.637Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:27:37.637Z] github.com/docker/docker/layer [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/types [2022-03-05T21:27:37.637Z] github.com/docker/docker/oci [2022-03-05T21:27:37.637Z] github.com/docker/docker/oci/caps [2022-03-05T21:27:37.637Z] github.com/docker/docker/opts [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/archive [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/directory [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/locker [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/mount [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/platform [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/pools [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/progress [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/signal [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/stack [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/system [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/term [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:27:37.637Z] github.com/docker/docker/plugin [2022-03-05T21:27:37.637Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:27:37.637Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:27:37.637Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:27:37.637Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:27:37.637Z] github.com/docker/docker/quota [2022-03-05T21:27:37.637Z] github.com/docker/docker/reference [2022-03-05T21:27:37.637Z] github.com/docker/docker/registry [2022-03-05T21:27:37.637Z] github.com/docker/docker/registry/resumable [2022-03-05T21:27:37.637Z] github.com/docker/docker/restartmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/rootless [2022-03-05T21:27:37.637Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:27:37.637Z] github.com/docker/docker/runconfig [2022-03-05T21:27:37.637Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/environment [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/registry [2022-03-05T21:27:37.637Z] github.com/docker/docker/testutil/request [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume/drivers [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume/local [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume/mounts [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume/service [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:27:37.637Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:27:37.637Z] ++ grep --fixed-strings -v /libnetwork [2022-03-05T21:27:37.637Z] ++ echo 'github.com/docker/docker/api [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/backend [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/container [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/events [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/filters [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/image [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/mount [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/network [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/registry [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/time [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/versions [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:27:37.637Z] github.com/docker/docker/api/types/volume [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:27:37.637Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:27:37.637Z] github.com/docker/docker/cli [2022-03-05T21:27:37.637Z] github.com/docker/docker/cli/config [2022-03-05T21:27:37.637Z] github.com/docker/docker/cli/debug [2022-03-05T21:27:37.637Z] github.com/docker/docker/client [2022-03-05T21:27:37.637Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:27:37.637Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:27:37.637Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:27:37.637Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:27:37.637Z] github.com/docker/docker/container [2022-03-05T21:27:37.637Z] github.com/docker/docker/container/stream [2022-03-05T21:27:37.637Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:27:37.637Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:27:37.637Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/config [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/events [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/exec [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/images [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/links [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/names [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/network [2022-03-05T21:27:37.637Z] github.com/docker/docker/daemon/stats [2022-03-05T21:27:37.637Z] github.com/docker/docker/distribution [2022-03-05T21:27:37.637Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:27:37.637Z] github.com/docker/docker/distribution/utils [2022-03-05T21:27:37.637Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:27:37.637Z] github.com/docker/docker/dockerversion [2022-03-05T21:27:37.637Z] github.com/docker/docker/errdefs [2022-03-05T21:27:37.637Z] github.com/docker/docker/image [2022-03-05T21:27:37.637Z] github.com/docker/docker/image/cache [2022-03-05T21:27:37.637Z] github.com/docker/docker/image/tarexport [2022-03-05T21:27:37.637Z] github.com/docker/docker/image/v1 [2022-03-05T21:27:37.637Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:27:37.637Z] github.com/docker/docker/layer [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:27:37.637Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:27:37.637Z] github.com/docker/docker/libnetwork/types [2022-03-05T21:27:37.637Z] github.com/docker/docker/oci [2022-03-05T21:27:37.637Z] github.com/docker/docker/oci/caps [2022-03-05T21:27:37.637Z] github.com/docker/docker/opts [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/archive [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/directory [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:27:37.637Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/locker [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/mount [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/platform [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/pools [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/progress [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/signal [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/stack [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/system [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/term [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:27:37.638Z] github.com/docker/docker/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:27:37.638Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:27:37.638Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:27:37.638Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:27:37.638Z] github.com/docker/docker/quota [2022-03-05T21:27:37.638Z] github.com/docker/docker/reference [2022-03-05T21:27:37.638Z] github.com/docker/docker/registry [2022-03-05T21:27:37.638Z] github.com/docker/docker/registry/resumable [2022-03-05T21:27:37.638Z] github.com/docker/docker/restartmanager [2022-03-05T21:27:37.638Z] github.com/docker/docker/rootless [2022-03-05T21:27:37.638Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:27:37.638Z] github.com/docker/docker/runconfig [2022-03-05T21:27:37.638Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/environment [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/registry [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/request [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/drivers [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/local [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/mounts [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/service [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:27:37.638Z] + base_pkg_list='github.com/docker/docker/api [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/backend [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/events [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/filters [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/image [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/mount [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/network [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/registry [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/time [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/versions [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/volume [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:27:37.638Z] github.com/docker/docker/cli [2022-03-05T21:27:37.638Z] github.com/docker/docker/cli/config [2022-03-05T21:27:37.638Z] github.com/docker/docker/cli/debug [2022-03-05T21:27:37.638Z] github.com/docker/docker/client [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:27:37.638Z] github.com/docker/docker/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/container/stream [2022-03-05T21:27:37.638Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:27:37.638Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:27:37.638Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/config [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/events [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/exec [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/images [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/links [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/names [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/network [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/stats [2022-03-05T21:27:37.638Z] github.com/docker/docker/distribution [2022-03-05T21:27:37.638Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:27:37.638Z] github.com/docker/docker/distribution/utils [2022-03-05T21:27:37.638Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:27:37.638Z] github.com/docker/docker/dockerversion [2022-03-05T21:27:37.638Z] github.com/docker/docker/errdefs [2022-03-05T21:27:37.638Z] github.com/docker/docker/image [2022-03-05T21:27:37.638Z] github.com/docker/docker/image/cache [2022-03-05T21:27:37.638Z] github.com/docker/docker/image/tarexport [2022-03-05T21:27:37.638Z] github.com/docker/docker/image/v1 [2022-03-05T21:27:37.638Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:27:37.638Z] github.com/docker/docker/layer [2022-03-05T21:27:37.638Z] github.com/docker/docker/libcontainerd [2022-03-05T21:27:37.638Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:27:37.638Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:27:37.638Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:27:37.638Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:27:37.638Z] github.com/docker/docker/oci [2022-03-05T21:27:37.638Z] github.com/docker/docker/oci/caps [2022-03-05T21:27:37.638Z] github.com/docker/docker/opts [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/archive [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/directory [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/locker [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/mount [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/platform [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/pools [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/progress [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/signal [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/stack [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/system [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/term [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:27:37.638Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:27:37.638Z] github.com/docker/docker/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:27:37.638Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:27:37.638Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:27:37.638Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:27:37.638Z] github.com/docker/docker/quota [2022-03-05T21:27:37.638Z] github.com/docker/docker/reference [2022-03-05T21:27:37.638Z] github.com/docker/docker/registry [2022-03-05T21:27:37.638Z] github.com/docker/docker/registry/resumable [2022-03-05T21:27:37.638Z] github.com/docker/docker/restartmanager [2022-03-05T21:27:37.638Z] github.com/docker/docker/rootless [2022-03-05T21:27:37.638Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:27:37.638Z] github.com/docker/docker/runconfig [2022-03-05T21:27:37.638Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/environment [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/registry [2022-03-05T21:27:37.638Z] github.com/docker/docker/testutil/request [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/drivers [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/local [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/mounts [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/service [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:27:37.638Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:27:37.638Z] ++ grep --fixed-strings /libnetwork [2022-03-05T21:27:37.638Z] ++ echo 'github.com/docker/docker/api [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/backend [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/events [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/filters [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/image [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/mount [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/network [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/registry [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/time [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/versions [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:27:37.638Z] github.com/docker/docker/api/types/volume [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:27:37.638Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:27:37.638Z] github.com/docker/docker/cli [2022-03-05T21:27:37.638Z] github.com/docker/docker/cli/config [2022-03-05T21:27:37.638Z] github.com/docker/docker/cli/debug [2022-03-05T21:27:37.638Z] github.com/docker/docker/client [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:27:37.638Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:27:37.638Z] github.com/docker/docker/container [2022-03-05T21:27:37.638Z] github.com/docker/docker/container/stream [2022-03-05T21:27:37.638Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:27:37.638Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:27:37.638Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon [2022-03-05T21:27:37.638Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/config [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/events [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/exec [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/images [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/links [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/names [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/network [2022-03-05T21:27:37.639Z] github.com/docker/docker/daemon/stats [2022-03-05T21:27:37.639Z] github.com/docker/docker/distribution [2022-03-05T21:27:37.639Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:27:37.639Z] github.com/docker/docker/distribution/utils [2022-03-05T21:27:37.639Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:27:37.639Z] github.com/docker/docker/dockerversion [2022-03-05T21:27:37.639Z] github.com/docker/docker/errdefs [2022-03-05T21:27:37.639Z] github.com/docker/docker/image [2022-03-05T21:27:37.639Z] github.com/docker/docker/image/cache [2022-03-05T21:27:37.639Z] github.com/docker/docker/image/tarexport [2022-03-05T21:27:37.639Z] github.com/docker/docker/image/v1 [2022-03-05T21:27:37.639Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:27:37.639Z] github.com/docker/docker/layer [2022-03-05T21:27:37.639Z] github.com/docker/docker/libcontainerd [2022-03-05T21:27:37.639Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:27:37.639Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:27:37.639Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/types [2022-03-05T21:27:37.639Z] github.com/docker/docker/oci [2022-03-05T21:27:37.639Z] github.com/docker/docker/oci/caps [2022-03-05T21:27:37.639Z] github.com/docker/docker/opts [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/archive [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/directory [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/locker [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/mount [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/platform [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/pools [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/progress [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/signal [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/stack [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/system [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/term [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:27:37.639Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:27:37.639Z] github.com/docker/docker/plugin [2022-03-05T21:27:37.639Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:27:37.639Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:27:37.639Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:27:37.639Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:27:37.639Z] github.com/docker/docker/quota [2022-03-05T21:27:37.639Z] github.com/docker/docker/reference [2022-03-05T21:27:37.639Z] github.com/docker/docker/registry [2022-03-05T21:27:37.639Z] github.com/docker/docker/registry/resumable [2022-03-05T21:27:37.639Z] github.com/docker/docker/restartmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/rootless [2022-03-05T21:27:37.639Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:27:37.639Z] github.com/docker/docker/runconfig [2022-03-05T21:27:37.639Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/environment [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/registry [2022-03-05T21:27:37.639Z] github.com/docker/docker/testutil/request [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume/drivers [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume/local [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume/mounts [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume/service [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:27:37.639Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:27:37.639Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/types' [2022-03-05T21:27:37.639Z] + echo 'github.com/docker/docker/libnetwork [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:27:37.639Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:27:37.640Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:27:37.640Z] github.com/docker/docker/libnetwork/types' [2022-03-05T21:27:37.640Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-05T21:27:37.640Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:27:37.640Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:27:37.640Z] + type docker-proxy [2022-03-05T21:27:37.640Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-05T21:27:37.640Z] + hack/make.sh binary-proxy install-proxy [2022-03-05T21:27:37.640Z] [2022-03-05T21:27:37.640Z] Removing bundles/ [2022-03-05T21:27:37.640Z] [2022-03-05T21:27:37.640Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-05T21:27:37.640Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-05T21:27:37.640Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:27:40.975Z] #67 121.0 + bin/containerd-shim-runc-v2 [2022-03-05T21:27:41.544Z] #67 121.6 + binaries [2022-03-05T21:27:41.544Z] #67 121.6 + install -D bin/containerd /build/containerd [2022-03-05T21:27:41.544Z] #67 121.6 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T21:27:41.544Z] #67 121.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T21:27:41.544Z] #67 121.6 + install -D bin/ctr /build/ctr [2022-03-05T21:27:41.804Z] #67 DONE 121.9s [2022-03-05T21:27:43.186Z] [2022-03-05T21:27:43.186Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T21:27:43.186Z] #68 sha256:b280f6f12016407239004e59cc2b172c6fbd440f28029411e23e07481284fc0a [2022-03-05T21:27:43.186Z] #68 DONE 0.2s [2022-03-05T21:27:43.186Z] [2022-03-05T21:27:43.186Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T21:27:43.186Z] #73 sha256:f880585b7e7551d55d5e226179a9511e315e0ea723c67dfca0a67c4882f26674 [2022-03-05T21:27:43.186Z] #73 DONE 0.1s [2022-03-05T21:27:43.186Z] [2022-03-05T21:27:43.186Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T21:27:43.186Z] #78 sha256:e843a1b593bf10ccde07fdb60bd9685b55c38e661b762b1cbd135cb18e69d5eb [2022-03-05T21:27:43.752Z] #78 DONE 0.5s [2022-03-05T21:27:43.752Z] [2022-03-05T21:27:43.752Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T21:27:43.752Z] #79 sha256:b856337bae84e55c7a283eeced087caa52d60cc8b37efec5845e7212482e93d4 [2022-03-05T21:27:43.752Z] #79 DONE 0.0s [2022-03-05T21:27:43.752Z] [2022-03-05T21:27:43.752Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T21:27:43.752Z] #80 sha256:d339b5b2757860fc3692e42b8879078ead31fe1812b6508e26c3c6ce1d29fc21 [2022-03-05T21:27:44.228Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-05T21:27:44.228Z] [2022-03-05T21:27:44.228Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-05T21:27:44.228Z] Installing docker-proxy to /usr/local/bin/ [2022-03-05T21:27:44.228Z] [2022-03-05T21:27:44.228Z] + mkdir -p bundles [2022-03-05T21:27:44.228Z] + '[' -n 'github.com/docker/docker/api [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/backend [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/container [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/events [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/filters [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/image [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/mount [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/network [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/registry [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/time [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/versions [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:27:44.228Z] github.com/docker/docker/api/types/volume [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:27:44.228Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:27:44.228Z] github.com/docker/docker/cli [2022-03-05T21:27:44.228Z] github.com/docker/docker/cli/config [2022-03-05T21:27:44.228Z] github.com/docker/docker/cli/debug [2022-03-05T21:27:44.228Z] github.com/docker/docker/client [2022-03-05T21:27:44.228Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:27:44.228Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:27:44.228Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:27:44.228Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:27:44.228Z] github.com/docker/docker/container [2022-03-05T21:27:44.228Z] github.com/docker/docker/container/stream [2022-03-05T21:27:44.228Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:27:44.228Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:27:44.228Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/config [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/events [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/exec [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/images [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/links [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:27:44.228Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/names [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/network [2022-03-05T21:27:44.229Z] github.com/docker/docker/daemon/stats [2022-03-05T21:27:44.229Z] github.com/docker/docker/distribution [2022-03-05T21:27:44.229Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:27:44.229Z] github.com/docker/docker/distribution/utils [2022-03-05T21:27:44.229Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:27:44.229Z] github.com/docker/docker/dockerversion [2022-03-05T21:27:44.229Z] github.com/docker/docker/errdefs [2022-03-05T21:27:44.229Z] github.com/docker/docker/image [2022-03-05T21:27:44.229Z] github.com/docker/docker/image/cache [2022-03-05T21:27:44.229Z] github.com/docker/docker/image/tarexport [2022-03-05T21:27:44.229Z] github.com/docker/docker/image/v1 [2022-03-05T21:27:44.229Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:27:44.229Z] github.com/docker/docker/layer [2022-03-05T21:27:44.229Z] github.com/docker/docker/libcontainerd [2022-03-05T21:27:44.229Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:27:44.229Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:27:44.229Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:27:44.229Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:27:44.229Z] github.com/docker/docker/oci [2022-03-05T21:27:44.229Z] github.com/docker/docker/oci/caps [2022-03-05T21:27:44.229Z] github.com/docker/docker/opts [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/archive [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/directory [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/locker [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/mount [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/platform [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/pools [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/progress [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/signal [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/stack [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/system [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/term [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:27:44.229Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:27:44.229Z] github.com/docker/docker/plugin [2022-03-05T21:27:44.229Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:27:44.229Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:27:44.229Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:27:44.229Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:27:44.229Z] github.com/docker/docker/quota [2022-03-05T21:27:44.229Z] github.com/docker/docker/reference [2022-03-05T21:27:44.229Z] github.com/docker/docker/registry [2022-03-05T21:27:44.229Z] github.com/docker/docker/registry/resumable [2022-03-05T21:27:44.229Z] github.com/docker/docker/restartmanager [2022-03-05T21:27:44.229Z] github.com/docker/docker/rootless [2022-03-05T21:27:44.229Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:27:44.229Z] github.com/docker/docker/runconfig [2022-03-05T21:27:44.229Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/environment [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/registry [2022-03-05T21:27:44.229Z] github.com/docker/docker/testutil/request [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume/drivers [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume/local [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume/mounts [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume/service [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:27:44.229Z] github.com/docker/docker/volume/testutils' ']' [2022-03-05T21:27:44.229Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T21:27:44.229Z] ? github.com/docker/docker/api [no test files] [2022-03-05T21:27:46.286Z] #80 DONE 2.6s [2022-03-05T21:27:46.286Z] [2022-03-05T21:27:46.286Z] #81 exporting to image [2022-03-05T21:27:46.286Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T21:27:46.286Z] #81 exporting layers [2022-03-05T21:27:49.812Z] --- PASS: TestBuildWithHugeFile (51.70s) [2022-03-05T21:27:49.812Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:27:49.812Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:27:49.812Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:27:49.812Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:27:49.812Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:27:49.812Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:27:49.812Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:27:49.812Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:27:49.812Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:27:49.812Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:27:49.812Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:27:49.812Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:27:49.812Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:27:49.812Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-05T21:27:49.812Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-05T21:27:49.812Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-05T21:27:49.812Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-05T21:27:49.812Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:27:49.812Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T21:27:49.812Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T21:27:49.812Z] --- PASS: TestBuildPreserveOwnership (3.31s) [2022-03-05T21:27:49.812Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.21s) [2022-03-05T21:27:49.812Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.10s) [2022-03-05T21:27:49.812Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:27:49.812Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-05T21:27:49.812Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T21:27:49.812Z] Loaded image: busybox:latest [2022-03-05T21:27:49.812Z] Loaded image: busybox:glibc [2022-03-05T21:27:50.750Z] Loaded image: debian:bullseye-slim [2022-03-05T21:27:50.750Z] Loaded image: hello-world:latest [2022-03-05T21:27:51.011Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:27:52.032Z] ---> 9ab04abe9851 [2022-03-05T21:27:52.488Z] Successfully built 9ab04abe9851 [2022-03-05T21:27:52.488Z] Successfully tagged docker:latest [2022-03-05T21:27:52.488Z] INFO: Image build ended at 03/05/2022 21:27:52. Duration:00:03:18.9961566 [2022-03-05T21:27:52.488Z] [2022-03-05T21:27:52.488Z] [2022-03-05T21:27:52.488Z] INFO: Building the test binaries at 03/05/2022 21:27:52... [2022-03-05T21:27:56.466Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2022-03-05T21:27:57.225Z] INFO: make.ps1 starting at 03/05/2022 21:27:56 [2022-03-05T21:27:57.225Z] INFO: Git commit (0759f013a4) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T21:27:57.225Z] INFO: Invoking autogen... [2022-03-05T21:27:57.225Z] INFO: Building daemon... [2022-03-05T21:27:58.078Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-05T21:27:58.078Z] [2022-03-05T21:27:58.078Z] ________ ____ __. [2022-03-05T21:27:58.078Z] \_____ \ | |/ _| [2022-03-05T21:27:58.078Z] / | \| < [2022-03-05T21:27:58.078Z] / | \ | \ [2022-03-05T21:27:58.078Z] \_______ /____|__ \ [2022-03-05T21:27:58.078Z] \/ \/ [2022-03-05T21:27:58.078Z] [2022-03-05T21:27:58.078Z] INFO: make.ps1 ended at 03/05/2022 21:27:45 [2022-03-05T21:27:58.078Z] INFO: Binaries build ended at 03/05/2022 21:27:46. Duration:00:01:40.2107309 [2022-03-05T21:27:58.078Z] INFO: Copying the built daemon binary to d:\CI\PR-43334\2\binary\dockerd-0759f013a4.exe... [2022-03-05T21:27:58.078Z] INFO: Copying the built client binary to d:\CI\PR-43334\2\binary\docker-0759f013a4.exe... [2022-03-05T21:27:58.078Z] INFO: Copying dockerversion from the container... [2022-03-05T21:27:58.078Z] INFO: Copying the golang package from the container to d:\CI\PR-43334\2\installer\go.zip... [2022-03-05T21:27:58.078Z] INFO: Extracting go.zip to d:\CI\PR-43334\2\go [2022-03-05T21:27:59.130Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.37s) [2022-03-05T21:27:59.130Z] PASS [2022-03-05T21:27:59.130Z] [2022-03-05T21:27:59.130Z] === Skipped [2022-03-05T21:27:59.130Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-05T21:27:59.130Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:27:59.130Z] [2022-03-05T21:27:59.130Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:27:59.130Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:27:59.130Z] [2022-03-05T21:27:59.130Z] DONE 34 tests, 2 skipped in 87.642s [2022-03-05T21:27:59.130Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T21:27:59.130Z] INFO: Testing against a local daemon [2022-03-05T21:27:59.130Z] === RUN TestConfigInspect [2022-03-05T21:28:01.038Z] --- PASS: TestConfigInspect (2.14s) [2022-03-05T21:28:01.038Z] === RUN TestConfigList [2022-03-05T21:28:02.970Z] #60 227.6 # github.com/containerd/containerd/cmd/containerd [2022-03-05T21:28:02.970Z] #60 227.6 /usr/bin/ld: /tmp/go-link-861554265/000019.o: in function `New': [2022-03-05T21:28:02.970Z] #60 227.6 /tmp/tmp.TMnO8nZrb4/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T21:28:02.970Z] #60 227.7 + bin/containerd-stress [2022-03-05T21:28:02.970Z] #60 228.7 + bin/containerd-shim [2022-03-05T21:28:03.573Z] --- PASS: TestConfigList (2.09s) [2022-03-05T21:28:03.573Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:28:05.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T21:28:05.478Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-03-05T21:28:05.478Z] === RUN TestConfigsUpdate [2022-03-05T21:28:06.267Z] #60 235.9 + bin/containerd-shim-runc-v1 [2022-03-05T21:28:07.379Z] --- PASS: TestConfigsUpdate (2.10s) [2022-03-05T21:28:07.379Z] === RUN TestTemplatedConfig [2022-03-05T21:28:10.665Z] --- PASS: TestTemplatedConfig (2.59s) [2022-03-05T21:28:10.665Z] === RUN TestConfigCreateResolve [2022-03-05T21:28:11.545Z] #60 241.0 + bin/containerd-shim-runc-v2 [2022-03-05T21:28:11.806Z] #60 241.6 + binaries [2022-03-05T21:28:11.806Z] #60 241.6 + install -D bin/containerd /build/containerd [2022-03-05T21:28:11.806Z] #60 241.6 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T21:28:11.806Z] #60 241.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T21:28:11.806Z] #60 241.6 + install -D bin/ctr /build/ctr [2022-03-05T21:28:12.046Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-03-05T21:28:12.046Z] PASS [2022-03-05T21:28:12.046Z] [2022-03-05T21:28:12.046Z] DONE 6 tests in 13.154s [2022-03-05T21:28:12.046Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T21:28:12.046Z] INFO: Testing against a local daemon [2022-03-05T21:28:12.046Z] === RUN TestCheckpoint [2022-03-05T21:28:12.046Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:28:12.046Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:28:12.046Z] === RUN TestContainerInvalidJSON [2022-03-05T21:28:12.305Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:28:12.305Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:28:12.305Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:28:12.305Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:28:12.305Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:28:12.305Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:28:12.305Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-05T21:28:12.305Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T21:28:12.305Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T21:28:12.305Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:28:12.305Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-05T21:28:12.305Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:28:12.305Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-05T21:28:12.305Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:28:12.305Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-05T21:28:12.305Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:28:12.305Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-05T21:28:12.305Z] === RUN TestCopyFromContainer [2022-03-05T21:28:12.375Z] #60 DONE 242.1s [2022-03-05T21:28:12.846Z] #81 exporting layers 22.7s done [2022-03-05T21:28:12.846Z] #81 writing image sha256:67055eb3ea9e9f50fdca62d8c9631e11a18ccc355188eba650ba4728be14e950 done [2022-03-05T21:28:12.846Z] #81 naming to docker.io/library/docker:0759f013a418e8bee58fc3619486e56d8e7be77c done [2022-03-05T21:28:12.846Z] #81 DONE 22.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-05T21:28:13.218Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/validate/default [2022-03-05T21:28:13.267Z] === RUN TestCopyFromContainer// [2022-03-05T21:28:13.350Z] [2022-03-05T21:28:13.350Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T21:28:13.350Z] #61 sha256:0d792039392a2caa29da3b8ce0be3a292a1a65d65b5079666f43d972903edd74 [2022-03-05T21:28:13.350Z] #61 DONE 0.2s [2022-03-05T21:28:13.350Z] [2022-03-05T21:28:13.350Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T21:28:13.350Z] #66 sha256:89c2394849973adb3e273cd9f3b69bb7618dead62e4a7dd1d28787245f8f3cc7 [2022-03-05T21:28:13.350Z] #66 DONE 0.1s [2022-03-05T21:28:13.350Z] [2022-03-05T21:28:13.350Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T21:28:13.350Z] #71 sha256:73a453f10dae437a237a2034899579e2b9be6ac91a2b31b366531b9a5790a874 [2022-03-05T21:28:13.525Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T21:28:13.525Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T21:28:13.525Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T21:28:13.525Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T21:28:13.784Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T21:28:13.784Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T21:28:13.784Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T21:28:13.784Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T21:28:13.784Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer (1.57s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-05T21:28:14.043Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-05T21:28:14.043Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:28:14.043Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:28:14.043Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:28:14.043Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:28:14.043Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:28:14.043Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:28:14.043Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:28:14.043Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:28:14.043Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:28:14.043Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:28:14.043Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-05T21:28:14.043Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T21:28:14.043Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T21:28:14.043Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:28:14.043Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:28:14.043Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-05T21:28:14.043Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:28:14.043Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:28:14.043Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:28:14.043Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:28:14.043Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:28:14.043Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:28:14.043Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:28:14.043Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:28:14.043Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:28:14.043Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:28:14.043Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-05T21:28:14.043Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T21:28:14.043Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T21:28:14.043Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:28:14.043Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:28:14.043Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-05T21:28:14.043Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:28:14.153Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-05T21:28:14.285Z] #71 DONE 1.0s [2022-03-05T21:28:14.285Z] [2022-03-05T21:28:14.285Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T21:28:14.285Z] #72 sha256:b0a06952b6a7144332598d99221b7ed0e03c64cd01fdc69a08dd0423134c7367 [2022-03-05T21:28:14.285Z] #72 DONE 0.0s [2022-03-05T21:28:14.285Z] [2022-03-05T21:28:14.285Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T21:28:14.285Z] #73 sha256:f548ca09cf1b268ad11b5a985b59631c05344d2a107e0d30b27aaa2ddf7e12e2 [2022-03-05T21:28:15.224Z] #73 DONE 0.8s [2022-03-05T21:28:15.224Z] [2022-03-05T21:28:15.224Z] #74 exporting to image [2022-03-05T21:28:15.224Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T21:28:15.224Z] #74 exporting layers [2022-03-05T21:28:15.949Z] --- PASS: TestCreateWithCustomMaskedPaths (1.63s) [2022-03-05T21:28:15.949Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2022-03-05T21:28:17.325Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:28:17.325Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:28:17.325Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:28:17.325Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:28:17.325Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:28:17.325Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:28:17.325Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:28:17.325Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:28:17.325Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:28:17.325Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:28:17.325Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:28:17.325Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:28:17.325Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:28:17.325Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:28:17.325Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:28:17.325Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T21:28:17.325Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T21:28:17.325Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:28:17.892Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s) [2022-03-05T21:28:17.892Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:28:17.892Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:28:17.892Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:28:17.892Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-05T21:28:17.892Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T21:28:17.892Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:28:17.892Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:28:17.892Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-05T21:28:17.892Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:28:17.892Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-05T21:28:17.892Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T21:28:17.892Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-05T21:28:17.892Z] === RUN TestDaemonRestartIpcMode [2022-03-05T21:28:17.892Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T21:28:17.892Z] === RUN TestDaemonHostGatewayIP [2022-03-05T21:28:17.892Z] === PAUSE TestDaemonHostGatewayIP [2022-03-05T21:28:17.892Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T21:28:17.892Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T21:28:17.892Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:28:17.892Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-05T21:28:17.892Z] === RUN TestDiff [2022-03-05T21:28:18.458Z] --- PASS: TestDiff (0.59s) [2022-03-05T21:28:18.458Z] === RUN TestExecWithCloseStdin [2022-03-05T21:28:19.025Z] --- PASS: TestExecWithCloseStdin (0.64s) [2022-03-05T21:28:19.025Z] === RUN TestExec [2022-03-05T21:28:19.960Z] --- PASS: TestExec (0.62s) [2022-03-05T21:28:19.960Z] === RUN TestExecUser [2022-03-05T21:28:20.528Z] --- PASS: TestExecUser (0.63s) [2022-03-05T21:28:20.528Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:28:21.096Z] --- PASS: TestExportContainerAndImportImage (0.65s) [2022-03-05T21:28:21.096Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:28:22.269Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-03-05T21:28:22.471Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-03-05T21:28:22.471Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:28:23.040Z] --- PASS: TestHealthCheckWorkdir (0.65s) [2022-03-05T21:28:23.040Z] === RUN TestHealthKillContainer [2022-03-05T21:28:23.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T21:28:24.172Z] Congratulations! All API changes are done the right way. [2022-03-05T21:28:24.172Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-05T21:28:24.172Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-05T21:28:24.172Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-05T21:28:24.172Z] Congratulations! No new tests were added to integration-cli. [2022-03-05T21:28:24.172Z] [2022-03-05T21:28:24.172Z] INFO Start validation with golang-ci-lint [2022-03-05T21:28:24.740Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-05T21:28:24.740Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-05T21:28:24.740Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-05T21:28:25.205Z] #74 exporting layers 8.4s done [2022-03-05T21:28:25.205Z] #74 writing image sha256:6102049f716f59137f7c987080a094dd27844a75c83c60479494a3d3bb34331d done [2022-03-05T21:28:25.205Z] #74 naming to docker.io/library/docker:0759f013a418e8bee58fc3619486e56d8e7be77c done [2022-03-05T21:28:25.205Z] #74 DONE 8.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T21:28:25.554Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -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:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh dynbinary test-integration [2022-03-05T21:28:25.814Z] [2022-03-05T21:28:26.074Z] Removing bundles/ [2022-03-05T21:28:26.074Z] [2022-03-05T21:28:26.074Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T21:28:26.074Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:28:26.074Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:28:31.159Z] --- PASS: TestHealthKillContainer (8.14s) [2022-03-05T21:28:31.159Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:28:31.729Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s) [2022-03-05T21:28:31.729Z] === RUN TestIpcModeNone [2022-03-05T21:28:32.297Z] --- PASS: TestIpcModeNone (0.62s) [2022-03-05T21:28:32.297Z] === RUN TestIpcModePrivate [2022-03-05T21:28:32.556Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-03-05T21:28:32.814Z] --- PASS: TestIpcModePrivate (0.60s) [2022-03-05T21:28:32.814Z] === RUN TestIpcModeShareable [2022-03-05T21:28:33.075Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-03-05T21:28:33.358Z] --- PASS: TestIpcModeShareable (0.62s) [2022-03-05T21:28:33.358Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T21:28:35.267Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.75s) [2022-03-05T21:28:35.267Z] === RUN TestAPIIpcModeHost [2022-03-05T21:28:35.527Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-03-05T21:28:35.527Z] === RUN TestDaemonIpcModeShareable [2022-03-05T21:28:36.908Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-05T21:28:36.908Z] --- PASS: TestDaemonIpcModeShareable (1.12s) [2022-03-05T21:28:36.908Z] === RUN TestDaemonIpcModePrivate [2022-03-05T21:28:37.846Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-05T21:28:37.846Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-03-05T21:28:37.846Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T21:28:38.720Z] 898469748ff6: Pull complete [2022-03-05T21:28:38.720Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T21:28:38.720Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:28:38.720Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:28:38.720Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-05T21:28:38.720Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-05T21:28:38.720Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-05T21:28:38.720Z] INFO: Docker version of control daemon [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] Client: [2022-03-05T21:28:38.720Z] Version: 20.10.9 [2022-03-05T21:28:38.720Z] API version: 1.41 [2022-03-05T21:28:38.720Z] Go version: go1.16.8 [2022-03-05T21:28:38.720Z] Git commit: c2ea9bc [2022-03-05T21:28:38.720Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T21:28:38.720Z] OS/Arch: windows/amd64 [2022-03-05T21:28:38.720Z] Context: default [2022-03-05T21:28:38.720Z] Experimental: true [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] Server: Docker Engine - Community [2022-03-05T21:28:38.720Z] Engine: [2022-03-05T21:28:38.720Z] Version: 20.10.9 [2022-03-05T21:28:38.720Z] API version: 1.41 (minimum version 1.24) [2022-03-05T21:28:38.720Z] Go version: go1.16.8 [2022-03-05T21:28:38.720Z] Git commit: 79ea9d3 [2022-03-05T21:28:38.720Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T21:28:38.720Z] OS/Arch: windows/amd64 [2022-03-05T21:28:38.720Z] Experimental: true [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] INFO: Docker info of control daemon [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] Client: [2022-03-05T21:28:38.720Z] Context: default [2022-03-05T21:28:38.720Z] Debug Mode: false [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] Server: [2022-03-05T21:28:38.720Z] Containers: 0 [2022-03-05T21:28:38.720Z] Running: 0 [2022-03-05T21:28:38.720Z] Paused: 0 [2022-03-05T21:28:38.720Z] Stopped: 0 [2022-03-05T21:28:38.720Z] Images: 1 [2022-03-05T21:28:38.720Z] Server Version: 20.10.9 [2022-03-05T21:28:38.720Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T21:28:38.720Z] Windows: [2022-03-05T21:28:38.720Z] LCOW: [2022-03-05T21:28:38.720Z] Logging Driver: json-file [2022-03-05T21:28:38.720Z] Plugins: [2022-03-05T21:28:38.720Z] Volume: local [2022-03-05T21:28:38.720Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:28:38.720Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:28:38.720Z] Swarm: inactive [2022-03-05T21:28:38.720Z] Default Isolation: process [2022-03-05T21:28:38.720Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T21:28:38.720Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T21:28:38.720Z] OSType: windows [2022-03-05T21:28:38.720Z] Architecture: x86_64 [2022-03-05T21:28:38.720Z] CPUs: 4 [2022-03-05T21:28:38.720Z] Total Memory: 32GiB [2022-03-05T21:28:38.720Z] Name: azwin-2-94b260 [2022-03-05T21:28:38.720Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T21:28:38.720Z] Docker Root Dir: D:\docker [2022-03-05T21:28:38.720Z] Debug Mode: false [2022-03-05T21:28:38.720Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:28:38.720Z] Labels: [2022-03-05T21:28:38.720Z] Experimental: true [2022-03-05T21:28:38.720Z] Insecure Registries: [2022-03-05T21:28:38.720Z] 10.0.0.4:5000 [2022-03-05T21:28:38.720Z] 127.0.0.0/8 [2022-03-05T21:28:38.720Z] Registry Mirrors: [2022-03-05T21:28:38.720Z] http://10.0.0.4:5000/ [2022-03-05T21:28:38.720Z] Live Restore Enabled: false [2022-03-05T21:28:38.720Z] Product License: Community Engine [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] INFO: Commit hash is 0759f013a4 [2022-03-05T21:28:38.720Z] INFO: Nuke-Everything... [2022-03-05T21:28:38.720Z] INFO: Container count on control daemon to delete is 0 [2022-03-05T21:28:38.720Z] INFO: Nuking d:\CI [2022-03-05T21:28:38.720Z] INFO: Zapped successfully [2022-03-05T21:28:38.720Z] INFO: Location for testing is d:\CI\PR-43334\2 [2022-03-05T21:28:38.720Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.720Z] INFO: Building the image from Dockerfile.windows at 03/05/2022 21:28:33... [2022-03-05T21:28:38.720Z] [2022-03-05T21:28:38.783Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-05T21:28:39.042Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s) [2022-03-05T21:28:39.042Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T21:28:39.977Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-05T21:28:40.237Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s) [2022-03-05T21:28:40.237Z] === RUN TestIpcModeOlderClient [2022-03-05T21:28:40.237Z] === PAUSE TestIpcModeOlderClient [2022-03-05T21:28:40.237Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:28:40.495Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-03-05T21:28:40.495Z] === RUN TestKillContainer [2022-03-05T21:28:40.495Z] === RUN TestKillContainer/no_signal [2022-03-05T21:28:40.837Z] INFO: Extraction ended at 03/05/2022 21:28:39. Duration:00:00:49.2912097 [2022-03-05T21:28:40.837Z] INFO: Updating the golang and path environment variables [2022-03-05T21:28:40.837Z] INFO: GOPATH=d:\gopath [2022-03-05T21:28:40.837Z] INFO: go version go1.17.8 windows/amd64 [2022-03-05T21:28:40.837Z] INFO: Running the daemon under test in debug mode [2022-03-05T21:28:40.837Z] INFO: Starting a daemon under test... [2022-03-05T21:28:40.837Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43334\2\daemon --pidfile d:\CI\PR-43334\2\docker.pid -D [2022-03-05T21:28:40.837Z] INFO: Process started successfully. [2022-03-05T21:28:40.837Z] INFO: Start tailing logs of the daemon under tests [2022-03-05T21:28:40.837Z] INFO: Waiting for the daemon under test to start... [2022-03-05T21:28:41.061Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:28:41.319Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:28:41.619Z] Sending build context to Docker daemon 62.47MB [2022-03-05T21:28:41.619Z] [2022-03-05T21:28:41.619Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-05T21:28:41.619Z] ---> bdeb13086b9f [2022-03-05T21:28:41.619Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-05T21:28:41.886Z] --- PASS: TestKillContainer (1.24s) [2022-03-05T21:28:41.886Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-05T21:28:41.886Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-03-05T21:28:41.886Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-03-05T21:28:41.886Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:28:41.886Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T21:28:42.074Z] ---> Running in f2577bd2a0c0 [2022-03-05T21:28:42.074Z] Removing intermediate container f2577bd2a0c0 [2022-03-05T21:28:42.074Z] ---> dc3be665adde [2022-03-05T21:28:42.074Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-05T21:28:42.074Z] ---> Running in e91d57babbe6 [2022-03-05T21:28:42.145Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T21:28:42.532Z] Removing intermediate container e91d57babbe6 [2022-03-05T21:28:42.532Z] ---> ff3837c24126 [2022-03-05T21:28:42.532Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-05T21:28:42.532Z] ---> Running in b53875216a4e [2022-03-05T21:28:42.990Z] Removing intermediate container b53875216a4e [2022-03-05T21:28:42.990Z] ---> d2e9db3086b6 [2022-03-05T21:28:42.990Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-05T21:28:42.990Z] ---> Running in 65d351cad473 [2022-03-05T21:28:43.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.14s) [2022-03-05T21:28:43.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-03-05T21:28:43.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2022-03-05T21:28:43.082Z] === RUN TestKillStoppedContainer [2022-03-05T21:28:43.082Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-05T21:28:43.082Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:28:43.082Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-05T21:28:43.082Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:28:43.447Z] Removing intermediate container 65d351cad473 [2022-03-05T21:28:43.447Z] ---> 5ae2b215acc6 [2022-03-05T21:28:43.447Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-05T21:28:43.447Z] ---> Running in bd8e42852331 [2022-03-05T21:28:43.650Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-03-05T21:28:43.650Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:28:43.650Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-05T21:28:43.650Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T21:28:43.650Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:28:43.904Z] Removing intermediate container bd8e42852331 [2022-03-05T21:28:43.904Z] ---> 2035abb36086 [2022-03-05T21:28:43.904Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-05T21:28:43.904Z] ---> Running in 33ee14308661 [2022-03-05T21:28:43.910Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-03-05T21:28:43.910Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T21:28:44.170Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-03-05T21:28:44.170Z] === RUN TestLinksContainerNames [2022-03-05T21:28:45.107Z] --- PASS: TestLinksContainerNames (0.84s) [2022-03-05T21:28:45.107Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:28:45.365Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-03-05T21:28:45.365Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T21:28:45.932Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/default [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/private [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/slave [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/shared [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/default [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/shared [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/slave [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/private [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T21:28:45.932Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:28:45.932Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T21:28:45.932Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T21:28:46.191Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T21:28:46.450Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:28:46.450Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T21:28:46.450Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-05T21:28:46.450Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-05T21:28:46.450Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T21:28:47.827Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-03-05T21:28:47.827Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T21:28:48.086Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-03-05T21:28:48.086Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T21:28:48.345Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-03-05T21:28:48.345Z] === RUN TestNetworkNat [2022-03-05T21:28:48.914Z] --- PASS: TestNetworkNat (0.45s) [2022-03-05T21:28:48.914Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:28:49.174Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-05T21:28:49.174Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:28:49.762Z] [2022-03-05T21:28:49.762Z] SUCCESS: Specified value was saved. [2022-03-05T21:28:49.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T21:28:50.725Z] INFO: Downloading git... [2022-03-05T21:28:51.731Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-03-05T21:28:51.731Z] === RUN TestPause [2022-03-05T21:28:52.255Z] INFO: Downloading go... [2022-03-05T21:28:52.296Z] --- PASS: TestPause (0.42s) [2022-03-05T21:28:52.296Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:28:52.297Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:28:52.297Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:28:52.297Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:28:52.863Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-03-05T21:28:52.863Z] === RUN TestPidHost [2022-03-05T21:28:53.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T21:28:53.798Z] --- PASS: TestPidHost (0.93s) [2022-03-05T21:28:53.798Z] === RUN TestPsFilter [2022-03-05T21:28:53.798Z] --- PASS: TestPsFilter (0.12s) [2022-03-05T21:28:53.798Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:28:54.058Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-03-05T21:28:54.058Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:28:54.435Z] INFO: Downloading compiler 1 of 3... [2022-03-05T21:28:54.435Z] INFO: Downloading compiler 2 of 3... [2022-03-05T21:28:54.627Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-03-05T21:28:54.627Z] === RUN TestRemoveContainerRunning [2022-03-05T21:28:54.890Z] INFO: Downloading compiler 3 of 3... [2022-03-05T21:28:55.194Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-03-05T21:28:55.194Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:28:55.346Z] INFO: Extracting git... [2022-03-05T21:28:55.453Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-03-05T21:28:55.453Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:28:55.453Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-05T21:28:55.453Z] === RUN TestRenameLinkedContainer [2022-03-05T21:28:55.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T21:28:57.360Z] --- PASS: TestRenameLinkedContainer (1.70s) [2022-03-05T21:28:57.360Z] === RUN TestRenameStoppedContainer [2022-03-05T21:28:57.619Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-03-05T21:28:57.619Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:28:57.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T21:28:58.559Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-03-05T21:28:58.559Z] === RUN TestRenameInvalidName [2022-03-05T21:28:58.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T21:28:58.818Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-05T21:28:58.818Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:29:00.197Z] --- PASS: TestRenameAnonymousContainer (1.47s) [2022-03-05T21:29:00.197Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:29:00.768Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2022-03-05T21:29:00.768Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:29:01.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T21:29:01.336Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-03-05T21:29:01.336Z] === RUN TestResize [2022-03-05T21:29:01.904Z] --- PASS: TestResize (0.41s) [2022-03-05T21:29:01.904Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:29:02.078Z] .....INFO: Daemon under test started and replied! [2022-03-05T21:29:02.078Z] INFO: Docker version of the daemon under test [2022-03-05T21:29:02.078Z] [2022-03-05T21:29:02.078Z] Client: [2022-03-05T21:29:02.078Z] Version: 17.06.2-ce [2022-03-05T21:29:02.078Z] API version: 1.30 [2022-03-05T21:29:02.079Z] Go version: go1.8.3 [2022-03-05T21:29:02.079Z] Git commit: cec0b72 [2022-03-05T21:29:02.079Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-05T21:29:02.079Z] OS/Arch: windows/amd64 [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] Server: [2022-03-05T21:29:02.079Z] Version: 0.0.0-dev [2022-03-05T21:29:02.079Z] API version: 1.42 (minimum version 1.24) [2022-03-05T21:29:02.079Z] Go version: go1.17.8 [2022-03-05T21:29:02.079Z] Git commit: 0759f013a4 [2022-03-05T21:29:02.079Z] Built: 03/05/2022 21:26:15 [2022-03-05T21:29:02.079Z] OS/Arch: windows/amd64 [2022-03-05T21:29:02.079Z] Experimental: false [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] INFO: Docker info of the daemon under test [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] Containers: 0 [2022-03-05T21:29:02.079Z] Running: 0 [2022-03-05T21:29:02.079Z] Paused: 0 [2022-03-05T21:29:02.079Z] Stopped: 0 [2022-03-05T21:29:02.079Z] Images: 0 [2022-03-05T21:29:02.079Z] Server Version: 0.0.0-dev [2022-03-05T21:29:02.079Z] Storage Driver: windowsfilter [2022-03-05T21:29:02.079Z] Windows: [2022-03-05T21:29:02.079Z] Logging Driver: json-file [2022-03-05T21:29:02.079Z] Plugins: [2022-03-05T21:29:02.079Z] Volume: local [2022-03-05T21:29:02.079Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:29:02.079Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:29:02.079Z] Swarm: inactive [2022-03-05T21:29:02.079Z] Default Isolation: process [2022-03-05T21:29:02.079Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T21:29:02.079Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T21:29:02.079Z] OSType: windows [2022-03-05T21:29:02.079Z] Architecture: x86_64 [2022-03-05T21:29:02.079Z] CPUs: 4 [2022-03-05T21:29:02.079Z] Total Memory: 32GiB [2022-03-05T21:29:02.079Z] Name: azwin-2-01a980 [2022-03-05T21:29:02.079Z] ID: 3DRG:LOGI:3MXR:GSGV:KCST:UYAE:JAYR:RFTH:WS25:TR4T:MRF4:K2N5 [2022-03-05T21:29:02.079Z] Docker Root Dir: D:\CI\PR-43334\2\daemon [2022-03-05T21:29:02.079Z] Debug Mode (client): false [2022-03-05T21:29:02.079Z] Debug Mode (server): true [2022-03-05T21:29:02.079Z] File Descriptors: -1 [2022-03-05T21:29:02.079Z] Goroutines: 16 [2022-03-05T21:29:02.079Z] System Time: 2022-03-05T21:28:59.6617142Z [2022-03-05T21:29:02.079Z] EventsListeners: 0 [2022-03-05T21:29:02.079Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:29:02.079Z] Labels: [2022-03-05T21:29:02.079Z] Experimental: false [2022-03-05T21:29:02.079Z] Insecure Registries: [2022-03-05T21:29:02.079Z] 127.0.0.0/8 [2022-03-05T21:29:02.079Z] Live Restore Enabled: false [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] INFO: Docker images of the daemon under test [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T21:29:02.079Z] [2022-03-05T21:29:02.079Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-05T21:29:02.079Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-05T21:29:02.079Z] ltsc2019: Pulling from windows/servercore [2022-03-05T21:29:02.079Z] 4612f6d0b889: Pulling fs layer [2022-03-05T21:29:02.079Z] 1bd78008c728: Pulling fs layer [2022-03-05T21:29:02.171Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-03-05T21:29:02.171Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:29:02.737Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:29:02.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:29:02.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:29:02.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:29:02.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 77.3% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/builder/remotecontext 0.093s coverage: 13.7% of statements [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/builder/dockerfile 0.210s coverage: 49.3% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/builder/remotecontext/git 0.896s coverage: 86.3% of statements [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T21:29:04.198Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T21:29:04.198Z] ok github.com/docker/docker/cmd/docker-proxy 0.233s coverage: 67.6% of statements [2022-03-05T21:29:04.639Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:29:06.017Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:29:06.760Z] ok github.com/docker/docker/client 0.095s coverage: 75.7% of statements [2022-03-05T21:29:06.953Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:29:07.893Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:29:08.835Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:29:09.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T21:29:09.773Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:29:10.133Z] INFO: Expanding go... [2022-03-05T21:29:10.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:29:11.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:29:11.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T21:29:12.212Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:29:12.781Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:29:13.716Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:29:13.974Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:29:14.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T21:29:14.588Z] 1bd78008c728: Verifying Checksum [2022-03-05T21:29:14.588Z] 1bd78008c728: Download complete [2022-03-05T21:29:14.910Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:29:15.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T21:29:17.443Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:29:18.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T21:29:18.387Z] 4612f6d0b889: Verifying Checksum [2022-03-05T21:29:18.387Z] 4612f6d0b889: Download complete [2022-03-05T21:29:20.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.62s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.15s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.89s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.04s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.82s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.74s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.34s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.30s) [2022-03-05T21:29:21.640Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.72s) [2022-03-05T21:29:21.640Z] === RUN TestCgroupNamespacesRun [2022-03-05T21:29:22.208Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-03-05T21:29:22.208Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T21:29:22.208Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-05T21:29:22.208Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-05T21:29:22.208Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T21:29:23.226Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-05T21:29:23.226Z] [2022-03-05T21:29:23.226Z] ________ ____ __. [2022-03-05T21:29:23.226Z] \_____ \ | |/ _| [2022-03-05T21:29:23.226Z] / | \| < [2022-03-05T21:29:23.226Z] / | \ | \ [2022-03-05T21:29:23.226Z] \_______ /____|__ \ [2022-03-05T21:29:23.226Z] \/ \/ [2022-03-05T21:29:23.226Z] [2022-03-05T21:29:23.226Z] INFO: make.ps1 ended at 03/05/2022 21:29:14 [2022-03-05T21:29:23.226Z] INFO: Binaries build ended at 03/05/2022 21:29:16. Duration:00:01:23.8876240 [2022-03-05T21:29:23.226Z] INFO: Copying the built daemon binary to d:\CI\PR-43334\2\binary\dockerd-0759f013a4.exe... [2022-03-05T21:29:23.226Z] INFO: Copying the built client binary to d:\CI\PR-43334\2\binary\docker-0759f013a4.exe... [2022-03-05T21:29:23.226Z] INFO: Copying dockerversion from the container... [2022-03-05T21:29:23.226Z] INFO: Copying the golang package from the container to d:\CI\PR-43334\2\installer\go.zip... [2022-03-05T21:29:23.226Z] INFO: Extracting go.zip to d:\CI\PR-43334\2\go [2022-03-05T21:29:23.586Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-03-05T21:29:23.586Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T21:29:24.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T21:29:24.520Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-03-05T21:29:24.520Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T21:29:25.894Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-03-05T21:29:25.894Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T21:29:26.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T21:29:26.828Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-03-05T21:29:26.828Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T21:29:27.405Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-03-05T21:29:27.405Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T21:29:28.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T21:29:28.795Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-03-05T21:29:28.795Z] === RUN TestNISDomainname [2022-03-05T21:29:29.054Z] --- PASS: TestNISDomainname (0.50s) [2022-03-05T21:29:29.054Z] === RUN TestHostnameDnsResolution [2022-03-05T21:29:29.990Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-03-05T21:29:29.990Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T21:29:30.558Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s) [2022-03-05T21:29:30.558Z] === RUN TestStats [2022-03-05T21:29:31.270Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T21:29:31.270Z] Using test binary docker [2022-03-05T21:29:31.270Z] +++ /etc/init.d/apparmor start [2022-03-05T21:29:31.270Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T21:29:31.270Z] INFO: Waiting for daemon to start... [2022-03-05T21:29:31.270Z] Starting dockerd [2022-03-05T21:29:31.270Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-05T21:29:33.088Z] --- PASS: TestStats (2.47s) [2022-03-05T21:29:33.088Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:29:33.088Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T21:29:33.088Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T21:29:33.088Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T21:29:33.088Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T21:29:33.088Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T21:29:33.088Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T21:29:33.088Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T21:29:33.088Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T21:29:33.088Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T21:29:33.088Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T21:29:33.657Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T21:29:33.823Z] . [2022-03-05T21:29:33.823Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T21:29:33.823Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T21:29:33.823Z] Error: No such image: emptyfs [2022-03-05T21:29:33.823Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T21:29:33.823Z] ++++ docker load [2022-03-05T21:29:34.085Z] Running integration-test (iteration 1) [2022-03-05T21:29:34.086Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T21:29:34.086Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:29:34.086Z] ++ set -e [2022-03-05T21:29:34.086Z] ++ '[' -n 0 ']' [2022-03-05T21:29:34.086Z] ++ set -x [2022-03-05T21:29:34.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:29:35.032Z] Loaded image: busybox:latest [2022-03-05T21:29:35.293Z] Loaded image: busybox:glibc [2022-03-05T21:29:35.564Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T21:29:36.938Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-05T21:29:36.938Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-03-05T21:29:36.938Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2022-03-05T21:29:36.938Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-03-05T21:29:36.938Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-03-05T21:29:36.938Z] === RUN TestDeleteDevicemapper [2022-03-05T21:29:36.938Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:29:36.938Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T21:29:36.938Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:29:38.314Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.24s) [2022-03-05T21:29:38.314Z] === RUN TestUpdateMemory [2022-03-05T21:29:38.877Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 29.1% of statements [2022-03-05T21:29:38.882Z] --- PASS: TestUpdateMemory (0.55s) [2022-03-05T21:29:38.882Z] === RUN TestUpdateCPUQuota [2022-03-05T21:29:39.818Z] --- PASS: TestUpdateCPUQuota (0.93s) [2022-03-05T21:29:39.818Z] === RUN TestUpdatePidsLimit [2022-03-05T21:29:39.818Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-05T21:29:39.818Z] === RUN TestUpdatePidsLimit/no_change [2022-03-05T21:29:40.037Z] INFO: Expanding compiler 1 of 3... [2022-03-05T21:29:40.037Z] INFO: Expanding compiler 2 of 3... [2022-03-05T21:29:40.077Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-05T21:29:40.262Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-05T21:29:40.262Z] ok github.com/docker/docker/cmd/dockerd/trap 2.429s coverage: 0.0% of statements [2022-03-05T21:29:40.262Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T21:29:40.262Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T21:29:40.262Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T21:29:40.262Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T21:29:40.262Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T21:29:40.336Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-05T21:29:40.587Z] Loaded image: debian:bullseye-slim [2022-03-05T21:29:40.587Z] Loaded image: hello-world:latest [2022-03-05T21:29:40.587Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:29:40.587Z] INFO: Testing against a local daemon [2022-03-05T21:29:40.587Z] === RUN TestCgroupNamespacesBuild [2022-03-05T21:29:40.596Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-05T21:29:40.596Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-05T21:29:40.855Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit (1.84s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-03-05T21:29:41.424Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-03-05T21:29:41.424Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:29:42.523Z] --- PASS: TestCgroupNamespacesBuild (2.21s) [2022-03-05T21:29:42.523Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T21:29:44.444Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.10s) [2022-03-05T21:29:44.444Z] === RUN TestBuildWithSession [2022-03-05T21:29:44.444Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:29:44.444Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:29:44.444Z] === RUN TestBuildSquashParent [2022-03-05T21:29:44.470Z] ok github.com/docker/docker/daemon/cluster 0.043s coverage: 0.5% of statements [2022-03-05T21:29:45.807Z] INFO: Expanding compiler 3 of 3... [2022-03-05T21:29:46.264Z] INFO: Removing downloaded files... [2022-03-05T21:29:46.264Z] INFO: Downloading containerd [2022-03-05T21:29:46.386Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2022-03-05T21:29:48.300Z] ok github.com/docker/docker/daemon/cluster/convert 0.015s coverage: 35.9% of statements [2022-03-05T21:29:48.319Z] INFO: Extraction ended at 03/05/2022 21:29:44. Duration:00:00:26.2950086 [2022-03-05T21:29:48.319Z] INFO: Updating the golang and path environment variables [2022-03-05T21:29:48.319Z] INFO: GOPATH=d:\gopath [2022-03-05T21:29:48.319Z] INFO: go version go1.17.8 windows/amd64 [2022-03-05T21:29:48.319Z] INFO: Running the daemon under test in debug mode [2022-03-05T21:29:48.319Z] INFO: Starting a daemon under test... [2022-03-05T21:29:48.319Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43334\2\daemon --pidfile d:\CI\PR-43334\2\docker.pid -D [2022-03-05T21:29:48.319Z] INFO: Process started successfully. [2022-03-05T21:29:48.319Z] INFO: Start tailing logs of the daemon under tests [2022-03-05T21:29:48.319Z] INFO: Waiting for the daemon under test to start... [2022-03-05T21:29:52.597Z] --- PASS: TestBuildSquashParent (8.02s) [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:29:52.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:29:52.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:29:52.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:29:52.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:29:52.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:29:52.597Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:29:52.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:29:52.597Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:29:52.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:29:53.634Z] --- PASS: TestUpdateRestartPolicy (11.01s) [2022-03-05T21:29:53.634Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:29:53.634Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-03-05T21:29:53.634Z] === RUN TestWaitNonBlocked [2022-03-05T21:29:53.634Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:29:53.634Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:29:53.634Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:29:53.634Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:29:53.634Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:29:53.634Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:29:53.634Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-05T21:29:53.634Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.55s) [2022-03-05T21:29:53.635Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s) [2022-03-05T21:29:53.635Z] === RUN TestWaitBlocked [2022-03-05T21:29:53.635Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:29:53.635Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:29:53.635Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:29:53.635Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:29:53.635Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:29:53.635Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:29:54.204Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-05T21:29:54.204Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-03-05T21:29:54.204Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-03-05T21:29:54.204Z] === CONT TestContainerStartOnDaemonRestart [2022-03-05T21:29:54.204Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T21:29:54.977Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-03-05T21:29:55.906Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:29:55.906Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:29:56.364Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.0% of statements [2022-03-05T21:29:56.626Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-05T21:29:56.750Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.19s) [2022-03-05T21:29:56.751Z] === CONT TestDaemonHostGatewayIP [2022-03-05T21:29:56.751Z] --- PASS: TestContainerStartOnDaemonRestart (2.24s) [2022-03-05T21:29:56.751Z] === CONT TestDaemonRestartIpcMode [2022-03-05T21:29:57.200Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-05T21:29:57.786Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.007s coverage: 4.2% of statements [2022-03-05T21:29:58.470Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:29:58.731Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:29:58.739Z] [2022-03-05T21:29:58.739Z] Name Version Source Summary [2022-03-05T21:29:58.739Z] ---- ------- ------ ------- [2022-03-05T21:29:58.739Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-05T21:29:58.739Z] [2022-03-05T21:29:58.739Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-05T21:29:58.739Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-05T21:29:58.739Z] PSChildName : containerd [2022-03-05T21:29:58.739Z] PSDrive : C [2022-03-05T21:29:58.739Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-05T21:29:58.739Z] PSIsContainer : True [2022-03-05T21:29:58.739Z] Name : containerd [2022-03-05T21:29:58.739Z] FullName : C:\containerd [2022-03-05T21:29:58.739Z] Parent : [2022-03-05T21:29:58.739Z] Exists : True [2022-03-05T21:29:58.739Z] Root : C:\ [2022-03-05T21:29:58.739Z] Extension : [2022-03-05T21:29:58.739Z] CreationTime : 3/5/2022 9:29:58 PM [2022-03-05T21:29:58.739Z] CreationTimeUtc : 3/5/2022 9:29:58 PM [2022-03-05T21:29:58.739Z] LastAccessTime : 3/5/2022 9:29:58 PM [2022-03-05T21:29:58.739Z] LastAccessTimeUtc : 3/5/2022 9:29:58 PM [2022-03-05T21:29:58.739Z] LastWriteTime : 3/5/2022 9:29:58 PM [2022-03-05T21:29:58.739Z] LastWriteTimeUtc : 3/5/2022 9:29:58 PM [2022-03-05T21:29:58.739Z] Attributes : Directory [2022-03-05T21:29:58.739Z] Mode : d----- [2022-03-05T21:29:58.739Z] BaseName : containerd [2022-03-05T21:29:58.739Z] Target : {} [2022-03-05T21:29:58.739Z] LinkType : [2022-03-05T21:29:58.739Z] [2022-03-05T21:29:59.171Z] ok github.com/docker/docker/daemon 10.114s coverage: 17.1% of statements [2022-03-05T21:29:59.171Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T21:29:59.171Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T21:29:59.171Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T21:29:59.171Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T21:29:59.283Z] --- PASS: TestDaemonRestartIpcMode (2.62s) [2022-03-05T21:29:59.283Z] === CONT TestIpcModeOlderClient [2022-03-05T21:29:59.283Z] --- PASS: TestDaemonHostGatewayIP (2.69s) [2022-03-05T21:29:59.283Z] === CONT TestContainerKillOnDaemonStart [2022-03-05T21:29:59.283Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-05T21:29:59.431Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-03-05T21:29:59.701Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-05T21:29:59.701Z] INFO: Configuring git core.autocrlf... [2022-03-05T21:29:59.701Z] [2022-03-05T21:29:59.702Z] [2022-03-05T21:30:00.001Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.333s coverage: 56.2% of statements [2022-03-05T21:30:01.388Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.17s) [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.32s) [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.63s) [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.15s) [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s) [2022-03-05T21:30:02.035Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.00s) [2022-03-05T21:30:02.035Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:30:02.035Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:30:02.550Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:30:02.550Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:30:02.550Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:30:02.550Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:30:02.550Z] [2022-03-05T21:30:02.550Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T21:30:02.550Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T21:30:02.550Z] HOSTNAME=d78ecf513747 [2022-03-05T21:30:02.550Z] DEST=bundles/test-integration [2022-03-05T21:30:02.550Z] PWD=/go/src/github.com/docker/docker [2022-03-05T21:30:02.550Z] DOCKER_ROOTLESS=1 [2022-03-05T21:30:02.550Z] DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:30:02.550Z] container=docker [2022-03-05T21:30:02.550Z] HOME=/root [2022-03-05T21:30:02.550Z] GOLANG_VERSION=1.17.8 [2022-03-05T21:30:02.550Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T21:30:02.550Z] VALIDATE_BRANCH=master [2022-03-05T21:30:02.550Z] TERM=xterm [2022-03-05T21:30:02.550Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T21:30:02.550Z] SHLVL=1 [2022-03-05T21:30:02.550Z] TIMEOUT=120m [2022-03-05T21:30:02.550Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T21:30:02.550Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T21:30:02.550Z] GO111MODULE=off [2022-03-05T21:30:02.550Z] DOCKER_EXPERIMENTAL=1 [2022-03-05T21:30:02.550Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T21:30:02.550Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T21:30:02.550Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T21:30:02.550Z] GOPATH=/go [2022-03-05T21:30:02.550Z] PKG_CONFIG=pkg-config [2022-03-05T21:30:02.550Z] _=/usr/bin/env [2022-03-05T21:30:02.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T21:30:03.309Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.281s coverage: 50.5% of statements [2022-03-05T21:30:03.309Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.876s coverage: 45.9% of statements [2022-03-05T21:30:03.309Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T21:30:04.254Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-03-05T21:30:04.588Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:30:04.851Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:30:05.196Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.840s coverage: 58.0% of statements [2022-03-05T21:30:05.196Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-05T21:30:05.196Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T21:30:05.196Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2022-03-05T21:30:05.426Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:30:05.688Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:30:05.768Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-03-05T21:30:05.969Z] ...INFO: Daemon under test started and replied! [2022-03-05T21:30:05.969Z] INFO: Docker version of the daemon under test [2022-03-05T21:30:05.969Z] [2022-03-05T21:30:05.969Z] Client: [2022-03-05T21:30:05.969Z] Version: 17.06.2-ce [2022-03-05T21:30:05.969Z] API version: 1.30 [2022-03-05T21:30:05.969Z] Go version: go1.8.3 [2022-03-05T21:30:05.969Z] Git commit: cec0b72 [2022-03-05T21:30:05.969Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-05T21:30:05.969Z] OS/Arch: windows/amd64 [2022-03-05T21:30:05.969Z] [2022-03-05T21:30:05.969Z] Server: [2022-03-05T21:30:05.969Z] Version: 0.0.0-dev [2022-03-05T21:30:05.969Z] API version: 1.42 (minimum version 1.24) [2022-03-05T21:30:05.969Z] Go version: go1.17.8 [2022-03-05T21:30:05.969Z] Git commit: 0759f013a4 [2022-03-05T21:30:05.969Z] Built: 03/05/2022 21:27:56 [2022-03-05T21:30:05.969Z] OS/Arch: windows/amd64 [2022-03-05T21:30:05.969Z] Experimental: false [2022-03-05T21:30:05.969Z] [2022-03-05T21:30:05.969Z] INFO: Docker info of the daemon under test [2022-03-05T21:30:05.969Z] [2022-03-05T21:30:05.969Z] Containers: 0 [2022-03-05T21:30:05.969Z] Running: 0 [2022-03-05T21:30:05.969Z] Paused: 0 [2022-03-05T21:30:05.969Z] Stopped: 0 [2022-03-05T21:30:05.969Z] Images: 0 [2022-03-05T21:30:05.969Z] Server Version: 0.0.0-dev [2022-03-05T21:30:05.969Z] Storage Driver: windowsfilter [2022-03-05T21:30:05.969Z] Windows: [2022-03-05T21:30:05.969Z] Logging Driver: json-file [2022-03-05T21:30:05.969Z] Plugins: [2022-03-05T21:30:05.969Z] Volume: local [2022-03-05T21:30:05.969Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:30:05.969Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:30:05.969Z] Swarm: inactive [2022-03-05T21:30:05.969Z] Default Isolation: process [2022-03-05T21:30:05.969Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T21:30:05.969Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T21:30:05.969Z] OSType: windows [2022-03-05T21:30:05.969Z] Architecture: x86_64 [2022-03-05T21:30:05.969Z] CPUs: 4 [2022-03-05T21:30:05.970Z] Total Memory: 32GiB [2022-03-05T21:30:05.970Z] Name: azwin-2-d1c240 [2022-03-05T21:30:05.970Z] ID: CY6L:VB5R:TTWO:ZUWX:PFWI:ZZDF:LWYJ:XB6N:35YS:BL6Y:Z2CA:GCCC [2022-03-05T21:30:05.970Z] Docker Root Dir: D:\CI\PR-43334\2\daemon [2022-03-05T21:30:05.970Z] Debug Mode (client): false [2022-03-05T21:30:05.970Z] Debug Mode (server): true [2022-03-05T21:30:05.970Z] File Descriptors: -1 [2022-03-05T21:30:05.970Z] Goroutines: 16 [2022-03-05T21:30:05.970Z] System Time: 2022-03-05T21:30:04.1258176Z [2022-03-05T21:30:05.970Z] EventsListeners: 0 [2022-03-05T21:30:05.970Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:30:05.970Z] Labels: [2022-03-05T21:30:05.970Z] Experimental: false [2022-03-05T21:30:05.970Z] Insecure Registries: [2022-03-05T21:30:05.970Z] 127.0.0.0/8 [2022-03-05T21:30:05.970Z] Live Restore Enabled: false [2022-03-05T21:30:05.970Z] [2022-03-05T21:30:05.970Z] [2022-03-05T21:30:05.970Z] INFO: Docker images of the daemon under test [2022-03-05T21:30:05.970Z] [2022-03-05T21:30:05.970Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T21:30:05.970Z] [2022-03-05T21:30:05.970Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-05T21:30:05.970Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-05T21:30:05.970Z] ltsc2022: Pulling from windows/servercore [2022-03-05T21:30:05.970Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T21:30:05.970Z] 898469748ff6: Pulling fs layer [2022-03-05T21:30:06.262Z] --- PASS: TestBuildMultiStageCopy (4.58s) [2022-03-05T21:30:06.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.46s) [2022-03-05T21:30:06.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2022-03-05T21:30:06.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2022-03-05T21:30:06.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2022-03-05T21:30:06.262Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2022-03-05T21:30:06.262Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:30:07.157Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 6.8% of statements [2022-03-05T21:30:07.158Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T21:30:07.158Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T21:30:07.158Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 43.0% of statements [2022-03-05T21:30:07.651Z] --- PASS: TestBuildMultiStageParentConfig (1.22s) [2022-03-05T21:30:07.651Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:30:08.104Z] ok github.com/docker/docker/daemon/logger/awslogs 0.137s coverage: 80.2% of statements [2022-03-05T21:30:08.104Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-03-05T21:30:08.104Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T21:30:08.679Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-03-05T21:30:08.679Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-03-05T21:30:08.940Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2022-03-05T21:30:09.201Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 69.9% of statements [2022-03-05T21:30:09.570Z] --- PASS: TestBuildLabelWithTargets (2.02s) [2022-03-05T21:30:09.570Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:30:09.772Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 78.7% of statements [2022-03-05T21:30:09.772Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T21:30:10.033Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 54.9% of statements [2022-03-05T21:30:10.604Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.045s coverage: 31.5% of statements [2022-03-05T21:30:10.956Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2022-03-05T21:30:10.957Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:30:11.175Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-03-05T21:30:11.436Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-05T21:30:11.489Z] --- PASS: TestContainerKillOnDaemonStart (11.48s) [2022-03-05T21:30:11.489Z] PASS [2022-03-05T21:30:11.489Z] [2022-03-05T21:30:11.489Z] === Skipped [2022-03-05T21:30:11.489Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-05T21:30:11.489Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:30:11.489Z] [2022-03-05T21:30:11.489Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-05T21:30:11.489Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-05T21:30:11.489Z] [2022-03-05T21:30:11.489Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:30:11.489Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:30:11.489Z] [2022-03-05T21:30:11.489Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-05T21:30:11.489Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-05T21:30:11.489Z] [2022-03-05T21:30:11.489Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T21:30:11.489Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:30:11.489Z] [2022-03-05T21:30:11.489Z] DONE 200 tests, 5 skipped in 118.552s [2022-03-05T21:30:11.489Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T21:30:11.489Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:30:11.489Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-05T21:30:11.489Z] === RUN TestDaemonConfigValidation [2022-03-05T21:30:11.489Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:30:11.489Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:30:11.489Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T21:30:11.489Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T21:30:11.489Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T21:30:11.489Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T21:30:11.489Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T21:30:11.489Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T21:30:11.489Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T21:30:11.489Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T21:30:11.489Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:30:11.489Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T21:30:11.489Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T21:30:11.489Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T21:30:11.489Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T21:30:11.489Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T21:30:11.489Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-05T21:30:11.489Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-03-05T21:30:11.489Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-05T21:30:11.489Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-05T21:30:11.489Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-03-05T21:30:11.489Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:30:11.489Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T21:30:12.007Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-05T21:30:12.426Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T21:30:12.579Z] ok github.com/docker/docker/daemon/logger/splunk 1.546s coverage: 82.5% of statements [2022-03-05T21:30:12.579Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T21:30:12.579Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T21:30:13.524Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-03-05T21:30:13.804Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T21:30:14.098Z] ok github.com/docker/docker/distribution 0.607s coverage: 28.4% of statements [2022-03-05T21:30:14.098Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T21:30:14.282Z] --- PASS: TestBuildMultiStageOnBuild (3.01s) [2022-03-05T21:30:14.282Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:30:14.671Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-05T21:30:14.744Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T21:30:14.744Z] daemon_test.go:156: [d5d05df933365] daemon is not started [2022-03-05T21:30:14.744Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-03-05T21:30:14.744Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-03-05T21:30:14.744Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-03-05T21:30:14.744Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-03-05T21:30:14.744Z] === RUN TestDaemonProxy [2022-03-05T21:30:14.744Z] === RUN TestDaemonProxy/environment_variables [2022-03-05T21:30:15.229Z] --- PASS: TestBuildUncleanTarFilenames (1.54s) [2022-03-05T21:30:15.229Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:30:15.244Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-03-05T21:30:15.505Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-05T21:30:16.090Z] ok github.com/docker/docker/distribution/xfer 1.894s coverage: 84.9% of statements [2022-03-05T21:30:16.090Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T21:30:16.090Z] ok github.com/docker/docker/image/tarexport 0.011s coverage: 0.7% of statements [2022-03-05T21:30:16.652Z] === RUN TestDaemonProxy/command-line_options [2022-03-05T21:30:16.669Z] ok github.com/docker/docker/image/v1 0.020s coverage: 25.0% of statements [2022-03-05T21:30:16.669Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T21:30:16.930Z] ok github.com/docker/docker/libcontainerd/queue 0.031s coverage: 100.0% of statements [2022-03-05T21:30:17.877Z] ok github.com/docker/docker/oci 0.008s coverage: 43.3% of statements [2022-03-05T21:30:18.032Z] === RUN TestDaemonProxy/configuration_file [2022-03-05T21:30:18.449Z] ok github.com/docker/docker/opts 0.016s coverage: 67.4% of statements [2022-03-05T21:30:18.449Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-05T21:30:18.541Z] --- PASS: TestBuildMultiStageLayerLeak (3.01s) [2022-03-05T21:30:18.541Z] === RUN TestBuildWithHugeFile [2022-03-05T21:30:19.940Z] === RUN TestDaemonProxy/conflicting_options [2022-03-05T21:30:20.368Z] ok github.com/docker/docker/pkg/archive 0.282s coverage: 82.5% of statements [2022-03-05T21:30:20.507Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-05T21:30:20.765Z] --- PASS: TestDaemonProxy (6.27s) [2022-03-05T21:30:20.765Z] --- PASS: TestDaemonProxy/environment_variables (1.80s) [2022-03-05T21:30:20.765Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-03-05T21:30:20.765Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-03-05T21:30:20.765Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-05T21:30:20.765Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-05T21:30:20.765Z] PASS [2022-03-05T21:30:20.765Z] [2022-03-05T21:30:20.765Z] DONE 17 tests in 10.189s [2022-03-05T21:30:20.939Z] ok github.com/docker/docker/pkg/authorization 0.384s coverage: 68.3% of statements [2022-03-05T21:30:21.023Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T21:30:21.023Z] INFO: Testing against a local daemon [2022-03-05T21:30:21.023Z] === RUN TestCommitInheritsEnv [2022-03-05T21:30:21.200Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-05T21:30:21.200Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-05T21:30:21.282Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-03-05T21:30:21.282Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:30:21.282Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-05T21:30:21.282Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:30:21.282Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T21:30:21.282Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T21:30:21.282Z] === RUN TestImportWithCustomPlatform// [2022-03-05T21:30:21.282Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T21:30:21.282Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T21:30:21.540Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T21:30:21.540Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T21:30:21.540Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T21:30:21.540Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T21:30:21.540Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T21:30:21.540Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:30:21.540Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-05T21:30:21.540Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:30:21.540Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-05T21:30:21.540Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:30:21.801Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-03-05T21:30:21.801Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T21:30:23.634Z] 898469748ff6: Verifying Checksum [2022-03-05T21:30:23.634Z] 898469748ff6: Download complete [2022-03-05T21:30:23.721Z] --- PASS: TestRemoveImageGarbageCollector (1.86s) [2022-03-05T21:30:23.721Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:30:23.721Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-05T21:30:23.721Z] === RUN TestTagInvalidReference [2022-03-05T21:30:23.721Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-05T21:30:23.721Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:30:23.721Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-05T21:30:23.721Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:30:23.721Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-05T21:30:23.721Z] === RUN TestTagOfficialNames [2022-03-05T21:30:23.721Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-05T21:30:23.721Z] === RUN TestTagMatchesDigest [2022-03-05T21:30:23.721Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-05T21:30:23.721Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-05T21:30:24.497Z] ok github.com/docker/docker/pkg/chrootarchive 2.516s coverage: 43.5% of statements [2022-03-05T21:30:24.497Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-05T21:30:24.759Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-05T21:30:25.021Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-03-05T21:30:25.021Z] ok github.com/docker/docker/layer 7.209s coverage: 69.0% of statements [2022-03-05T21:30:25.021Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T21:30:25.021Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T21:30:25.021Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T21:30:25.021Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T21:30:25.021Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T21:30:25.021Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T21:30:25.167Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T21:30:25.167Z] 8f616e6e9eec: Download complete [2022-03-05T21:30:25.595Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-03-05T21:30:25.856Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2022-03-05T21:30:25.856Z] ok github.com/docker/docker/pkg/fsutils 0.171s coverage: 85.1% of statements [2022-03-05T21:30:25.856Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-05T21:30:26.801Z] ok github.com/docker/docker/pkg/idtools 0.332s coverage: 69.5% of statements [2022-03-05T21:30:27.063Z] ok github.com/docker/docker/pkg/ioutils 0.355s coverage: 71.5% of statements [2022-03-05T21:30:27.063Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-03-05T21:30:27.063Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T21:30:27.324Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-03-05T21:30:27.324Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-05T21:30:27.324Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T21:30:27.324Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-03-05T21:30:27.324Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-05T21:30:27.586Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2022-03-05T21:30:27.847Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 86.7% of statements [2022-03-05T21:30:27.847Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-05T21:30:27.847Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T21:30:27.847Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T21:30:28.420Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2022-03-05T21:30:28.991Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-05T21:30:28.991Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-05T21:30:29.251Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-05T21:30:30.633Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-03-05T21:30:30.633Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-05T21:30:30.894Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-05T21:30:31.156Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-05T21:30:31.416Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-05T21:30:31.416Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-05T21:30:31.986Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-03-05T21:30:32.246Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-05T21:30:32.507Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2022-03-05T21:30:33.077Z] ok github.com/docker/docker/pkg/tarsum 0.053s coverage: 89.3% of statements [2022-03-05T21:30:33.337Z] coverage: [no statements] [2022-03-05T21:30:33.337Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-05T21:30:33.597Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-05T21:30:33.597Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-05T21:30:33.857Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-05T21:30:35.791Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-03-05T21:30:35.791Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-05T21:30:36.368Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-05T21:30:37.312Z] ok github.com/docker/docker/quota 0.184s coverage: 71.4% of statements [2022-03-05T21:30:37.573Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-05T21:30:38.959Z] ok github.com/docker/docker/registry 0.100s coverage: 58.3% of statements [2022-03-05T21:30:38.959Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-05T21:30:39.221Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-05T21:30:39.792Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-05T21:30:39.792Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-05T21:30:41.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T21:30:41.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T21:30:42.343Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-05T21:30:43.283Z] ok github.com/docker/docker/volume/local 0.102s coverage: 76.4% of statements [2022-03-05T21:30:43.543Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-03-05T21:30:44.926Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-05T21:30:46.226Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|exports_file|imports|name) took 2m17.313197913s [2022-03-05T21:30:46.226Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-03-05T21:30:46.226Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 476.518613ms [2022-03-05T21:31:03.039Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.3% of statements [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T21:31:03.039Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === Skipped [2022-03-05T21:31:03.039Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T21:31:03.039Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T21:31:03.039Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T21:31:03.039Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T21:31:03.039Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-05T21:31:03.039Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:29:57Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T21:31:03.039Z] aufs_test.go:37: driver not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-05T21:31:03.039Z] graphtest_unix.go:71: No driver to put! [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:30:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-05T21:31:03.039Z] time="2022-03-05T21:30:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:31:03.039Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:31:03.039Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:31:03.039Z] [2022-03-05T21:31:03.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-05T21:31:03.040Z] time="2022-03-05T21:30:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-05T21:31:03.040Z] time="2022-03-05T21:30:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-05T21:31:03.040Z] time="2022-03-05T21:30:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:71: No driver to put! [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-05T21:31:03.040Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-05T21:31:03.040Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-05T21:31:03.040Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:31:03.040Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-05T21:31:03.040Z] graphtest_unix.go:71: No driver to put! [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-05T21:31:03.040Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-05T21:31:03.040Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-05T21:31:03.040Z] [2022-03-05T21:31:03.040Z] DONE 2323 tests, 53 skipped in 198.840s [2022-03-05T21:31:03.040Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:31:03.040Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-05T21:31:03.040Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-05T21:31:03.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T21:31:11.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T21:31:19.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T21:31:19.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T21:31:20.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T21:31:21.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T21:31:21.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T21:31:22.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T21:31:25.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T21:31:25.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T21:31:25.748Z] Removing intermediate container 33ee14308661 [2022-03-05T21:31:25.748Z] ---> 2c6be4be8957 [2022-03-05T21:31:25.748Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-05T21:31:25.748Z] ---> Running in 38b6f647e259 [2022-03-05T21:31:25.748Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-05T21:31:25.748Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T21:31:25.748Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T21:31:25.748Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-05T21:31:25.748Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T21:31:25.748Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T21:31:25.748Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-05T21:31:25.748Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T21:31:25.748Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T21:31:25.748Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T21:31:25.748Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T21:31:25.748Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T21:31:25.748Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T21:31:25.748Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T21:31:25.748Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T21:31:25.748Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-05T21:31:26.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T21:31:26.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T21:31:27.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T21:31:28.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T21:31:29.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T21:31:29.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T21:31:30.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T21:31:31.837Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T21:31:31.837Z] Using test binary docker [2022-03-05T21:31:31.837Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T21:31:31.837Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T21:31:31.837Z] INFO: Waiting for daemon to start... [2022-03-05T21:31:31.837Z] Starting dockerd [2022-03-05T21:31:33.742Z] . [2022-03-05T21:31:33.742Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T21:31:33.742Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T21:31:33.742Z] Error: No such image: emptyfs [2022-03-05T21:31:34.005Z] Running integration-test (iteration 1) [2022-03-05T21:31:34.006Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T21:31:34.264Z] Loaded image: busybox:latest [2022-03-05T21:31:34.264Z] Loaded image: busybox:glibc [2022-03-05T21:31:35.644Z] Loaded image: debian:bullseye-slim [2022-03-05T21:31:35.644Z] Loaded image: hello-world:latest [2022-03-05T21:31:35.904Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:31:35.904Z] INFO: Testing against a local daemon [2022-03-05T21:31:35.904Z] === RUN TestCgroupNamespacesBuild [2022-03-05T21:31:37.285Z] --- PASS: TestCgroupNamespacesBuild (1.19s) [2022-03-05T21:31:37.285Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T21:31:38.225Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2022-03-05T21:31:38.225Z] === RUN TestBuildWithSession [2022-03-05T21:31:38.225Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:31:38.225Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:31:38.225Z] === RUN TestBuildSquashParent [2022-03-05T21:31:46.341Z] --- PASS: TestBuildSquashParent (6.96s) [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:31:46.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:31:46.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:31:46.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:31:46.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:31:46.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:31:46.342Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:31:46.342Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:31:46.342Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:31:46.342Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:31:46.913Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:31:46.913Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:31:46.992Z] Removing intermediate container 38b6f647e259 [2022-03-05T21:31:46.992Z] ---> 13cd360751a5 [2022-03-05T21:31:46.992Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-05T21:31:46.992Z] ---> Running in 61da2a97fef8 [2022-03-05T21:31:46.992Z] Removing intermediate container 61da2a97fef8 [2022-03-05T21:31:46.992Z] ---> b95b208ebc5f [2022-03-05T21:31:46.992Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-05T21:31:46.992Z] ---> Running in 3a8d7b32a5b0 [2022-03-05T21:31:46.992Z] Removing intermediate container 3a8d7b32a5b0 [2022-03-05T21:31:46.992Z] ---> 2dbacaf943e6 [2022-03-05T21:31:46.992Z] Step 11/11 : COPY . . [2022-03-05T21:31:48.820Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:31:48.820Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork 37.027s coverage: 40.7% of statements [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork/bitseq 0.127s coverage: 84.4% of statements [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.242s coverage: 59.9% of statements [2022-03-05T21:31:49.774Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T21:31:49.774Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-05T21:31:50.346Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.083s coverage: 4.0% of statements [2022-03-05T21:31:50.346Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.75s) [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.80s) [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.79s) [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.95s) [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.04s) [2022-03-05T21:31:50.725Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.87s) [2022-03-05T21:31:50.725Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:31:50.725Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:31:50.916Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2022-03-05T21:31:50.916Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T21:31:51.176Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-05T21:31:54.915Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:31:55.060Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T21:31:55.060Z] Using test binary docker [2022-03-05T21:31:55.060Z] +++ /etc/init.d/apparmor start [2022-03-05T21:31:55.060Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T21:31:55.060Z] INFO: Waiting for daemon to start... [2022-03-05T21:31:55.060Z] Starting dockerd [2022-03-05T21:31:55.060Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-05T21:31:55.060Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T21:31:55.060Z] Using test binary docker [2022-03-05T21:31:55.060Z] +++ /etc/init.d/apparmor start [2022-03-05T21:31:55.060Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T21:31:55.060Z] INFO: Waiting for daemon to start... [2022-03-05T21:31:55.060Z] Starting dockerd [2022-03-05T21:31:55.060Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-05T21:31:55.060Z] . [2022-03-05T21:31:55.060Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T21:31:55.060Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T21:31:55.060Z] Error: No such image: emptyfs [2022-03-05T21:31:55.060Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T21:31:55.060Z] ++++ docker load [2022-03-05T21:31:55.060Z] Running integration-test (iteration 1) [2022-03-05T21:31:55.060Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-05T21:31:55.060Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-05T21:31:55.060Z] ++ set -e [2022-03-05T21:31:55.060Z] ++ '[' -n 0 ']' [2022-03-05T21:31:55.060Z] ++ set -x [2022-03-05T21:31:55.060Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-05T21:31:55.060Z] Loaded image: busybox:latest [2022-03-05T21:31:55.060Z] [2022-03-05T21:31:55.060Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T21:31:55.060Z] Loaded image: busybox:glibc [2022-03-05T21:31:55.060Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T21:31:55.060Z] Error: No such image: emptyfs [2022-03-05T21:31:55.060Z] ++++ docker load [2022-03-05T21:31:55.060Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T21:31:55.060Z] Running integration-test (iteration 1) [2022-03-05T21:31:55.060Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-05T21:31:55.060Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-05T21:31:55.060Z] ++ set -e [2022-03-05T21:31:55.060Z] ++ '[' -n 0 ']' [2022-03-05T21:31:55.060Z] ++ set -x [2022-03-05T21:31:55.060Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-05T21:31:55.060Z] Loaded image: busybox:latest [2022-03-05T21:31:55.060Z] Loaded image: busybox:glibc [2022-03-05T21:31:55.060Z] Loaded image: debian:bullseye-slim [2022-03-05T21:31:55.060Z] Loaded image: hello-world:latest [2022-03-05T21:31:55.060Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:31:55.060Z] INFO: Testing against a local daemon [2022-03-05T21:31:55.060Z] === RUN TestDockerDaemonSuite [2022-03-05T21:31:55.060Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-05T21:31:55.060Z] Loaded image: debian:bullseye-slim [2022-03-05T21:31:55.060Z] Loaded image: hello-world:latest [2022-03-05T21:31:55.060Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:31:55.060Z] INFO: Testing against a local daemon [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T21:31:55.060Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T21:31:55.175Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:31:55.322Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T21:31:55.583Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T21:31:55.845Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T21:31:56.111Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:31:56.418Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T21:31:56.418Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T21:31:56.678Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T21:31:57.048Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:31:58.066Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T21:31:58.330Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T21:31:58.330Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T21:31:58.330Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T21:31:58.427Z] --- PASS: TestBuildMultiStageCopy (7.42s) [2022-03-05T21:31:58.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.42s) [2022-03-05T21:31:58.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2022-03-05T21:31:58.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-05T21:31:58.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2022-03-05T21:31:58.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s) [2022-03-05T21:31:58.427Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:31:58.903Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-05T21:31:59.477Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T21:32:00.171Z] --- PASS: TestImportExtremelyLargeImageWorks (90.34s) [2022-03-05T21:32:00.171Z] PASS [2022-03-05T21:32:00.171Z] [2022-03-05T21:32:00.171Z] DONE 22 tests in 93.264s [2022-03-05T21:32:00.171Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T21:32:00.171Z] INFO: Testing against a local daemon [2022-03-05T21:32:00.171Z] === RUN TestNetworkCreateDelete [2022-03-05T21:32:00.171Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-05T21:32:00.172Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:32:00.172Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-05T21:32:00.172Z] === RUN TestDaemonDNSFallback [2022-03-05T21:32:00.424Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T21:32:00.685Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T21:32:00.685Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T21:32:00.685Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T21:32:00.685Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T21:32:01.108Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-05T21:32:01.108Z] === RUN TestInspectNetwork [2022-03-05T21:32:01.170Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.774s coverage: 7.2% of statements [2022-03-05T21:32:01.171Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T21:32:01.171Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.006s coverage: 63.6% of statements [2022-03-05T21:32:01.171Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-05T21:32:01.171Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T21:32:01.171Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-05T21:32:01.171Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T21:32:01.741Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-03-05T21:32:01.741Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-03-05T21:32:02.002Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-05T21:32:02.263Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-05T21:32:03.736Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-03-05T21:32:03.736Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:32:04.394Z] === RUN TestInspectNetwork/full_network_id [2022-03-05T21:32:04.394Z] === RUN TestInspectNetwork/partial_network_id [2022-03-05T21:32:04.394Z] === RUN TestInspectNetwork/network_name [2022-03-05T21:32:04.394Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-05T21:32:06.512Z] 8f616e6e9eec: Pull complete [2022-03-05T21:32:07.272Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T21:32:07.694Z] INFO [linters context/goanalysis] analyzers took 4m40.03634454s with top 10 stages: buildir: 1m44.486602403s, goimports: 22.218779191s, unconvert: 17.532458419s, gosec: 13.28342812s, golint: 6.780849771s, S1038: 6.246309569s, misspell: 5.221849025s, inspect: 3.658975395s, nilness: 3.626873987s, unused: 3.360656143s [2022-03-05T21:32:07.694Z] INFO [runner] Issues before processing: 3051, after processing: 0 [2022-03-05T21:32:07.694Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2059/2444, exclude-rules: 76/2059, cgo: 2444/3051, skip_dirs: 2444/2444, nolint: 0/76, identifier_marker: 2059/2059, exclude: 2059/2059, filename_unadjuster: 2444/2444, path_prettifier: 2444/2444, skip_files: 2444/2444 [2022-03-05T21:32:07.694Z] INFO [runner] processing took 82.857061ms with stages: nolint: 33.07271ms, identifier_marker: 21.295928ms, path_prettifier: 10.060529ms, autogenerated_exclude: 8.696397ms, exclude-rules: 7.455742ms, skip_dirs: 1.840936ms, cgo: 268.814µs, filename_unadjuster: 160.739µs, max_same_issues: 1.618µs, uniq_by_line: 613ns, source_code: 548ns, skip_files: 342ns, diff: 328ns, severity-rules: 327ns, max_from_linter: 325ns, exclude: 285ns, max_per_file_from_linter: 234ns, path_shortener: 232ns, sort_results: 220ns, path_prefixer: 194ns [2022-03-05T21:32:07.694Z] INFO [runner] linters took 1m25.225396181s with stages: goanalysis_metalinter: 1m25.142203743s [2022-03-05T21:32:07.694Z] INFO File cache stats: 1673 entries of total size 8.4MiB [2022-03-05T21:32:07.694Z] INFO Memory: 2232 samples, avg is 315.3MB, max is 1130.2MB [2022-03-05T21:32:07.694Z] INFO Execution took 3m43.024092109s [2022-03-05T21:32:07.956Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2022-03-05T21:32:08.587Z] --- PASS: TestInspectNetwork (7.27s) [2022-03-05T21:32:08.587Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-05T21:32:08.587Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-05T21:32:08.587Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-05T21:32:08.587Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-05T21:32:08.587Z] === RUN TestRunContainerWithBridgeNone [Pipeline] sh [2022-03-05T21:32:08.871Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh dynbinary test-docker-py [2022-03-05T21:32:09.130Z] [2022-03-05T21:32:09.130Z] Removing bundles/ [2022-03-05T21:32:09.130Z] [2022-03-05T21:32:09.130Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T21:32:09.391Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:32:09.391Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:32:09.967Z] --- PASS: TestRunContainerWithBridgeNone (1.52s) [2022-03-05T21:32:09.967Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:32:09.967Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:32:09.967Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:32:09.967Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:32:09.967Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:32:09.967Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:32:09.967Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:32:09.967Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:32:09.967Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:32:09.967Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T21:32:09.967Z] === RUN TestNetworkList [2022-03-05T21:32:09.967Z] === RUN TestNetworkList//networks [2022-03-05T21:32:09.967Z] === PAUSE TestNetworkList//networks [2022-03-05T21:32:09.967Z] === RUN TestNetworkList//networks/ [2022-03-05T21:32:09.967Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:32:09.967Z] === CONT TestNetworkList//networks [2022-03-05T21:32:09.967Z] === CONT TestNetworkList//networks/ [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkList (0.01s) [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T21:32:09.967Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T21:32:09.967Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:32:10.536Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-05T21:32:10.536Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:32:10.587Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T21:32:11.160Z] --- PASS: TestBuildWithHugeFile (112.92s) [2022-03-05T21:32:11.160Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:32:11.160Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:32:11.160Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:32:11.160Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:32:11.160Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:32:11.160Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:32:11.160Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:32:11.160Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:32:11.160Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:32:11.160Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:32:11.160Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:32:11.160Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:32:11.160Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:32:11.421Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-05T21:32:11.421Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-03-05T21:32:11.421Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-03-05T21:32:11.421Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-05T21:32:11.421Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:32:11.421Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T21:32:11.502Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-05T21:32:11.502Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:32:11.941Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-05T21:32:11.941Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:32:12.070Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2022-03-05T21:32:12.070Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:32:12.260Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-05T21:32:12.366Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T21:32:13.444Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-05T21:32:13.444Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:32:13.750Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T21:32:14.010Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T21:32:14.385Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2022-03-05T21:32:14.385Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:32:14.472Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-05T21:32:14.472Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:32:14.580Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T21:32:14.841Z] --- PASS: TestBuildPreserveOwnership (3.49s) [2022-03-05T21:32:14.841Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.26s) [2022-03-05T21:32:14.841Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s) [2022-03-05T21:32:14.841Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:32:14.841Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2022-03-05T21:32:14.841Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T21:32:14.952Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-05T21:32:14.952Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:32:15.412Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T21:32:15.984Z] Loaded image: busybox:latest [2022-03-05T21:32:15.984Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T21:32:15.984Z] Loaded image: busybox:glibc [2022-03-05T21:32:16.558Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-05T21:32:17.114Z] ---> 27c52e041ccc [2022-03-05T21:32:17.114Z] Successfully built 27c52e041ccc [2022-03-05T21:32:17.114Z] Successfully tagged docker:latest [2022-03-05T21:32:17.114Z] INFO: Image build ended at 03/05/2022 21:32:16. Duration:00:03:42.8246398 [2022-03-05T21:32:17.114Z] [2022-03-05T21:32:17.114Z] [2022-03-05T21:32:17.114Z] INFO: Building the test binaries at 03/05/2022 21:32:16... [2022-03-05T21:32:17.131Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-05T21:32:17.488Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s) [2022-03-05T21:32:17.488Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:32:17.488Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:32:17.488Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:32:17.488Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:32:18.521Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-05T21:32:18.521Z] Loaded image: debian:bullseye-slim [2022-03-05T21:32:18.783Z] Loaded image: hello-world:latest [2022-03-05T21:32:18.783Z] docker_cli_daemon_test.go:1472: [d507b6e1ab894] daemon is not started [2022-03-05T21:32:18.783Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:32:19.359Z] check_test.go:308: [d87afd45a53ac] daemon is not started [2022-03-05T21:32:19.359Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-05T21:32:19.741Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-03-05T21:32:19.741Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:32:19.741Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-05T21:32:19.741Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:32:19.932Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-05T21:32:21.322Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T21:32:21.821Z] INFO: make.ps1 starting at 03/05/2022 21:32:21 [2022-03-05T21:32:21.821Z] INFO: Git commit (0759f013a4) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T21:32:21.896Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-05T21:32:21.896Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T21:32:22.277Z] INFO: Invoking autogen... [2022-03-05T21:32:22.277Z] INFO: Building daemon... [2022-03-05T21:32:23.285Z] check_test.go:308: [d636dda65b505] daemon is not started [2022-03-05T21:32:23.285Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-05T21:32:23.546Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T21:32:24.118Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T21:32:25.016Z] --- PASS: TestBuildMultiStageLayerLeak (4.42s) [2022-03-05T21:32:25.016Z] === RUN TestBuildWithHugeFile [2022-03-05T21:32:25.059Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T21:32:26.000Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T21:32:27.921Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T21:32:27.921Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-05T21:32:28.496Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T21:32:29.888Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T21:32:29.888Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T21:32:30.374Z] ok github.com/docker/docker/libnetwork/ipam 15.756s coverage: 85.3% of statements [2022-03-05T21:32:30.374Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T21:32:30.374Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T21:32:30.374Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-05T21:32:30.374Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-05T21:32:30.374Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T21:32:30.374Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-05T21:32:30.374Z] ok github.com/docker/docker/libnetwork/ipamutils 0.277s coverage: 74.0% of statements [2022-03-05T21:32:30.458Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-05T21:32:30.635Z] ok github.com/docker/docker/libnetwork/iptables 0.129s coverage: 45.1% of statements [2022-03-05T21:32:30.719Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T21:32:30.895Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-05T21:32:30.980Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.16s) [2022-03-05T21:32:30.980Z] PASS [2022-03-05T21:32:30.980Z] [2022-03-05T21:32:30.980Z] === Skipped [2022-03-05T21:32:30.980Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-05T21:32:30.980Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:32:30.980Z] [2022-03-05T21:32:30.980Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:32:30.980Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:32:30.980Z] [2022-03-05T21:32:30.980Z] DONE 34 tests, 2 skipped in 177.098s [2022-03-05T21:32:31.155Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-03-05T21:32:31.260Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T21:32:31.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:32:31.260Z] ++ set -e [2022-03-05T21:32:31.260Z] ++ '[' -n 0 ']' [2022-03-05T21:32:31.260Z] ++ set -x [2022-03-05T21:32:31.260Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:32:31.260Z] INFO: Testing against a local daemon [2022-03-05T21:32:31.260Z] === RUN TestConfigInspect [2022-03-05T21:32:31.525Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T21:32:32.376Z] --- PASS: TestServiceWithDataPathPortInit (13.82s) [2022-03-05T21:32:32.376Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:32:33.445Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-05T21:32:33.755Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:31sfgmre6t512anm5xczvendb Created:2022-03-05 21:32:32.373599519 +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[f18c49866f45c74c6ff89c38b5f7f3b09cda82d08a8edf4701925d40a5f4e13c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6x6hhmsuf8twml2se85f54bli EndpointID:7569215eb9c11b05a2285f4d73e7f837e7432782d3ba3fed9835e758144f767b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5650821a4bc89cb852093feb881ad8cf52b288626f571561386b291afadf61d1 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:7e65b78aca16 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6x6hhmsuf8twml2se85f54bli EndpointID:7569215eb9c11b05a2285f4d73e7f837e7432782d3ba3fed9835e758144f767b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-05T21:32:34.019Z] --- PASS: TestConfigInspect (2.79s) [2022-03-05T21:32:34.019Z] === RUN TestConfigList [2022-03-05T21:32:36.567Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-05T21:32:36.827Z] --- PASS: TestConfigList (2.83s) [2022-03-05T21:32:36.827Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:32:37.944Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s) [2022-03-05T21:32:37.944Z] PASS [2022-03-05T21:32:37.944Z] [2022-03-05T21:32:37.944Z] === Skipped [2022-03-05T21:32:37.944Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:32:37.944Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:32:37.944Z] [2022-03-05T21:32:37.944Z] DONE 26 tests, 1 skipped in 43.796s [2022-03-05T21:32:37.944Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:32:37.944Z] INFO: Testing against a local daemon [2022-03-05T21:32:37.944Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T21:32:37.944Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:32:37.944Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:32:37.944Z] === RUN TestDockerNetworkIpvlan [2022-03-05T21:32:37.944Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:32:37.944Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:32:37.944Z] PASS [2022-03-05T21:32:37.944Z] [2022-03-05T21:32:37.944Z] === Skipped [2022-03-05T21:32:37.944Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:32:37.944Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:32:37.944Z] [2022-03-05T21:32:37.944Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:32:37.944Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:32:37.944Z] [2022-03-05T21:32:37.944Z] DONE 2 tests, 2 skipped in 0.034s [2022-03-05T21:32:37.944Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:32:37.944Z] INFO: Testing against a local daemon [2022-03-05T21:32:37.944Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T21:32:39.319Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-03-05T21:32:39.319Z] === RUN TestDockerNetworkMacvlan [2022-03-05T21:32:39.373Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-05T21:32:39.888Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-05T21:32:39.947Z] --- PASS: TestConfigsCreateAndDelete (3.04s) [2022-03-05T21:32:39.948Z] === RUN TestConfigsUpdate [2022-03-05T21:32:40.824Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-05T21:32:41.336Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-05T21:32:41.393Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-05T21:32:42.723Z] --- PASS: TestConfigsUpdate (2.70s) [2022-03-05T21:32:42.723Z] === RUN TestTemplatedConfig [2022-03-05T21:32:42.723Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-05T21:32:43.301Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-05T21:32:45.206Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-05T21:32:45.275Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-05T21:32:45.276Z] check_test.go:308: [d0f438f1ab9ae] daemon is not started [2022-03-05T21:32:45.276Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-05T21:32:45.846Z] check_test.go:308: [d0c96b7f4d000] daemon is not started [2022-03-05T21:32:45.846Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-05T21:32:46.109Z] --- PASS: TestTemplatedConfig (3.54s) [2022-03-05T21:32:46.109Z] === RUN TestConfigCreateResolve [2022-03-05T21:32:46.370Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T21:32:46.407Z] 4612f6d0b889: Pull complete [2022-03-05T21:32:46.941Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T21:32:47.202Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-05T21:32:47.773Z] check_test.go:308: [df7c55816040f] daemon is not started [2022-03-05T21:32:47.773Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-05T21:32:48.034Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T21:32:48.295Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T21:32:48.487Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan (9.36s) [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.93s) [2022-03-05T21:32:48.746Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-03-05T21:32:48.746Z] PASS [2022-03-05T21:32:48.746Z] [2022-03-05T21:32:48.746Z] DONE 8 tests in 10.635s [2022-03-05T21:32:48.746Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T21:32:48.746Z] testing: warning: no tests to run [2022-03-05T21:32:48.746Z] PASS [2022-03-05T21:32:48.746Z] [2022-03-05T21:32:48.746Z] DONE 0 tests in 0.012s [2022-03-05T21:32:48.746Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T21:32:48.746Z] INFO: Testing against a local daemon [2022-03-05T21:32:48.746Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T21:32:48.868Z] --- PASS: TestConfigCreateResolve (2.80s) [2022-03-05T21:32:48.868Z] PASS [2022-03-05T21:32:48.868Z] [2022-03-05T21:32:48.868Z] DONE 6 tests in 17.825s [2022-03-05T21:32:48.868Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T21:32:48.868Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:32:48.868Z] ++ set -e [2022-03-05T21:32:48.868Z] ++ '[' -n 0 ']' [2022-03-05T21:32:48.868Z] ++ set -x [2022-03-05T21:32:48.868Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:32:49.128Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-05T21:32:49.128Z] INFO: Testing against a local daemon [2022-03-05T21:32:49.128Z] === RUN TestCheckpoint [2022-03-05T21:32:49.128Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:32:49.128Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:32:49.128Z] === RUN TestContainerInvalidJSON [2022-03-05T21:32:49.128Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:32:49.128Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:32:49.128Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:32:49.128Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:32:49.128Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:32:49.128Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:32:49.128Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-05T21:32:49.128Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T21:32:49.128Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-05T21:32:49.128Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:32:49.389Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2022-03-05T21:32:49.389Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:32:49.389Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-03-05T21:32:49.389Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:32:49.389Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2022-03-05T21:32:49.389Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:32:49.389Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-03-05T21:32:49.389Z] === RUN TestCopyFromContainer [2022-03-05T21:32:49.961Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-05T21:32:50.122Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2022-03-05T21:32:50.122Z] === RUN TestAuthZPluginTLS [2022-03-05T21:32:50.381Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-05T21:32:50.381Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T21:32:50.907Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T21:32:50.949Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-05T21:32:50.949Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T21:32:51.170Z] === RUN TestCopyFromContainer// [2022-03-05T21:32:51.170Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T21:32:51.170Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T21:32:51.433Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-05T21:32:51.433Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T21:32:51.433Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T21:32:51.517Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-05T21:32:51.517Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T21:32:51.694Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T21:32:51.694Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T21:32:51.955Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T21:32:51.955Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T21:32:52.086Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-05T21:32:52.086Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T21:32:52.217Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer (2.80s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer// (0.13s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s) [2022-03-05T21:32:52.217Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2022-03-05T21:32:52.217Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:32:52.217Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:32:52.217Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:32:52.217Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:32:52.217Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:32:52.217Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:32:52.217Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:32:52.217Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:32:52.217Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:32:52.217Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:32:52.217Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-05T21:32:52.217Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T21:32:52.217Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:32:52.217Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T21:32:52.217Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:32:52.479Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2022-03-05T21:32:52.479Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:32:52.479Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:32:52.479Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:32:52.479Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:32:52.479Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:32:52.479Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:32:52.479Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:32:52.479Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:32:52.479Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:32:52.479Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:32:52.479Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-05T21:32:52.479Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T21:32:52.479Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T21:32:52.479Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:32:52.479Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:32:52.479Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-05T21:32:52.479Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:32:53.424Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T21:32:53.462Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s) [2022-03-05T21:32:53.462Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T21:32:53.684Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-05T21:32:53.719Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-05T21:32:53.720Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T21:32:54.255Z] --- PASS: TestCreateWithCustomMaskedPaths (1.86s) [2022-03-05T21:32:54.255Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:32:54.285Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-05T21:32:54.285Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T21:32:54.531Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T21:32:54.853Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-05T21:32:54.853Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.73s) [2022-03-05T21:32:55.935Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:32:55.935Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:32:55.935Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:32:55.935Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:32:55.935Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:32:55.935Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:32:55.935Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:32:55.935Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:32:55.935Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:32:55.935Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:32:55.935Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:32:55.935Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:32:55.935Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:32:55.935Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:32:55.935Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:32:55.935Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-05T21:32:55.935Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-03-05T21:32:55.935Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:32:56.227Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.35s) [2022-03-05T21:32:56.227Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T21:32:56.883Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2022-03-05T21:32:56.883Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:32:56.883Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:32:56.883Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:32:56.883Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-05T21:32:56.883Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T21:32:56.883Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:32:56.883Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:32:56.883Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-05T21:32:56.883Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:32:56.883Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-05T21:32:56.883Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T21:32:56.883Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-05T21:32:56.883Z] === RUN TestDaemonRestartIpcMode [2022-03-05T21:32:56.883Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T21:32:56.883Z] === RUN TestDaemonHostGatewayIP [2022-03-05T21:32:56.883Z] === PAUSE TestDaemonHostGatewayIP [2022-03-05T21:32:56.883Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T21:32:56.883Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T21:32:56.883Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:32:56.883Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-05T21:32:56.883Z] === RUN TestDiff [2022-03-05T21:32:57.146Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-05T21:32:57.408Z] --- PASS: TestDiff (0.58s) [2022-03-05T21:32:57.408Z] === RUN TestExecWithCloseStdin [2022-03-05T21:32:57.610Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.38s) [2022-03-05T21:32:57.610Z] === RUN TestAuthZPluginHeader [2022-03-05T21:32:58.178Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-03-05T21:32:58.178Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T21:32:58.359Z] --- PASS: TestExecWithCloseStdin (0.82s) [2022-03-05T21:32:58.359Z] === RUN TestExec [2022-03-05T21:32:58.930Z] --- PASS: TestExec (0.64s) [2022-03-05T21:32:58.930Z] === RUN TestExecUser [2022-03-05T21:32:59.502Z] --- PASS: TestExecUser (0.65s) [2022-03-05T21:32:59.502Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:33:00.073Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T21:33:00.333Z] --- PASS: TestExportContainerAndImportImage (0.82s) [2022-03-05T21:33:00.334Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:33:00.906Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-05T21:33:01.479Z] check_test.go:308: [db622b37dc42a] daemon is not started [2022-03-05T21:33:01.479Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-05T21:33:01.741Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2022-03-05T21:33:01.741Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:33:01.741Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-05T21:33:02.314Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-05T21:33:02.366Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.02s) [2022-03-05T21:33:02.367Z] === RUN TestAuthZPluginV2Disable [2022-03-05T21:33:02.886Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2022-03-05T21:33:02.886Z] === RUN TestHealthKillContainer [2022-03-05T21:33:02.886Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-05T21:33:03.459Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T21:33:03.459Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T21:33:04.847Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T21:33:05.420Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-05T21:33:05.668Z] --- PASS: TestAuthZPluginV2Disable (3.38s) [2022-03-05T21:33:05.668Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T21:33:07.969Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T21:33:08.229Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T21:33:08.801Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T21:33:08.955Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.32s) [2022-03-05T21:33:08.955Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T21:33:10.189Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-05T21:33:11.130Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T21:33:11.130Z] --- PASS: TestHealthKillContainer (8.47s) [2022-03-05T21:33:11.130Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:33:12.075Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s) [2022-03-05T21:33:12.075Z] === RUN TestIpcModeNone [2022-03-05T21:33:12.336Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-05T21:33:12.336Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-05T21:33:12.336Z] check_test.go:308: [d44a0721e3dce] daemon is not started [2022-03-05T21:33:12.336Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-05T21:33:12.598Z] --- PASS: TestIpcModeNone (0.57s) [2022-03-05T21:33:12.598Z] === RUN TestIpcModePrivate [2022-03-05T21:33:12.860Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-03-05T21:33:13.124Z] --- PASS: TestIpcModePrivate (0.56s) [2022-03-05T21:33:13.124Z] === RUN TestIpcModeShareable [2022-03-05T21:33:13.698Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-03-05T21:33:13.698Z] --- PASS: TestIpcModeShareable (0.66s) [2022-03-05T21:33:13.698Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T21:33:14.271Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T21:33:14.271Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-05T21:33:15.219Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T21:33:16.162Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-05T21:33:16.434Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.66s) [2022-03-05T21:33:16.434Z] === RUN TestAPIIpcModeHost [2022-03-05T21:33:16.434Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T21:33:17.381Z] --- PASS: TestAPIIpcModeHost (0.72s) [2022-03-05T21:33:17.381Z] === RUN TestDaemonIpcModeShareable [2022-03-05T21:33:17.955Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-05T21:33:18.528Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2022-03-05T21:33:18.791Z] --- PASS: TestDaemonIpcModeShareable (1.65s) [2022-03-05T21:33:18.791Z] === RUN TestDaemonIpcModePrivate [2022-03-05T21:33:18.932Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.72s) [2022-03-05T21:33:18.932Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T21:33:19.364Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T21:33:19.625Z] check_test.go:308: [df2653c1f5458] daemon is not started [2022-03-05T21:33:19.625Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-05T21:33:20.570Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2022-03-05T21:33:20.570Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2022-03-05T21:33:20.570Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T21:33:21.269Z] --- PASS: TestBuildWithHugeFile (51.16s) [2022-03-05T21:33:21.269Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:33:21.269Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:33:21.269Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:33:21.269Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:33:21.269Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:33:21.269Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:33:21.269Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:33:21.269Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:33:21.269Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:33:21.269Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:33:21.269Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:33:21.269Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:33:21.269Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:33:21.269Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-05T21:33:21.269Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-03-05T21:33:21.269Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-05T21:33:21.269Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-05T21:33:21.269Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:33:21.269Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T21:33:21.269Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T21:33:21.956Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false [2022-03-05T21:33:22.217Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s) [2022-03-05T21:33:22.217Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T21:33:22.478Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-05T21:33:23.051Z] check_test.go:308: [d45d73c0e25a4] daemon is not started [2022-03-05T21:33:23.051Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-05T21:33:23.623Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2022-03-05T21:33:23.885Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.59s) [2022-03-05T21:33:23.885Z] === RUN TestIpcModeOlderClient [2022-03-05T21:33:23.885Z] === PAUSE TestIpcModeOlderClient [2022-03-05T21:33:23.885Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:33:24.459Z] --- PASS: TestKillContainerInvalidSignal (0.60s) [2022-03-05T21:33:24.459Z] === RUN TestKillContainer [2022-03-05T21:33:24.459Z] === RUN TestKillContainer/no_signal [2022-03-05T21:33:25.034Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:33:25.455Z] --- PASS: TestBuildPreserveOwnership (9.63s) [2022-03-05T21:33:25.455Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.61s) [2022-03-05T21:33:25.455Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.01s) [2022-03-05T21:33:25.455Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:33:25.455Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-05T21:33:25.455Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T21:33:25.455Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-05T21:33:25.455Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-05T21:33:25.455Z] PASS [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === Skipped [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-05T21:33:25.455Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:33:25.455Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-05T21:33:25.455Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] DONE 34 tests, 3 skipped in 111.294s [2022-03-05T21:33:25.455Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T21:33:25.455Z] INFO: Testing against a local daemon [2022-03-05T21:33:25.455Z] === RUN TestConfigInspect [2022-03-05T21:33:25.455Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-05T21:33:25.455Z] === RUN TestConfigList [2022-03-05T21:33:25.455Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] --- SKIP: TestConfigList (0.02s) [2022-03-05T21:33:25.455Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:33:25.455Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-05T21:33:25.455Z] === RUN TestConfigsUpdate [2022-03-05T21:33:25.455Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-05T21:33:25.455Z] === RUN TestTemplatedConfig [2022-03-05T21:33:25.455Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T21:33:25.455Z] === RUN TestConfigCreateResolve [2022-03-05T21:33:25.455Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-05T21:33:25.455Z] PASS [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === Skipped [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-05T21:33:25.455Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-03-05T21:33:25.455Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-05T21:33:25.455Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-05T21:33:25.455Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-05T21:33:25.455Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-05T21:33:25.455Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:33:25.455Z] [2022-03-05T21:33:25.455Z] DONE 6 tests, 6 skipped in 0.193s [2022-03-05T21:33:25.455Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T21:33:25.715Z] INFO: Testing against a local daemon [2022-03-05T21:33:25.715Z] === RUN TestCheckpoint [2022-03-05T21:33:25.715Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:33:25.715Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:33:25.715Z] === RUN TestContainerInvalidJSON [2022-03-05T21:33:25.715Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:33:25.715Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:33:25.715Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:33:25.715Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:33:25.715Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:33:25.715Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:33:25.715Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-05T21:33:25.715Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T21:33:25.715Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T21:33:25.715Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:33:25.973Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-05T21:33:25.973Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:33:25.973Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-05T21:33:25.973Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:33:25.973Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-05T21:33:25.973Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:33:25.973Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-05T21:33:25.973Z] === RUN TestCopyFromContainer [2022-03-05T21:33:25.981Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:33:26.243Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T21:33:26.243Z] docker_cli_daemon_plugins_test.go:80: [d1267e9cfea45] daemon is not started [2022-03-05T21:33:26.505Z] --- PASS: TestKillContainer (2.06s) [2022-03-05T21:33:26.505Z] --- PASS: TestKillContainer/no_signal (0.70s) [2022-03-05T21:33:26.505Z] --- PASS: TestKillContainer/non_killing_signal (0.62s) [2022-03-05T21:33:26.505Z] --- PASS: TestKillContainer/killing_signal (0.52s) [2022-03-05T21:33:26.505Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:33:26.505Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T21:33:27.083Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T21:33:27.345Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-05T21:33:27.918Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2022-03-05T21:33:27.918Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s) [2022-03-05T21:33:27.918Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2022-03-05T21:33:27.918Z] === RUN TestKillStoppedContainer [2022-03-05T21:33:27.918Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-03-05T21:33:27.918Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:33:27.918Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-05T21:33:27.918Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:33:28.862Z] --- PASS: TestKillDifferentUserContainer (0.67s) [2022-03-05T21:33:28.862Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:33:28.862Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:33:28.862Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T21:33:28.862Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:33:28.862Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:33:28.862Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T21:33:28.862Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T21:33:29.124Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2022-03-05T21:33:29.124Z] === RUN TestLinksContainerNames [2022-03-05T21:33:29.293Z] === RUN TestCopyFromContainer// [2022-03-05T21:33:29.293Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T21:33:29.293Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T21:33:29.293Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T21:33:29.293Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T21:33:29.552Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T21:33:29.552Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T21:33:29.552Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T21:33:29.552Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T21:33:29.552Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer (3.73s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-05T21:33:29.812Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-05T21:33:29.812Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:33:29.812Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:33:29.812Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:33:29.812Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:33:29.812Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:33:29.812Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:33:29.812Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:33:29.812Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:33:29.812Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:33:29.812Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:33:29.812Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-05T21:33:29.812Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:33:29.812Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T21:33:29.812Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T21:33:29.812Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:33:29.812Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-05T21:33:29.812Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:33:29.812Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:33:29.812Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:33:29.812Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:33:29.812Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:33:29.812Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:33:29.812Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:33:29.812Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:33:29.812Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:33:29.812Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:33:29.812Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-05T21:33:29.812Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T21:33:29.812Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T21:33:29.812Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:33:29.812Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:33:29.812Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-05T21:33:29.812Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:33:30.068Z] docker_cli_daemon_plugins_test.go:170: [d8d4ab1fb6cd9] daemon is not started [2022-03-05T21:33:30.330Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T21:33:30.591Z] --- PASS: TestLinksContainerNames (1.36s) [2022-03-05T21:33:30.591Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:33:31.164Z] --- PASS: TestLogsFollowTailEmpty (0.63s) [2022-03-05T21:33:31.164Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T21:33:31.187Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2022-03-05T21:33:31.187Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:33:31.425Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-05T21:33:31.997Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/default [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/private [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/slave [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/shared [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/default [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/slave [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/private [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T21:33:31.997Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:33:31.997Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:33:31.997Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s) [2022-03-05T21:33:32.123Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:33:32.123Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:33:32.123Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:33:32.123Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:33:32.123Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:33:32.123Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:33:32.123Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:33:32.123Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:33:32.123Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:33:32.123Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:33:32.123Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:33:32.123Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:33:32.123Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:33:32.123Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:33:32.123Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:33:32.123Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T21:33:32.123Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T21:33:32.123Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/shared [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T21:33:32.258Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:33:32.258Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:33:32.258Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T21:33:32.519Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:33:32.689Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-03-05T21:33:32.690Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:33:32.690Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:33:32.690Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:33:32.690Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-05T21:33:32.690Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T21:33:32.690Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:33:32.690Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:33:32.690Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-05T21:33:32.690Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:33:32.690Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-05T21:33:32.690Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T21:33:32.690Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-05T21:33:32.690Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-05T21:33:32.690Z] === RUN TestDaemonRestartIpcMode [2022-03-05T21:33:32.690Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T21:33:32.690Z] === RUN TestDaemonHostGatewayIP [2022-03-05T21:33:32.690Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:33:32.690Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-05T21:33:32.690Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T21:33:32.690Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T21:33:32.690Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:33:32.690Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-05T21:33:32.690Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:33:32.690Z] === RUN TestDiff [2022-03-05T21:33:32.780Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:33:32.780Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.13s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-05T21:33:32.780Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-05T21:33:32.780Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T21:33:32.949Z] --- PASS: TestDiff (0.38s) [2022-03-05T21:33:32.949Z] === RUN TestExecWithCloseStdin [2022-03-05T21:33:33.041Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T21:33:33.518Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-03-05T21:33:33.518Z] === RUN TestExec [2022-03-05T21:33:33.613Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T21:33:33.777Z] --- PASS: TestExec (0.43s) [2022-03-05T21:33:33.777Z] === RUN TestExecUser [2022-03-05T21:33:34.344Z] --- PASS: TestExecUser (0.42s) [2022-03-05T21:33:34.344Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:33:34.555Z] --- PASS: TestContainerBindMountNonRecursive (1.96s) [2022-03-05T21:33:34.555Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T21:33:34.912Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-03-05T21:33:34.912Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:33:35.127Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-05T21:33:35.390Z] --- PASS: TestContainerVolumesMountedAsShared (0.66s) [2022-03-05T21:33:35.390Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T21:33:35.653Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-05T21:33:35.914Z] --- PASS: TestContainerVolumesMountedAsSlave (0.65s) [2022-03-05T21:33:35.914Z] === RUN TestNetworkNat [2022-03-05T21:33:36.176Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-05T21:33:36.292Z] --- PASS: TestExportContainerAfterDaemonRestart (1.51s) [2022-03-05T21:33:36.292Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:33:36.765Z] check_test.go:308: [d3e0318e051b1] daemon is not started [2022-03-05T21:33:36.765Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-05T21:33:36.765Z] --- PASS: TestNetworkNat (0.67s) [2022-03-05T21:33:36.765Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:33:36.860Z] --- PASS: TestHealthCheckWorkdir (0.51s) [2022-03-05T21:33:36.860Z] === RUN TestHealthKillContainer [2022-03-05T21:33:37.018Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-03-05T21:33:37.018Z] PASS [2022-03-05T21:33:37.018Z] [2022-03-05T21:33:37.018Z] DONE 17 tests in 46.548s [2022-03-05T21:33:37.018Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T21:33:37.018Z] INFO: Testing against a local daemon [2022-03-05T21:33:37.018Z] === RUN TestPluginInvalidJSON [2022-03-05T21:33:37.018Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:33:37.018Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:33:37.018Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:33:37.018Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-05T21:33:37.018Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:33:37.018Z] === RUN TestPluginInstall [2022-03-05T21:33:37.018Z] === RUN TestPluginInstall/no_auth [2022-03-05T21:33:37.018Z] time="2022-03-05T21:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:33:37.018Z] time="2022-03-05T21:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af62ab1671206bcfef7b2e5cffd84e7a884d28f68920dc74bf4de8f6247c4818" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:33:37.018Z] time="2022-03-05T21:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:33:37.018Z] time="2022-03-05T21:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af62ab1671206bcfef7b2e5cffd84e7a884d28f68920dc74bf4de8f6247c4818" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:33:37.018Z] === RUN TestPluginInstall/with_htpasswd [2022-03-05T21:33:37.277Z] time="2022-03-05T21:33:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:33:37.277Z] time="2022-03-05T21:33:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af62ab1671206bcfef7b2e5cffd84e7a884d28f68920dc74bf4de8f6247c4818" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:33:37.277Z] time="2022-03-05T21:33:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:33:37.277Z] time="2022-03-05T21:33:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af62ab1671206bcfef7b2e5cffd84e7a884d28f68920dc74bf4de8f6247c4818" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:33:37.345Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2022-03-05T21:33:37.345Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:33:37.536Z] === RUN TestPluginInstall/with_insecure [2022-03-05T21:33:38.291Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-05T21:33:38.473Z] time="2022-03-05T21:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:33:38.473Z] time="2022-03-05T21:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5576c687839569e4e2bbf1beba681f06b9d4d25ae23e1a6fdd07b8407b102160" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:33:38.473Z] time="2022-03-05T21:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:33:38.473Z] time="2022-03-05T21:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5576c687839569e4e2bbf1beba681f06b9d4d25ae23e1a6fdd07b8407b102160" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:33:38.473Z] plugin_test.go:165: [d3efff18acac9] daemon is not started [2022-03-05T21:33:38.473Z] --- PASS: TestPluginInstall (3.18s) [2022-03-05T21:33:38.473Z] --- PASS: TestPluginInstall/no_auth (1.53s) [2022-03-05T21:33:38.473Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-03-05T21:33:38.473Z] --- PASS: TestPluginInstall/with_insecure (1.06s) [2022-03-05T21:33:38.473Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:33:40.212Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-05T21:33:40.212Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T21:33:40.379Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-05T21:33:40.474Z] --- PASS: TestNetworkLoopbackNat (3.05s) [2022-03-05T21:33:40.474Z] === RUN TestPause [2022-03-05T21:33:40.947Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-05T21:33:41.421Z] --- PASS: TestPause (0.86s) [2022-03-05T21:33:41.421Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:33:41.421Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:33:41.421Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:33:41.421Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:33:41.421Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-05T21:33:41.684Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T21:33:41.885Z] --- PASS: TestPluginsWithRuntimes (3.23s) [2022-03-05T21:33:41.885Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-03-05T21:33:41.885Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.83s) [2022-03-05T21:33:41.885Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:33:42.257Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2022-03-05T21:33:42.257Z] === RUN TestPidHost [2022-03-05T21:33:42.454Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-05T21:33:42.454Z] PASS [2022-03-05T21:33:42.454Z] [2022-03-05T21:33:42.454Z] DONE 10 tests in 7.071s [2022-03-05T21:33:42.454Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T21:33:42.454Z] INFO: Testing against a local daemon [2022-03-05T21:33:42.454Z] === RUN TestExternalGraphDriver [2022-03-05T21:33:42.454Z] === RUN TestExternalGraphDriver/json [2022-03-05T21:33:42.830Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T21:33:43.091Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-05T21:33:43.664Z] --- PASS: TestPidHost (1.63s) [2022-03-05T21:33:43.664Z] === RUN TestPsFilter [2022-03-05T21:33:43.925Z] --- PASS: TestPsFilter (0.18s) [2022-03-05T21:33:43.925Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:33:44.371Z] === RUN TestExternalGraphDriver/spec [2022-03-05T21:33:44.867Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2022-03-05T21:33:44.867Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:33:44.867Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-05T21:33:44.979Z] --- PASS: TestHealthKillContainer (7.87s) [2022-03-05T21:33:44.979Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:33:44.979Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:33:44.979Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:33:44.979Z] === RUN TestIpcModeNone [2022-03-05T21:33:45.237Z] --- PASS: TestIpcModeNone (0.42s) [2022-03-05T21:33:45.237Z] === RUN TestIpcModePrivate [2022-03-05T21:33:45.439Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2022-03-05T21:33:45.439Z] === RUN TestRemoveContainerRunning [2022-03-05T21:33:45.496Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-03-05T21:33:45.496Z] --- PASS: TestIpcModePrivate (0.44s) [2022-03-05T21:33:45.496Z] === RUN TestIpcModeShareable [2022-03-05T21:33:45.496Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:33:45.496Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-05T21:33:45.496Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T21:33:45.749Z] === RUN TestExternalGraphDriver/pull [2022-03-05T21:33:45.855Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:33:45.855Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:33:45.855Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:33:45.855Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:33:45.855Z] [2022-03-05T21:33:45.855Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-05T21:33:45.855Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-05T21:33:45.855Z] Using test binary docker [2022-03-05T21:33:45.855Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T21:33:45.855Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T21:33:45.855Z] INFO: Waiting for daemon to start... [2022-03-05T21:33:45.855Z] Starting dockerd [2022-03-05T21:33:45.855Z] . [2022-03-05T21:33:45.855Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-05T21:33:46.013Z] --- PASS: TestRemoveContainerRunning (0.75s) [2022-03-05T21:33:46.013Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:33:46.588Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-05T21:33:46.588Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T21:33:46.850Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2022-03-05T21:33:46.850Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:33:46.850Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-05T21:33:46.850Z] === RUN TestRenameLinkedContainer [2022-03-05T21:33:46.874Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2022-03-05T21:33:46.874Z] === RUN TestAPIIpcModeHost [2022-03-05T21:33:46.874Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:33:46.874Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-05T21:33:46.874Z] === RUN TestDaemonIpcModeShareable [2022-03-05T21:33:46.874Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:33:46.874Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-05T21:33:46.874Z] === RUN TestDaemonIpcModePrivate [2022-03-05T21:33:47.653Z] --- PASS: TestExternalGraphDriver (4.92s) [2022-03-05T21:33:47.653Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2022-03-05T21:33:47.653Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2022-03-05T21:33:47.653Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-03-05T21:33:47.653Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:33:47.812Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-03-05T21:33:48.073Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-03-05T21:33:48.073Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T21:33:48.073Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:33:48.073Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-05T21:33:48.073Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T21:33:48.073Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:33:48.073Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-05T21:33:48.073Z] === RUN TestIpcModeOlderClient [2022-03-05T21:33:48.073Z] === PAUSE TestIpcModeOlderClient [2022-03-05T21:33:48.073Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:33:48.270Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-05T21:33:48.270Z] [2022-03-05T21:33:48.270Z] ________ ____ __. [2022-03-05T21:33:48.270Z] \_____ \ | |/ _| [2022-03-05T21:33:48.270Z] / | \| < [2022-03-05T21:33:48.270Z] / | \ | \ [2022-03-05T21:33:48.270Z] \_______ /____|__ \ [2022-03-05T21:33:48.270Z] \/ \/ [2022-03-05T21:33:48.270Z] [2022-03-05T21:33:48.270Z] INFO: make.ps1 ended at 03/05/2022 21:33:45 [2022-03-05T21:33:48.270Z] INFO: Binaries build ended at 03/05/2022 21:33:47. Duration:00:01:30.4496834 [2022-03-05T21:33:48.639Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-03-05T21:33:48.639Z] === RUN TestKillContainer [2022-03-05T21:33:48.639Z] === RUN TestKillContainer/no_signal [2022-03-05T21:33:48.728Z] INFO: Copying the built daemon binary to d:\CI\PR-43334\2\binary\dockerd-0759f013a4.exe... [2022-03-05T21:33:48.769Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-05T21:33:48.900Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:33:49.031Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-05T21:33:49.160Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:33:49.185Z] INFO: Copying the built client binary to d:\CI\PR-43334\2\binary\docker-0759f013a4.exe... [2022-03-05T21:33:49.185Z] INFO: Copying dockerversion from the container... [2022-03-05T21:33:49.185Z] INFO: Copying the golang package from the container to d:\CI\PR-43334\2\installer\go.zip... [2022-03-05T21:33:49.606Z] --- PASS: TestRenameLinkedContainer (2.80s) [2022-03-05T21:33:49.606Z] === RUN TestRenameStoppedContainer [2022-03-05T21:33:49.730Z] --- PASS: TestKillContainer (1.21s) [2022-03-05T21:33:49.730Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-03-05T21:33:49.730Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-03-05T21:33:49.730Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-03-05T21:33:49.730Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:33:49.730Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T21:33:49.989Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T21:33:50.149Z] INFO: Extracting go.zip to d:\CI\PR-43334\2\go [2022-03-05T21:33:50.179Z] --- PASS: TestRenameStoppedContainer (0.49s) [2022-03-05T21:33:50.179Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:33:50.559Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.76s) [2022-03-05T21:33:50.559Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-03-05T21:33:50.559Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-03-05T21:33:50.559Z] === RUN TestKillStoppedContainer [2022-03-05T21:33:50.559Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-05T21:33:50.559Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:33:50.559Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-05T21:33:50.559Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:33:51.129Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-05T21:33:51.129Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:33:51.129Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:33:51.129Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T21:33:51.129Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:33:51.129Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:33:51.129Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T21:33:51.129Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T21:33:51.129Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-05T21:33:51.129Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-05T21:33:51.129Z] === RUN TestLinksContainerNames [2022-03-05T21:33:51.568Z] --- PASS: TestRenameRunningContainerAndReuse (1.21s) [2022-03-05T21:33:51.568Z] === RUN TestRenameInvalidName [2022-03-05T21:33:51.698Z] --- PASS: TestLinksContainerNames (0.81s) [2022-03-05T21:33:51.698Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:33:51.848Z] --- PASS: TestGraphdriverPluginV2 (3.79s) [2022-03-05T21:33:51.849Z] PASS [2022-03-05T21:33:51.849Z] [2022-03-05T21:33:51.849Z] DONE 5 tests in 8.740s [2022-03-05T21:33:51.849Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T21:33:51.849Z] INFO: Testing against a local daemon [2022-03-05T21:33:51.849Z] === RUN TestContinueAfterPluginCrash [2022-03-05T21:33:51.849Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T21:33:51.849Z] === RUN TestReadPluginNoRead [2022-03-05T21:33:51.849Z] === PAUSE TestReadPluginNoRead [2022-03-05T21:33:51.849Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T21:33:51.849Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T21:33:51.849Z] === CONT TestContinueAfterPluginCrash [2022-03-05T21:33:51.849Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T21:33:52.142Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T21:33:52.142Z] --- PASS: TestRenameInvalidName (0.63s) [2022-03-05T21:33:52.142Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:33:52.267Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-03-05T21:33:52.267Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T21:33:52.403Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T21:33:52.403Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-05T21:33:52.527Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/default [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/private [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/slave [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/shared [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/default [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/shared [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/slave [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:33:52.527Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:33:52.527Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:33:52.527Z] === CONT TestMountDaemonRoot/private [2022-03-05T21:33:52.528Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T21:33:52.528Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T21:33:52.528Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:33:52.528Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:33:52.528Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T21:33:52.528Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T21:33:52.528Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:33:52.528Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:33:52.528Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T21:33:52.528Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:33:52.787Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:33:53.046Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:33:53.046Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:33:53.046Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T21:33:53.046Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-05T21:33:53.046Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T21:33:53.046Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T21:33:53.046Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T21:33:53.046Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-05T21:33:53.046Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T21:33:53.046Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T21:33:53.046Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-05T21:33:53.046Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T21:33:53.046Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T21:33:53.046Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-05T21:33:53.046Z] === RUN TestNetworkNat [2022-03-05T21:33:53.625Z] --- PASS: TestNetworkNat (0.63s) [2022-03-05T21:33:53.625Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:33:53.908Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-03-05T21:33:53.908Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:33:54.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T21:33:54.316Z] --- PASS: TestRenameAnonymousContainer (2.17s) [2022-03-05T21:33:54.316Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:33:54.887Z] --- PASS: TestRenameContainerWithSameName (0.56s) [2022-03-05T21:33:54.887Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:33:55.132Z] --- PASS: TestDaemonStartWithLogOpt (3.36s) [2022-03-05T21:33:55.132Z] === CONT TestReadPluginNoRead [2022-03-05T21:33:55.832Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T21:33:56.092Z] --- PASS: TestRenameContainerWithLinkedContainer (1.19s) [2022-03-05T21:33:56.092Z] === RUN TestResize [2022-03-05T21:33:56.665Z] --- PASS: TestResize (0.59s) [2022-03-05T21:33:56.665Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:33:56.665Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T21:33:57.032Z] === RUN TestReadPluginNoRead/default [2022-03-05T21:33:57.193Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-03-05T21:33:57.193Z] === RUN TestPause [2022-03-05T21:33:57.193Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:33:57.193Z] --- SKIP: TestPause (0.00s) [2022-03-05T21:33:57.193Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:33:57.193Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:33:57.193Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:33:57.193Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:33:57.193Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:33:57.193Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-05T21:33:57.193Z] === RUN TestPidHost [2022-03-05T21:33:57.236Z] --- PASS: TestResizeWithInvalidSize (0.60s) [2022-03-05T21:33:57.236Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:33:57.451Z] --- PASS: TestPidHost (0.86s) [2022-03-05T21:33:57.451Z] === RUN TestPsFilter [2022-03-05T21:33:57.451Z] --- PASS: TestPsFilter (0.10s) [2022-03-05T21:33:57.451Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:33:57.810Z] --- PASS: TestResizeWhenContainerNotStarted (0.56s) [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:33:57.810Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:33:57.810Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:33:57.810Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:33:57.810Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:33:57.967Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T21:33:58.021Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-03-05T21:33:58.021Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:33:58.280Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-03-05T21:33:58.280Z] === RUN TestRemoveContainerRunning [2022-03-05T21:33:58.383Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T21:33:58.848Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-03-05T21:33:58.849Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:33:58.905Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T21:33:58.961Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-05T21:33:59.109Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2022-03-05T21:33:59.109Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:33:59.109Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-05T21:33:59.109Z] === RUN TestRenameLinkedContainer [2022-03-05T21:33:59.475Z] --- PASS: TestContinueAfterPluginCrash (8.23s) [2022-03-05T21:34:00.361Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:34:00.413Z] === CONT TestReadPluginNoRead [2022-03-05T21:34:00.413Z] read_test.go:92: [da2c82c9986a3] daemon is not started [2022-03-05T21:34:00.413Z] --- PASS: TestReadPluginNoRead (5.66s) [2022-03-05T21:34:00.413Z] --- PASS: TestReadPluginNoRead/default (1.18s) [2022-03-05T21:34:00.413Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-03-05T21:34:00.413Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s) [2022-03-05T21:34:00.413Z] PASS [2022-03-05T21:34:00.413Z] [2022-03-05T21:34:00.413Z] DONE 6 tests in 9.059s [2022-03-05T21:34:00.413Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T21:34:00.413Z] testing: warning: no tests to run [2022-03-05T21:34:00.413Z] PASS [2022-03-05T21:34:00.413Z] [2022-03-05T21:34:00.413Z] DONE 0 tests in 0.013s [2022-03-05T21:34:00.413Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T21:34:00.413Z] INFO: Testing against a local daemon [2022-03-05T21:34:00.413Z] === RUN TestPluginWithDevMounts [2022-03-05T21:34:00.413Z] === PAUSE TestPluginWithDevMounts [2022-03-05T21:34:00.413Z] === CONT TestPluginWithDevMounts [2022-03-05T21:34:00.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T21:34:01.016Z] --- PASS: TestRenameLinkedContainer (1.61s) [2022-03-05T21:34:01.016Z] === RUN TestRenameStoppedContainer [2022-03-05T21:34:01.016Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-05T21:34:01.016Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:34:01.794Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-03-05T21:34:01.794Z] PASS [2022-03-05T21:34:01.794Z] [2022-03-05T21:34:01.794Z] DONE 1 tests in 1.582s [2022-03-05T21:34:01.794Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T21:34:01.794Z] INFO: Testing against a local daemon [2022-03-05T21:34:01.794Z] === RUN TestSecretInspect [2022-03-05T21:34:01.955Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-03-05T21:34:01.955Z] === RUN TestRenameInvalidName [2022-03-05T21:34:02.011Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:34:02.274Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T21:34:02.524Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-05T21:34:02.524Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:34:03.051Z] 898469748ff6: Pull complete [2022-03-05T21:34:03.051Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T21:34:03.051Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:34:03.051Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-05T21:34:03.051Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-05T21:34:03.051Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-05T21:34:03.051Z] WARN: Skipping validation tests [2022-03-05T21:34:03.051Z] INFO: Running unit tests at 03/05/2022 21:33:59... [2022-03-05T21:34:03.220Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:34:03.480Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:34:03.742Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T21:34:03.904Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-03-05T21:34:03.905Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:34:04.167Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-05T21:34:04.167Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:34:04.333Z] --- PASS: TestSecretInspect (2.14s) [2022-03-05T21:34:04.333Z] === RUN TestSecretList [2022-03-05T21:34:04.582Z] INFO: make.ps1 starting at 03/05/2022 21:34:03 [2022-03-05T21:34:04.582Z] INFO: Git commit (0759f013a4) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T21:34:04.582Z] INFO: Invoking autogen... [2022-03-05T21:34:05.039Z] INFO: Running unit tests... [2022-03-05T21:34:05.105Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2022-03-05T21:34:05.105Z] === RUN TestResize [2022-03-05T21:34:05.131Z] check_test.go:308: [d52490e099566] daemon is not started [2022-03-05T21:34:05.131Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-05T21:34:05.131Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:34:05.131Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:34:05.364Z] --- PASS: TestResize (0.41s) [2022-03-05T21:34:05.364Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:34:05.931Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-05T21:34:05.931Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:34:06.190Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-03-05T21:34:06.190Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:34:06.190Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-05T21:34:06.190Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:34:06.190Z] === RUN TestCgroupNamespacesRun [2022-03-05T21:34:06.248Z] --- PASS: TestSecretList (2.12s) [2022-03-05T21:34:06.248Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:34:07.044Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T21:34:07.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-05T21:34:07.565Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-03-05T21:34:07.565Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T21:34:08.154Z] --- PASS: TestSecretsCreateAndDelete (2.11s) [2022-03-05T21:34:08.154Z] === RUN TestSecretsUpdate [2022-03-05T21:34:08.502Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-03-05T21:34:08.502Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T21:34:09.443Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2022-03-05T21:34:09.443Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T21:34:09.857Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:34:09.857Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:34:10.692Z] --- PASS: TestSecretsUpdate (2.11s) [2022-03-05T21:34:10.692Z] === RUN TestTemplatedSecret [2022-03-05T21:34:10.822Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-03-05T21:34:10.822Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T21:34:11.761Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s) [2022-03-05T21:34:11.761Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T21:34:12.699Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2022-03-05T21:34:12.699Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T21:34:13.228Z] --- PASS: TestTemplatedSecret (2.54s) [2022-03-05T21:34:13.228Z] === RUN TestSecretCreateResolve [2022-03-05T21:34:13.583Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T21:34:13.640Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-03-05T21:34:13.640Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T21:34:14.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:34:14.579Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-03-05T21:34:14.579Z] === RUN TestNISDomainname [2022-03-05T21:34:14.579Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-05T21:34:14.579Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-05T21:34:14.579Z] === RUN TestHostnameDnsResolution [2022-03-05T21:34:15.134Z] --- PASS: TestSecretCreateResolve (2.12s) [2022-03-05T21:34:15.134Z] PASS [2022-03-05T21:34:15.134Z] [2022-03-05T21:34:15.134Z] DONE 6 tests in 13.174s [2022-03-05T21:34:15.134Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T21:34:15.134Z] INFO: Testing against a local daemon [2022-03-05T21:34:15.134Z] === RUN TestServiceCreateInit [2022-03-05T21:34:15.134Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:34:15.146Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-03-05T21:34:15.146Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T21:34:15.146Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-05T21:34:15.146Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-05T21:34:15.146Z] === RUN TestStats [2022-03-05T21:34:15.146Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:15.146Z] --- SKIP: TestStats (0.00s) [2022-03-05T21:34:15.146Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:34:15.146Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T21:34:15.146Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T21:34:15.146Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T21:34:15.146Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T21:34:15.146Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T21:34:15.146Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T21:34:15.146Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T21:34:15.146Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T21:34:15.146Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T21:34:15.146Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T21:34:15.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:34:16.084Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T21:34:16.851Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:34:18.016Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T21:34:18.237Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:34:19.321Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:34:19.398Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-05T21:34:19.398Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-03-05T21:34:19.398Z] --- PASS: TestStopContainerWithTimeout/3 (2.65s) [2022-03-05T21:34:19.398Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-03-05T21:34:19.398Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-03-05T21:34:19.398Z] === RUN TestDeleteDevicemapper [2022-03-05T21:34:19.398Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:34:19.398Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T21:34:19.398Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:34:19.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T21:34:20.049Z] INFO: Extraction ended at 03/05/2022 21:34:18. Duration:00:00:29.0054897 [2022-03-05T21:34:20.049Z] INFO: Updating the golang and path environment variables [2022-03-05T21:34:20.049Z] INFO: GOPATH=d:\gopath [2022-03-05T21:34:20.049Z] INFO: go version go1.17.8 windows/amd64 [2022-03-05T21:34:20.049Z] INFO: Running the daemon under test in debug mode [2022-03-05T21:34:20.049Z] INFO: Running the daemon under test in containerd mode [2022-03-05T21:34:20.049Z] INFO: Starting a daemon under test... [2022-03-05T21:34:20.049Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43334\2\daemon --pidfile d:\CI\PR-43334\2\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-05T21:34:20.049Z] INFO: Containerd started successfully. [2022-03-05T21:34:20.049Z] INFO: Process started successfully. [2022-03-05T21:34:20.049Z] INFO: Start tailing logs of the daemon under tests [2022-03-05T21:34:20.049Z] INFO: Waiting for the daemon under test to start... [2022-03-05T21:34:20.778Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.31s) [2022-03-05T21:34:20.778Z] === RUN TestUpdateMemory [2022-03-05T21:34:20.778Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:20.778Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-05T21:34:20.778Z] === RUN TestUpdateCPUQuota [2022-03-05T21:34:20.778Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:20.778Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-05T21:34:20.778Z] === RUN TestUpdatePidsLimit [2022-03-05T21:34:20.778Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:20.778Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-05T21:34:20.778Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:34:21.010Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:34:21.275Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:34:22.610Z] --- PASS: TestServiceCreateInit (7.43s) [2022-03-05T21:34:22.610Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.65s) [2022-03-05T21:34:22.610Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s) [2022-03-05T21:34:22.610Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:34:22.667Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/networkdb 103.290s coverage: 60.1% of statements [2022-03-05T21:34:22.669Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/osl 4.312s coverage: 39.7% of statements [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/portmapper 0.272s coverage: 48.6% of statements [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-05T21:34:22.669Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T21:34:22.669Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === Skipped [2022-03-05T21:34:22.669Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-05T21:34:22.669Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-05T21:34:22.669Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-05T21:34:22.669Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:34:22.669Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:34:22.669Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:34:22.669Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:34:22.669Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:34:22.669Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-05T21:34:22.669Z] firewalld_test.go:14: firewalld is not running [2022-03-05T21:34:22.669Z] [2022-03-05T21:34:22.669Z] DONE 326 tests, 9 skipped in 200.084s Post stage [Pipeline] junit [2022-03-05T21:34:22.945Z] Recording test results [2022-03-05T21:34:23.042Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T21:34:23.242Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T21:34:23.393Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -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:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh dynbinary test-integration [2022-03-05T21:34:23.653Z] [2022-03-05T21:34:23.653Z] Removing bundles/ [2022-03-05T21:34:23.653Z] [2022-03-05T21:34:23.654Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T21:34:23.886Z] ? github.com/docker/docker/api [no test files] [2022-03-05T21:34:23.914Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:34:23.914Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.69s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.47s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.54s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.46s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.58s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.08s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.95s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.66s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.02s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.35s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.96s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.89s) [2022-03-05T21:34:24.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2022-03-05T21:34:24.190Z] === RUN TestCgroupNamespacesRun [2022-03-05T21:34:24.578Z] sha256:fac174dda5de2e907b51d24f382f8a753683fc2d13b78b302e3bf49208d55717 [2022-03-05T21:34:24.578Z] INFO: Starting docker-py tests... [2022-03-05T21:34:24.578Z] ============================= test session starts ============================== [2022-03-05T21:34:24.578Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-05T21:34:24.578Z] rootdir: /src, inifile: pytest.ini [2022-03-05T21:34:24.578Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-05T21:34:25.148Z] collected 395 items / 2 deselected / 393 selected [2022-03-05T21:34:25.148Z] [2022-03-05T21:34:25.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-05T21:34:25.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T21:34:25.736Z] --- PASS: TestCgroupNamespacesRun (1.74s) [2022-03-05T21:34:25.736Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T21:34:25.997Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T21:34:25.997Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-05T21:34:27.386Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2022-03-05T21:34:27.386Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T21:34:27.647Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T21:34:29.031Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2022-03-05T21:34:29.031Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T21:34:30.416Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T21:34:30.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-05T21:34:30.939Z] --- PASS: TestCgroupNamespacesRunHostMode (1.89s) [2022-03-05T21:34:30.939Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T21:34:32.857Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.65s) [2022-03-05T21:34:32.857Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T21:34:32.987Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-03-05T21:34:32.987Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:34:32.987Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-03-05T21:34:32.987Z] === RUN TestWaitNonBlocked [2022-03-05T21:34:32.987Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:34:32.987Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:34:32.987Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:34:32.987Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:34:32.987Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:34:32.987Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:34:32.987Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-05T21:34:32.987Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.54s) [2022-03-05T21:34:32.987Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s) [2022-03-05T21:34:32.987Z] === RUN TestWaitBlocked [2022-03-05T21:34:32.987Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:34:32.987Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:34:32.987Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:34:32.987Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:34:32.987Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:34:32.987Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:34:33.246Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-05T21:34:33.246Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.55s) [2022-03-05T21:34:33.246Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2022-03-05T21:34:33.246Z] === CONT TestDaemonRestartIpcMode [2022-03-05T21:34:33.246Z] === CONT TestIpcModeOlderClient [2022-03-05T21:34:33.246Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-05T21:34:33.246Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T21:34:33.431Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-05T21:34:34.377Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.67s) [2022-03-05T21:34:34.377Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T21:34:34.951Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T21:34:35.213Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2022-03-05T21:34:35.213Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T21:34:35.784Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.26s) [2022-03-05T21:34:36.045Z] --- PASS: TestDaemonRestartIpcMode (2.72s) [2022-03-05T21:34:36.045Z] PASS [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === Skipped [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-05T21:34:36.045Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-05T21:34:36.045Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-05T21:34:36.045Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:34:36.045Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:34:36.045Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-05T21:34:36.045Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-05T21:34:36.045Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-05T21:34:36.045Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-05T21:34:36.045Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-05T21:34:36.045Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-05T21:34:36.045Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-05T21:34:36.045Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-05T21:34:36.045Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-05T21:34:36.045Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-05T21:34:36.045Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-05T21:34:36.045Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-05T21:34:36.045Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:34:36.045Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-05T21:34:36.045Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:34:36.045Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-05T21:34:36.045Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-05T21:34:36.045Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-05T21:34:36.045Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T21:34:36.045Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-05T21:34:36.045Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-05T21:34:36.045Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-05T21:34:36.045Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T21:34:36.045Z] [2022-03-05T21:34:36.045Z] DONE 177 tests, 27 skipped in 70.425s [2022-03-05T21:34:36.045Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T21:34:36.045Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:34:36.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T21:34:36.615Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-05T21:34:36.615Z] === RUN TestDaemonConfigValidation [2022-03-05T21:34:36.615Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:34:36.615Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:34:36.615Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T21:34:36.615Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T21:34:36.615Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T21:34:36.615Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T21:34:36.615Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T21:34:36.615Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T21:34:36.615Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T21:34:36.615Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T21:34:36.615Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:34:36.615Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T21:34:36.874Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T21:34:36.874Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T21:34:36.874Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T21:34:36.874Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T21:34:36.874Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-05T21:34:36.874Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-03-05T21:34:36.874Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-05T21:34:36.874Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-05T21:34:36.874Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-05T21:34:36.874Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:34:36.874Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T21:34:37.106Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2022-03-05T21:34:37.106Z] === RUN TestNISDomainname [2022-03-05T21:34:37.367Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T21:34:37.939Z] --- PASS: TestNISDomainname (0.93s) [2022-03-05T21:34:37.939Z] === RUN TestHostnameDnsResolution [2022-03-05T21:34:37.940Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T21:34:38.252Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T21:34:38.513Z] check_test.go:308: [dd2fddce1dcb1] daemon is not started [2022-03-05T21:34:38.513Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-05T21:34:38.776Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T21:34:39.037Z] --- PASS: TestHostnameDnsResolution (1.12s) [2022-03-05T21:34:39.037Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T21:34:39.193Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T21:34:39.982Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-05T21:34:39.982Z] --- PASS: TestUnprivilegedPortsAndPing (0.97s) [2022-03-05T21:34:39.982Z] === RUN TestStats [2022-03-05T21:34:40.130Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T21:34:40.130Z] daemon_test.go:156: [d2b8177463186] daemon is not started [2022-03-05T21:34:40.130Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2022-03-05T21:34:40.130Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-03-05T21:34:40.130Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-05T21:34:40.130Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-05T21:34:40.130Z] === RUN TestDaemonProxy [2022-03-05T21:34:40.130Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-05T21:34:40.130Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T21:34:40.130Z] PASS [2022-03-05T21:34:40.130Z] [2022-03-05T21:34:40.130Z] === Skipped [2022-03-05T21:34:40.130Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-05T21:34:40.130Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-05T21:34:40.130Z] [2022-03-05T21:34:40.130Z] DONE 12 tests, 1 skipped in 4.187s [2022-03-05T21:34:40.130Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T21:34:40.389Z] INFO: Testing against a local daemon [2022-03-05T21:34:40.389Z] === RUN TestCommitInheritsEnv [2022-03-05T21:34:40.703Z] --- PASS: TestCreateServiceMultipleTimes (15.73s) [2022-03-05T21:34:40.703Z] === RUN TestCreateServiceConflict [2022-03-05T21:34:40.703Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-03-05T21:34:40.703Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:34:41.093Z] ...INFO: Daemon under test started and replied! [2022-03-05T21:34:41.093Z] INFO: Docker version of the daemon under test [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] Client: [2022-03-05T21:34:41.093Z] Version: 17.06.2-ce [2022-03-05T21:34:41.093Z] API version: 1.30 [2022-03-05T21:34:41.093Z] Go version: go1.8.3 [2022-03-05T21:34:41.093Z] Git commit: cec0b72 [2022-03-05T21:34:41.093Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-05T21:34:41.093Z] OS/Arch: windows/amd64 [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] Server: [2022-03-05T21:34:41.093Z] Version: 0.0.0-dev [2022-03-05T21:34:41.093Z] API version: 1.42 (minimum version 1.24) [2022-03-05T21:34:41.093Z] Go version: go1.17.8 [2022-03-05T21:34:41.093Z] Git commit: 0759f013a4 [2022-03-05T21:34:41.093Z] Built: 03/05/2022 21:32:21 [2022-03-05T21:34:41.093Z] OS/Arch: windows/amd64 [2022-03-05T21:34:41.093Z] Experimental: false [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] INFO: Docker info of the daemon under test [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] Containers: 0 [2022-03-05T21:34:41.093Z] Running: 0 [2022-03-05T21:34:41.093Z] Paused: 0 [2022-03-05T21:34:41.093Z] Stopped: 0 [2022-03-05T21:34:41.093Z] Images: 0 [2022-03-05T21:34:41.093Z] Server Version: 0.0.0-dev [2022-03-05T21:34:41.093Z] Storage Driver: windowsfilter [2022-03-05T21:34:41.093Z] Windows: [2022-03-05T21:34:41.093Z] Logging Driver: json-file [2022-03-05T21:34:41.093Z] Plugins: [2022-03-05T21:34:41.093Z] Volume: local [2022-03-05T21:34:41.093Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T21:34:41.093Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T21:34:41.093Z] Swarm: inactive [2022-03-05T21:34:41.093Z] Default Isolation: process [2022-03-05T21:34:41.093Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T21:34:41.093Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T21:34:41.093Z] OSType: windows [2022-03-05T21:34:41.093Z] Architecture: x86_64 [2022-03-05T21:34:41.093Z] CPUs: 4 [2022-03-05T21:34:41.093Z] Total Memory: 32GiB [2022-03-05T21:34:41.093Z] Name: azwin-2-94b260 [2022-03-05T21:34:41.093Z] ID: TN2U:224S:KACY:Q2Z5:GNL2:OVFY:ZBRF:HL5J:W2A5:XRXD:UFTG:IY2W [2022-03-05T21:34:41.093Z] Docker Root Dir: D:\CI\PR-43334\2\daemon [2022-03-05T21:34:41.093Z] Debug Mode (client): false [2022-03-05T21:34:41.093Z] Debug Mode (server): true [2022-03-05T21:34:41.093Z] File Descriptors: -1 [2022-03-05T21:34:41.093Z] Goroutines: 31 [2022-03-05T21:34:41.093Z] System Time: 2022-03-05T21:34:38.6024469Z [2022-03-05T21:34:41.093Z] EventsListeners: 0 [2022-03-05T21:34:41.093Z] Registry: https://index.docker.io/v1/ [2022-03-05T21:34:41.093Z] Labels: [2022-03-05T21:34:41.093Z] Experimental: false [2022-03-05T21:34:41.093Z] Insecure Registries: [2022-03-05T21:34:41.093Z] 127.0.0.0/8 [2022-03-05T21:34:41.093Z] Live Restore Enabled: false [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] INFO: Docker images of the daemon under test [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T21:34:41.093Z] [2022-03-05T21:34:41.093Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-05T21:34:41.093Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-05T21:34:41.093Z] ltsc2022: Pulling from windows/servercore [2022-03-05T21:34:41.093Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T21:34:41.093Z] 898469748ff6: Pulling fs layer [2022-03-05T21:34:41.194Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-05T21:34:41.552Z] === RUN TestMiddlewares [2022-03-05T21:34:41.552Z] --- PASS: TestMiddlewares (0.00s) [2022-03-05T21:34:41.552Z] PASS [2022-03-05T21:34:41.552Z] coverage: 9.0% of statements [2022-03-05T21:34:41.552Z] ok github.com/docker/docker/api/server 0.090s coverage: 9.0% of statements [2022-03-05T21:34:41.894Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-05T21:34:42.026Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-05T21:34:42.290Z] --- PASS: TestCommitInheritsEnv (1.76s) [2022-03-05T21:34:42.290Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:34:42.290Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform// [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T21:34:42.290Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T21:34:42.604Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T21:34:42.604Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T21:34:42.604Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T21:34:42.604Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T21:34:42.604Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:34:42.604Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-05T21:34:42.604Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:34:42.604Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-03-05T21:34:42.604Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:34:42.972Z] --- PASS: TestStats (2.77s) [2022-03-05T21:34:42.972Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:34:42.972Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T21:34:42.972Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T21:34:42.972Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T21:34:42.972Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T21:34:42.972Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T21:34:42.972Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T21:34:42.972Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T21:34:42.972Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T21:34:42.972Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T21:34:42.972Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T21:34:43.234Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T21:34:43.248Z] --- PASS: TestCreateServiceMaxReplicas (2.73s) [2022-03-05T21:34:43.248Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:34:43.433Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-05T21:34:43.809Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T21:34:44.509Z] --- PASS: TestRemoveImageOrphaning (1.61s) [2022-03-05T21:34:44.509Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T21:34:44.509Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-05T21:34:44.509Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2022-03-05T21:34:44.509Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:34:44.509Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-05T21:34:44.509Z] === RUN TestTagInvalidReference [2022-03-05T21:34:44.509Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-05T21:34:44.509Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:34:44.509Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-05T21:34:44.509Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:34:44.509Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-05T21:34:44.509Z] === RUN TestTagOfficialNames [2022-03-05T21:34:44.509Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-05T21:34:44.509Z] === RUN TestTagMatchesDigest [2022-03-05T21:34:44.509Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-05T21:34:44.509Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-05T21:34:44.755Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T21:34:45.329Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-05T21:34:45.904Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T21:34:45.904Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T21:34:48.478Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-05T21:34:48.478Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2022-03-05T21:34:48.478Z] --- PASS: TestStopContainerWithTimeout/1 (1.85s) [2022-03-05T21:34:48.478Z] --- PASS: TestStopContainerWithTimeout/3 (3.12s) [2022-03-05T21:34:48.478Z] --- PASS: TestStopContainerWithTimeout/-1 (2.83s) [2022-03-05T21:34:48.478Z] === RUN TestDeleteDevicemapper [2022-03-05T21:34:48.478Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:34:48.478Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T21:34:48.478Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:34:50.397Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-05T21:34:51.338Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.81s) [2022-03-05T21:34:51.338Z] === RUN TestUpdateMemory [2022-03-05T21:34:51.338Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:34:51.338Z] --- SKIP: TestUpdateMemory (0.01s) [2022-03-05T21:34:51.338Z] === RUN TestUpdateCPUQuota [2022-03-05T21:34:51.338Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T21:34:52.722Z] --- PASS: TestUpdateCPUQuota (1.44s) [2022-03-05T21:34:52.722Z] === RUN TestUpdatePidsLimit [2022-03-05T21:34:52.722Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-05T21:34:53.292Z] === RUN TestUpdatePidsLimit/no_change [2022-03-05T21:34:53.292Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-05T21:34:53.553Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T21:34:53.553Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-05T21:34:53.814Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-05T21:34:54.389Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-05T21:34:54.389Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T21:34:54.650Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-05T21:34:54.911Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T21:34:54.911Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-05T21:34:54.911Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-05T21:34:55.173Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T21:34:55.747Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T21:34:56.008Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T21:34:56.008Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-05T21:34:56.008Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit (3.41s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.34s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2022-03-05T21:34:56.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2022-03-05T21:34:56.270Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:34:57.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-05T21:34:57.216Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T21:34:58.136Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.12s) [2022-03-05T21:34:58.136Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:35:00.527Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-05T21:35:00.527Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-05T21:35:00.527Z] check_test.go:308: [db46d46b3c5c9] daemon is not started [2022-03-05T21:35:00.527Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-05T21:35:00.527Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-05T21:35:00.527Z] check_test.go:308: [d2cebe2963db5] daemon is not started [2022-03-05T21:35:00.527Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-05T21:35:01.470Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T21:35:02.413Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T21:35:02.985Z] check_test.go:308: [d566e28dde388] daemon is not started [2022-03-05T21:35:02.985Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-05T21:35:02.985Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T21:35:03.246Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T21:35:03.819Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T21:35:04.390Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T21:35:04.650Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T21:35:06.315Z] 898469748ff6: Verifying Checksum [2022-03-05T21:35:06.315Z] 898469748ff6: Download complete [2022-03-05T21:35:06.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-05T21:35:08.487Z] --- PASS: TestUpdateRestartPolicy (12.32s) [2022-03-05T21:35:08.487Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:35:09.432Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-05T21:35:09.432Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2022-03-05T21:35:09.432Z] === RUN TestWaitNonBlocked [2022-03-05T21:35:09.432Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:35:09.432Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:35:09.432Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:35:09.432Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:35:09.432Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:35:09.432Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:35:10.339Z] --- PASS: TestCreateServiceSecretFileMode (12.41s) [2022-03-05T21:35:10.339Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:35:10.376Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-05T21:35:10.376Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s) [2022-03-05T21:35:10.376Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2022-03-05T21:35:10.376Z] === RUN TestWaitBlocked [2022-03-05T21:35:10.376Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:35:10.376Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:35:10.376Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:35:10.376Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:35:10.376Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:35:10.376Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:35:11.784Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-05T21:35:11.784Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2022-03-05T21:35:11.784Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2022-03-05T21:35:11.784Z] === CONT TestContainerStartOnDaemonRestart [2022-03-05T21:35:11.784Z] === CONT TestContainerKillOnDaemonStart [2022-03-05T21:35:12.739Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-05T21:35:13.028Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-05T21:35:13.365Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T21:35:13.365Z] 8f616e6e9eec: Download complete [2022-03-05T21:35:14.654Z] --- PASS: TestContainerStartOnDaemonRestart (2.93s) [2022-03-05T21:35:14.654Z] === CONT TestIpcModeOlderClient [2022-03-05T21:35:14.654Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-05T21:35:14.654Z] === CONT TestDaemonHostGatewayIP [2022-03-05T21:35:14.654Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T21:35:15.598Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-05T21:35:15.598Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T21:35:16.171Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T21:35:18.092Z] --- PASS: TestDaemonHostGatewayIP (3.02s) [2022-03-05T21:35:18.092Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T21:35:18.665Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T21:35:19.609Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-05T21:35:20.180Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.47s) [2022-03-05T21:35:20.180Z] === CONT TestDaemonRestartIpcMode [2022-03-05T21:35:22.099Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T21:35:22.541Z] --- PASS: TestCreateServiceConfigFileMode (12.36s) [2022-03-05T21:35:22.541Z] === RUN TestCreateServiceSysctls [2022-03-05T21:35:23.485Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-05T21:35:23.485Z] --- PASS: TestDaemonRestartIpcMode (3.30s) [2022-03-05T21:35:23.485Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T21:35:23.485Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-05T21:35:23.485Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T21:35:23.485Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-05T21:35:23.747Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T21:35:23.747Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-05T21:35:23.747Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T21:35:23.747Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-05T21:35:23.747Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T21:35:24.442Z] --- PASS: TestCreateServiceSysctls (3.12s) [2022-03-05T21:35:24.442Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:35:24.691Z] --- PASS: TestContainerKillOnDaemonStart (12.75s) [2022-03-05T21:35:24.691Z] PASS [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] === Skipped [2022-03-05T21:35:24.691Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-05T21:35:24.691Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-05T21:35:24.691Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-05T21:35:24.691Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:35:24.691Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T21:35:24.691Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2022-03-05T21:35:24.691Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:35:24.691Z] [2022-03-05T21:35:24.691Z] DONE 200 tests, 6 skipped in 155.495s [2022-03-05T21:35:24.691Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T21:35:24.691Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:35:24.691Z] ++ set -e [2022-03-05T21:35:24.691Z] ++ '[' -n 0 ']' [2022-03-05T21:35:24.691Z] ++ set -x [2022-03-05T21:35:24.692Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:35:24.692Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:35:25.266Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-03-05T21:35:25.266Z] === RUN TestDaemonConfigValidation [2022-03-05T21:35:25.266Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:35:25.266Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:35:25.266Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T21:35:25.266Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T21:35:25.266Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T21:35:25.266Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T21:35:25.266Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T21:35:25.266Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T21:35:25.266Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T21:35:25.266Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T21:35:25.266Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:35:25.266Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T21:35:25.527Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T21:35:25.527Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T21:35:25.788Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T21:35:25.788Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T21:35:25.788Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.33s) [2022-03-05T21:35:25.788Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.37s) [2022-03-05T21:35:25.788Z] --- PASS: TestDaemonConfigValidation/valid_config (0.25s) [2022-03-05T21:35:25.788Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.20s) [2022-03-05T21:35:25.788Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-03-05T21:35:25.788Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:35:25.788Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T21:35:26.974Z] --- PASS: TestCreateServiceCapabilities (2.45s) [2022-03-05T21:35:26.974Z] === RUN TestInspect [2022-03-05T21:35:27.175Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T21:35:27.436Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T21:35:27.436Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-05T21:35:28.008Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T21:35:28.951Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T21:35:28.951Z] daemon_test.go:156: [d4de103306e39] daemon is not started [2022-03-05T21:35:28.951Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2022-03-05T21:35:28.951Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2022-03-05T21:35:28.951Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.06s) [2022-03-05T21:35:28.951Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-03-05T21:35:28.951Z] === RUN TestDaemonProxy [2022-03-05T21:35:28.951Z] === RUN TestDaemonProxy/environment_variables [2022-03-05T21:35:29.504Z] --- PASS: TestInspect (2.75s) [2022-03-05T21:35:29.504Z] === RUN TestCreateJob [2022-03-05T21:35:29.893Z] check_test.go:308: [d36cc6f7d439f] daemon is not started [2022-03-05T21:35:29.893Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-05T21:35:30.834Z] === RUN TestDaemonProxy/command-line_options [2022-03-05T21:35:31.405Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T21:35:32.345Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-05T21:35:32.606Z] === RUN TestDaemonProxy/configuration_file [2022-03-05T21:35:32.806Z] --- PASS: TestCreateJob (3.09s) [2022-03-05T21:35:32.806Z] === RUN TestReplicatedJob [2022-03-05T21:35:33.547Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T21:35:33.808Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T21:35:34.379Z] === RUN TestDaemonProxy/conflicting_options [2022-03-05T21:35:34.974Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-05T21:35:35.550Z] --- PASS: TestDaemonProxy (6.35s) [2022-03-05T21:35:35.550Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-03-05T21:35:35.550Z] --- PASS: TestDaemonProxy/command-line_options (1.77s) [2022-03-05T21:35:35.550Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-03-05T21:35:35.550Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-05T21:35:35.550Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-05T21:35:35.550Z] PASS [2022-03-05T21:35:35.550Z] [2022-03-05T21:35:35.550Z] DONE 17 tests in 10.912s [2022-03-05T21:35:35.550Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T21:35:35.550Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:35:35.550Z] ++ set -e [2022-03-05T21:35:35.550Z] ++ '[' -n 0 ']' [2022-03-05T21:35:35.550Z] ++ set -x [2022-03-05T21:35:35.550Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:35:35.550Z] INFO: Testing against a local daemon [2022-03-05T21:35:35.550Z] === RUN TestCommitInheritsEnv [2022-03-05T21:35:36.122Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-05T21:35:36.122Z] --- PASS: TestCommitInheritsEnv (0.50s) [2022-03-05T21:35:36.122Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:35:36.122Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-05T21:35:36.122Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:35:36.122Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T21:35:36.383Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T21:35:36.383Z] === RUN TestImportWithCustomPlatform// [2022-03-05T21:35:36.383Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T21:35:36.383Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T21:35:36.643Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T21:35:36.643Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T21:35:36.643Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T21:35:36.643Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform (0.58s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/#00 (0.18s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/linux (0.13s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.11s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.10s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T21:35:36.643Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T21:35:36.643Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:35:36.904Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-05T21:35:36.904Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:35:36.904Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-05T21:35:36.904Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:35:37.166Z] --- PASS: TestRemoveImageOrphaning (0.44s) [2022-03-05T21:35:37.166Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T21:35:37.739Z] check_test.go:308: [db2bd852bb45d] daemon is not started [2022-03-05T21:35:37.739Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-05T21:35:38.072Z] --- PASS: TestReplicatedJob (5.22s) [2022-03-05T21:35:38.072Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:35:38.311Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T21:35:39.253Z] --- PASS: TestRemoveImageGarbageCollector (2.08s) [2022-03-05T21:35:39.253Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:35:39.514Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-05T21:35:39.514Z] === RUN TestTagInvalidReference [2022-03-05T21:35:39.514Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-05T21:35:39.514Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:35:39.514Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-05T21:35:39.514Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:35:39.514Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-05T21:35:39.514Z] === RUN TestTagOfficialNames [2022-03-05T21:35:39.514Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-05T21:35:39.514Z] === RUN TestTagMatchesDigest [2022-03-05T21:35:39.514Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-05T21:35:39.514Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-05T21:35:40.601Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2022-03-05T21:35:40.601Z] === RUN TestServiceListWithStatuses [2022-03-05T21:35:40.601Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:35:40.601Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:35:40.601Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:35:41.427Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-05T21:35:42.088Z] === RUN TestBoolValue [2022-03-05T21:35:42.088Z] --- PASS: TestBoolValue (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestBoolValueOrDefault [2022-03-05T21:35:42.088Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestInt64ValueOrZero [2022-03-05T21:35:42.088Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestInt64ValueOrDefault [2022-03-05T21:35:42.088Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-05T21:35:42.088Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestJsonContentType [2022-03-05T21:35:42.088Z] --- PASS: TestJsonContentType (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 14.7% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/server/httputils 0.051s coverage: 14.7% of statements [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T21:35:42.088Z] === RUN TestMaskSecretKeys [2022-03-05T21:35:42.088Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-05T21:35:42.088Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-05T21:35:42.088Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-05T21:35:42.088Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-05T21:35:42.088Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-05T21:35:42.088Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-05T21:35:42.088Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestVersionMiddlewareVersion [2022-03-05T21:35:42.088Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-05T21:35:42.088Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 37.7% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/server/middleware 0.054s coverage: 37.7% of statements [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T21:35:42.088Z] === RUN TestStrSliceMarshalJSON [2022-03-05T21:35:42.088Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestStrSliceUnmarshalJSON [2022-03-05T21:35:42.088Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestStrSliceUnmarshalString [2022-03-05T21:35:42.088Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestStrSliceUnmarshalSlice [2022-03-05T21:35:42.088Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 90.0% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2022-03-05T21:35:42.088Z] === RUN TestAdjustForAPIVersion [2022-03-05T21:35:42.088Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 5.7% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/server/router/swarm 0.045s coverage: 5.7% of statements [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T21:35:42.088Z] === RUN TestToJSON [2022-03-05T21:35:42.088Z] --- PASS: TestToJSON (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestToParamWithVersion [2022-03-05T21:35:42.088Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestFromJSON [2022-03-05T21:35:42.088Z] --- PASS: TestFromJSON (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestEmpty [2022-03-05T21:35:42.088Z] --- PASS: TestEmpty (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestArgsMatchKVListEmptySources [2022-03-05T21:35:42.088Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestArgsMatchKVList [2022-03-05T21:35:42.088Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestArgsMatch [2022-03-05T21:35:42.088Z] --- PASS: TestArgsMatch (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestAdd [2022-03-05T21:35:42.088Z] --- PASS: TestAdd (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestDel [2022-03-05T21:35:42.088Z] --- PASS: TestDel (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestLen [2022-03-05T21:35:42.088Z] --- PASS: TestLen (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestExactMatch [2022-03-05T21:35:42.088Z] --- PASS: TestExactMatch (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestOnlyOneExactMatch [2022-03-05T21:35:42.088Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestContains [2022-03-05T21:35:42.088Z] --- PASS: TestContains (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestValidate [2022-03-05T21:35:42.088Z] --- PASS: TestValidate (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestWalkValues [2022-03-05T21:35:42.088Z] --- PASS: TestWalkValues (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestFuzzyMatch [2022-03-05T21:35:42.088Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestClone [2022-03-05T21:35:42.088Z] --- PASS: TestClone (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 92.2% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/types/filters 0.051s coverage: 92.2% of statements [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T21:35:42.088Z] === RUN TestDurationToSecondsString [2022-03-05T21:35:42.088Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-05T21:35:42.088Z] === RUN TestGetTimestamp [2022-03-05T21:35:42.088Z] --- PASS: TestGetTimestamp (0.20s) [2022-03-05T21:35:42.088Z] === RUN TestParseTimestamps [2022-03-05T21:35:42.088Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 100.0% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/types/time 0.242s coverage: 100.0% of statements [2022-03-05T21:35:42.088Z] === RUN TestCompareVersion [2022-03-05T21:35:42.088Z] --- PASS: TestCompareVersion (0.00s) [2022-03-05T21:35:42.088Z] PASS [2022-03-05T21:35:42.088Z] coverage: 77.3% of statements [2022-03-05T21:35:42.088Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 77.3% of statements [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T21:35:42.088Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T21:35:42.370Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-05T21:35:42.547Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-05T21:35:42.547Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-05T21:35:42.547Z] === RUN TestCloneArgsSmartHttp [2022-03-05T21:35:42.547Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-05T21:35:42.547Z] === RUN TestCloneArgsDumbHttp [2022-03-05T21:35:42.547Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-05T21:35:42.547Z] === RUN TestCloneArgsGit [2022-03-05T21:35:42.547Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-05T21:35:42.547Z] === RUN TestCheckoutGit [2022-03-05T21:35:42.630Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T21:35:44.015Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T21:35:44.081Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-05T21:35:44.081Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-05T21:35:44.081Z] === RUN TestProcessNoDockerignore [2022-03-05T21:35:44.081Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-05T21:35:44.081Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-05T21:35:44.081Z] === RUN TestDetectContentType [2022-03-05T21:35:44.081Z] --- PASS: TestDetectContentType (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestSelectAcceptableMIME [2022-03-05T21:35:44.081Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestInspectEmptyResponse [2022-03-05T21:35:44.081Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestInspectResponseBinary [2022-03-05T21:35:44.081Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestResponseUnsupportedContentType [2022-03-05T21:35:44.081Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestInspectResponseTextSimple [2022-03-05T21:35:44.081Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestInspectResponseEmptyContentType [2022-03-05T21:35:44.081Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestUnknownContentLength [2022-03-05T21:35:44.081Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-05T21:35:44.081Z] === RUN TestDownloadRemote [2022-03-05T21:35:44.537Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-05T21:35:44.538Z] === RUN TestGetWithStatusError [2022-03-05T21:35:44.538Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-05T21:35:44.538Z] === RUN TestCloseRootDirectory [2022-03-05T21:35:44.538Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:35:44.538Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-05T21:35:44.538Z] === RUN TestHashFile [2022-03-05T21:35:44.538Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:35:44.538Z] --- SKIP: TestHashFile (0.00s) [2022-03-05T21:35:44.538Z] === RUN TestHashSubdir [2022-03-05T21:35:44.538Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:35:44.538Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-05T21:35:44.538Z] === RUN TestRemoveDirectory [2022-03-05T21:35:44.538Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:35:44.538Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-05T21:35:44.538Z] PASS [2022-03-05T21:35:44.538Z] coverage: 9.3% of statements [2022-03-05T21:35:44.538Z] ok github.com/docker/docker/builder/remotecontext 0.284s coverage: 9.3% of statements [2022-03-05T21:35:44.538Z] === RUN TestEnable [2022-03-05T21:35:44.538Z] --- PASS: TestEnable (0.00s) [2022-03-05T21:35:44.538Z] === RUN TestDisable [2022-03-05T21:35:44.538Z] --- PASS: TestDisable (0.00s) [2022-03-05T21:35:44.538Z] === RUN TestEnabled [2022-03-05T21:35:44.538Z] --- PASS: TestEnabled (0.00s) [2022-03-05T21:35:44.538Z] PASS [2022-03-05T21:35:44.538Z] coverage: 100.0% of statements [2022-03-05T21:35:44.538Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-03-05T21:35:44.785Z] --- PASS: TestDockerNetworkConnectAlias (4.08s) [2022-03-05T21:35:44.785Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:35:44.995Z] === RUN TestGetAllAllowed [2022-03-05T21:35:44.995Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestGetAllMeta [2022-03-05T21:35:44.995Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-05T21:35:44.995Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestIsUnreferencedBuiltin [2022-03-05T21:35:44.995Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestIsExistingDirectory [2022-03-05T21:35:44.995Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestGetFilenameForDownload [2022-03-05T21:35:44.995Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestEnv2Variables [2022-03-05T21:35:44.995Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-05T21:35:44.995Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestMaintainer [2022-03-05T21:35:44.995Z] --- PASS: TestMaintainer (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestLabel [2022-03-05T21:35:44.995Z] --- PASS: TestLabel (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestFromScratch [2022-03-05T21:35:44.995Z] --- PASS: TestFromScratch (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestFromWithArg [2022-03-05T21:35:44.995Z] --- PASS: TestFromWithArg (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-05T21:35:44.995Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestFromWithUndefinedArg [2022-03-05T21:35:44.995Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestFromMultiStageWithNamedStage [2022-03-05T21:35:44.995Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestOnbuild [2022-03-05T21:35:44.995Z] --- PASS: TestOnbuild (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestWorkdir [2022-03-05T21:35:44.995Z] --- PASS: TestWorkdir (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestCmd [2022-03-05T21:35:44.995Z] --- PASS: TestCmd (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestHealthcheckNone [2022-03-05T21:35:44.995Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestHealthcheckCmd [2022-03-05T21:35:44.995Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestEntrypoint [2022-03-05T21:35:44.995Z] --- PASS: TestEntrypoint (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestExpose [2022-03-05T21:35:44.995Z] --- PASS: TestExpose (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestUser [2022-03-05T21:35:44.995Z] --- PASS: TestUser (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestVolume [2022-03-05T21:35:44.995Z] --- PASS: TestVolume (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestStopSignal [2022-03-05T21:35:44.995Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T21:35:44.995Z] --- SKIP: TestStopSignal (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestArg [2022-03-05T21:35:44.995Z] --- PASS: TestArg (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestShell [2022-03-05T21:35:44.995Z] --- PASS: TestShell (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestPrependEnvOnCmd [2022-03-05T21:35:44.995Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestRunWithBuildArgs [2022-03-05T21:35:44.995Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestRunIgnoresHealthcheck [2022-03-05T21:35:44.995Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestDispatchUnsupportedOptions [2022-03-05T21:35:44.995Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-05T21:35:44.995Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-05T21:35:44.995Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-05T21:35:44.995Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestNormalizeWorkdir [2022-03-05T21:35:44.995Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestDispatch [2022-03-05T21:35:44.995Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-05T21:35:44.995Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-05T21:35:44.995Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-05T21:35:44.995Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-05T21:35:44.995Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-05T21:35:44.995Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-05T21:35:44.995Z] === RUN TestDispatch/COPY_url [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch (0.07s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-05T21:35:44.995Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestAddScratchImageAddsToMounts [2022-03-05T21:35:44.995Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-05T21:35:44.995Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-05T21:35:44.995Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-05T21:35:44.995Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestImageSourceGetAddsToMounts [2022-03-05T21:35:44.995Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestEmptyDockerfile [2022-03-05T21:35:44.995Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-05T21:35:44.995Z] === RUN TestSymlinkDockerfile [2022-03-05T21:35:44.995Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-05T21:35:44.995Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-05T21:35:44.995Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestNonExistingDockerfile [2022-03-05T21:35:44.995Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestCopyRunConfig [2022-03-05T21:35:44.995Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestDeepCopyRunConfig [2022-03-05T21:35:44.995Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestExportImage [2022-03-05T21:35:44.995Z] --- PASS: TestExportImage (0.00s) [2022-03-05T21:35:44.995Z] === RUN TestNormalizeDest [2022-03-05T21:35:44.995Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-05T21:35:44.995Z] PASS [2022-03-05T21:35:44.995Z] coverage: 46.7% of statements [2022-03-05T21:35:44.995Z] ok github.com/docker/docker/builder/dockerfile 0.196s coverage: 46.7% of statements [2022-03-05T21:35:45.409Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T21:35:45.410Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:35:45.410Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:35:45.410Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T21:35:45.410Z] [2022-03-05T21:35:45.410Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T21:35:45.410Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T21:35:45.410Z] HOSTNAME=bc875ea0944b [2022-03-05T21:35:45.410Z] TESTDEBUG=0 [2022-03-05T21:35:45.410Z] DEST=bundles/test-integration [2022-03-05T21:35:45.410Z] PWD=/go/src/github.com/docker/docker [2022-03-05T21:35:45.410Z] DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c [2022-03-05T21:35:45.410Z] container=docker [2022-03-05T21:35:45.410Z] HOME=/root [2022-03-05T21:35:45.410Z] GOLANG_VERSION=1.17.8 [2022-03-05T21:35:45.410Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T21:35:45.410Z] VALIDATE_BRANCH=master [2022-03-05T21:35:45.410Z] TERM=xterm [2022-03-05T21:35:45.410Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T21:35:45.410Z] SHLVL=1 [2022-03-05T21:35:45.410Z] TIMEOUT=120m [2022-03-05T21:35:45.410Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T21:35:45.410Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T21:35:45.410Z] GO111MODULE=off [2022-03-05T21:35:45.410Z] DOCKER_EXPERIMENTAL=1 [2022-03-05T21:35:45.410Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T21:35:45.410Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T21:35:45.410Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T21:35:45.410Z] GOPATH=/go [2022-03-05T21:35:45.410Z] PKG_CONFIG=pkg-config [2022-03-05T21:35:45.410Z] _=/usr/bin/env [2022-03-05T21:35:45.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T21:35:45.452Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T21:35:45.452Z] === RUN TestTCP4Proxy [2022-03-05T21:35:45.452Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-05T21:35:45.452Z] === RUN TestTCP4ProxyHalfClose [2022-03-05T21:35:45.452Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestTCP6Proxy [2022-03-05T21:35:45.452Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:35:45.452Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestTCPDualStackProxy [2022-03-05T21:35:45.452Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:35:45.452Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestUDP4Proxy [2022-03-05T21:35:45.452Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestUDP6Proxy [2022-03-05T21:35:45.452Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:35:45.452Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestUDPWriteError [2022-03-05T21:35:45.452Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestSCTP4Proxy [2022-03-05T21:35:45.452Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T21:35:45.452Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-05T21:35:45.452Z] === RUN TestSCTP6Proxy [2022-03-05T21:35:45.452Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:35:45.452Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-05T21:35:45.452Z] PASS [2022-03-05T21:35:45.452Z] coverage: 49.4% of statements [2022-03-05T21:35:45.452Z] ok github.com/docker/docker/cmd/docker-proxy 0.070s coverage: 49.4% of statements [2022-03-05T21:35:47.314Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-05T21:35:47.314Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T21:35:47.886Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-05T21:35:48.070Z] --- PASS: TestDockerNetworkReConnect (3.26s) [2022-03-05T21:35:48.070Z] === RUN TestServicePlugin [2022-03-05T21:35:48.147Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T21:35:48.147Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T21:35:48.408Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-05T21:35:49.352Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-05T21:35:49.352Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-05T21:35:49.352Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T21:35:49.613Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-05T21:35:50.188Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-05T21:35:50.449Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T21:35:50.710Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-05T21:35:51.283Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-05T21:35:51.283Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T21:35:51.353Z] plugin_test.go:61: [d4d5f4524163e] joining swarm manager [dccb0d000b786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:35:51.855Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-05T21:35:52.117Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-05T21:35:52.688Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-05T21:35:52.726Z] plugin_test.go:64: [d73b181c0a3b0] joining swarm manager [dccb0d000b786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:35:53.260Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-05T21:35:53.831Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-05T21:35:54.402Z] check_test.go:308: [d61e688873334] daemon is not started [2022-03-05T21:35:54.402Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-05T21:35:55.345Z] check_test.go:308: [d499c8337d7f0] daemon is not started [2022-03-05T21:35:55.345Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-05T21:35:55.918Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-05T21:35:57.314Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-05T21:35:57.814Z] === RUN TestCheckpointCreateError [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCheckpointCreate [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCheckpointDeleteError [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCheckpointDelete [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCheckpointListError [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCheckpointList [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointList (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCheckpointListContainerNotFound [2022-03-05T21:35:57.814Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNewClientWithOpsFromEnv [2022-03-05T21:35:57.814Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T21:35:57.814Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestGetAPIPath [2022-03-05T21:35:57.814Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestParseHostURL [2022-03-05T21:35:57.814Z] --- PASS: TestParseHostURL (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-05T21:35:57.814Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-05T21:35:57.814Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNegotiateAPIVersion [2022-03-05T21:35:57.814Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNegotiateAPVersionOverride [2022-03-05T21:35:57.814Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-05T21:35:57.814Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-05T21:35:57.814Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-05T21:35:57.814Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestClientRedirect [2022-03-05T21:35:57.814Z] --- PASS: TestClientRedirect (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigCreateUnsupported [2022-03-05T21:35:57.814Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigCreateError [2022-03-05T21:35:57.814Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigCreate [2022-03-05T21:35:57.814Z] --- PASS: TestConfigCreate (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigInspectNotFound [2022-03-05T21:35:57.814Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigInspectWithEmptyID [2022-03-05T21:35:57.814Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigInspectUnsupported [2022-03-05T21:35:57.814Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigInspectError [2022-03-05T21:35:57.814Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigInspectConfigNotFound [2022-03-05T21:35:57.814Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigInspect [2022-03-05T21:35:57.814Z] --- PASS: TestConfigInspect (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigListUnsupported [2022-03-05T21:35:57.814Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigListError [2022-03-05T21:35:57.814Z] --- PASS: TestConfigListError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigList [2022-03-05T21:35:57.814Z] --- PASS: TestConfigList (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigRemoveUnsupported [2022-03-05T21:35:57.814Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigRemoveError [2022-03-05T21:35:57.814Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigRemove [2022-03-05T21:35:57.814Z] --- PASS: TestConfigRemove (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigUpdateUnsupported [2022-03-05T21:35:57.814Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigUpdateError [2022-03-05T21:35:57.814Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestConfigUpdate [2022-03-05T21:35:57.814Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerCommitError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerCommit [2022-03-05T21:35:57.814Z] --- PASS: TestContainerCommit (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStatPathError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStatPathNotFoundError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStatPathNoHeaderError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStatPath [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyToContainerError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyToContainerNotFoundError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyToContainer [2022-03-05T21:35:57.814Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyFromContainerError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyFromContainerNotFoundError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-05T21:35:57.814Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestCopyFromContainer [2022-03-05T21:35:57.814Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerCreateError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerCreateImageNotFound [2022-03-05T21:35:57.814Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerCreateWithName [2022-03-05T21:35:57.814Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerCreateAutoRemove [2022-03-05T21:35:57.814Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerDiffError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerDiff [2022-03-05T21:35:57.814Z] --- PASS: TestContainerDiff (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecCreateError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecCreate [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecStartError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecStart [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecInspectError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecInspect [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExportError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExportError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExport [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExport (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerInspectError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerInspectContainerNotFound [2022-03-05T21:35:57.814Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerInspectWithEmptyID [2022-03-05T21:35:57.814Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerInspect [2022-03-05T21:35:57.814Z] --- PASS: TestContainerInspect (0.02s) [2022-03-05T21:35:57.814Z] === RUN TestContainerInspectNode [2022-03-05T21:35:57.814Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerKillError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerKillError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerKill [2022-03-05T21:35:57.814Z] --- PASS: TestContainerKill (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerListError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerListError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerList [2022-03-05T21:35:57.814Z] --- PASS: TestContainerList (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerLogsNotFoundError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerLogsError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerLogs [2022-03-05T21:35:57.814Z] --- PASS: TestContainerLogs (0.21s) [2022-03-05T21:35:57.814Z] === RUN TestContainerPauseError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerPause [2022-03-05T21:35:57.814Z] --- PASS: TestContainerPause (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainersPruneError [2022-03-05T21:35:57.814Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainersPrune [2022-03-05T21:35:57.814Z] --- PASS: TestContainersPrune (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRemoveError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRemoveNotFoundError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRemove [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRemove (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRenameError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRename [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRename (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerResizeError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecResizeError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerResize [2022-03-05T21:35:57.814Z] --- PASS: TestContainerResize (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerExecResize [2022-03-05T21:35:57.814Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRestartError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerRestart [2022-03-05T21:35:57.814Z] --- PASS: TestContainerRestart (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStartError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStartError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStart [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStart (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStatsError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStats [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStats (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStopError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStopError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerStop [2022-03-05T21:35:57.814Z] --- PASS: TestContainerStop (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerTopError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerTopError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerTop [2022-03-05T21:35:57.814Z] --- PASS: TestContainerTop (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerUnpauseError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerUnpause [2022-03-05T21:35:57.814Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerUpdateError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerUpdate [2022-03-05T21:35:57.814Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerWaitError [2022-03-05T21:35:57.814Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestContainerWait [2022-03-05T21:35:57.814Z] --- PASS: TestContainerWait (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestDiskUsageError [2022-03-05T21:35:57.814Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestDiskUsage [2022-03-05T21:35:57.814Z] --- PASS: TestDiskUsage (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestDistributionInspectUnsupported [2022-03-05T21:35:57.814Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestDistributionInspectWithEmptyID [2022-03-05T21:35:57.814Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestEventsErrorInOptions [2022-03-05T21:35:57.814Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestEventsErrorFromServer [2022-03-05T21:35:57.814Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestEvents [2022-03-05T21:35:57.814Z] --- PASS: TestEvents (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestTLSCloseWriter [2022-03-05T21:35:57.814Z] === PAUSE TestTLSCloseWriter [2022-03-05T21:35:57.814Z] === RUN TestImageBuildError [2022-03-05T21:35:57.814Z] --- PASS: TestImageBuildError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageBuild [2022-03-05T21:35:57.814Z] --- PASS: TestImageBuild (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestGetDockerOS [2022-03-05T21:35:57.814Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageCreateError [2022-03-05T21:35:57.814Z] --- PASS: TestImageCreateError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageCreate [2022-03-05T21:35:57.814Z] --- PASS: TestImageCreate (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageHistoryError [2022-03-05T21:35:57.814Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageHistory [2022-03-05T21:35:57.814Z] --- PASS: TestImageHistory (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageImportError [2022-03-05T21:35:57.814Z] --- PASS: TestImageImportError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageImport [2022-03-05T21:35:57.814Z] --- PASS: TestImageImport (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageInspectError [2022-03-05T21:35:57.814Z] --- PASS: TestImageInspectError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageInspectImageNotFound [2022-03-05T21:35:57.814Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageInspectWithEmptyID [2022-03-05T21:35:57.814Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageInspect [2022-03-05T21:35:57.814Z] --- PASS: TestImageInspect (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageListError [2022-03-05T21:35:57.814Z] --- PASS: TestImageListError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageList [2022-03-05T21:35:57.814Z] --- PASS: TestImageList (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageListApiBefore125 [2022-03-05T21:35:57.814Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageLoadError [2022-03-05T21:35:57.814Z] --- PASS: TestImageLoadError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImageLoad [2022-03-05T21:35:57.814Z] --- PASS: TestImageLoad (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagesPruneError [2022-03-05T21:35:57.814Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagesPrune [2022-03-05T21:35:57.814Z] --- PASS: TestImagesPrune (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagePullReferenceParseError [2022-03-05T21:35:57.814Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagePullAnyError [2022-03-05T21:35:57.814Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-05T21:35:57.814Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:35:57.814Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:35:57.814Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePullWithoutErrors [2022-03-05T21:35:57.815Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushReferenceError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushAnyError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithoutErrors [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-05T21:35:57.815Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageRemoveImageNotFound [2022-03-05T21:35:57.815Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageRemove [2022-03-05T21:35:57.815Z] --- PASS: TestImageRemove (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSaveError [2022-03-05T21:35:57.815Z] --- PASS: TestImageSaveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSave [2022-03-05T21:35:57.815Z] --- PASS: TestImageSave (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSearchAnyError [2022-03-05T21:35:57.815Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-05T21:35:57.815Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:35:57.815Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:35:57.815Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-05T21:35:57.815Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageSearchWithoutErrors [2022-03-05T21:35:57.815Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageTagError [2022-03-05T21:35:57.815Z] --- PASS: TestImageTagError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageTagInvalidReference [2022-03-05T21:35:57.815Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageTagInvalidSourceImageName [2022-03-05T21:35:57.815Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageTagHexSource [2022-03-05T21:35:57.815Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestImageTag [2022-03-05T21:35:57.815Z] --- PASS: TestImageTag (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestInfoServerError [2022-03-05T21:35:57.815Z] --- PASS: TestInfoServerError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestInfoInvalidResponseJSONError [2022-03-05T21:35:57.815Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestInfo [2022-03-05T21:35:57.815Z] --- PASS: TestInfo (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkConnectError [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkConnect [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkCreateError [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkCreate [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkDisconnectError [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkDisconnect [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect/empty_ID [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect/no_options [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect/verbose [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect/global_scope [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect/unknown_network [2022-03-05T21:35:57.815Z] === RUN TestNetworkInspect/server_error [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkListError [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkList [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworksPruneError [2022-03-05T21:35:57.815Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworksPrune [2022-03-05T21:35:57.815Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNetworkRemove [2022-03-05T21:35:57.815Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeInspectNodeNotFound [2022-03-05T21:35:57.815Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeInspectWithEmptyID [2022-03-05T21:35:57.815Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeInspect [2022-03-05T21:35:57.815Z] --- PASS: TestNodeInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeListError [2022-03-05T21:35:57.815Z] --- PASS: TestNodeListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeList [2022-03-05T21:35:57.815Z] --- PASS: TestNodeList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeRemove [2022-03-05T21:35:57.815Z] --- PASS: TestNodeRemove (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeUpdateError [2022-03-05T21:35:57.815Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestNodeUpdate [2022-03-05T21:35:57.815Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestOptionWithHostFromEnv [2022-03-05T21:35:57.815Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestOptionWithTimeout [2022-03-05T21:35:57.815Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestOptionWithVersionFromEnv [2022-03-05T21:35:57.815Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPingFail [2022-03-05T21:35:57.815Z] --- PASS: TestPingFail (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPingWithError [2022-03-05T21:35:57.815Z] 2022/03/05 21:35:56 RoundTripper returned a response & error; ignoring response [2022-03-05T21:35:57.815Z] 2022/03/05 21:35:56 RoundTripper returned a response & error; ignoring response [2022-03-05T21:35:57.815Z] --- PASS: TestPingWithError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPingSuccess [2022-03-05T21:35:57.815Z] --- PASS: TestPingSuccess (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPingHeadFallback [2022-03-05T21:35:57.815Z] === RUN TestPingHeadFallback/OK [2022-03-05T21:35:57.815Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-05T21:35:57.815Z] === RUN TestPingHeadFallback/Not_Found [2022-03-05T21:35:57.815Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-05T21:35:57.815Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-05T21:35:57.815Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginDisableError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginDisable [2022-03-05T21:35:57.815Z] --- PASS: TestPluginDisable (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginEnableError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginEnable [2022-03-05T21:35:57.815Z] --- PASS: TestPluginEnable (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginInspectWithEmptyID [2022-03-05T21:35:57.815Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginInspect [2022-03-05T21:35:57.815Z] --- PASS: TestPluginInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginListError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginList [2022-03-05T21:35:57.815Z] --- PASS: TestPluginList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginPushError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginPushError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginPush [2022-03-05T21:35:57.815Z] --- PASS: TestPluginPush (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginRemove [2022-03-05T21:35:57.815Z] --- PASS: TestPluginRemove (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginSetError [2022-03-05T21:35:57.815Z] --- PASS: TestPluginSetError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPluginSet [2022-03-05T21:35:57.815Z] --- PASS: TestPluginSet (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSetHostHeader [2022-03-05T21:35:57.815Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestPlainTextError [2022-03-05T21:35:57.815Z] --- PASS: TestPlainTextError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestInfiniteError [2022-03-05T21:35:57.815Z] --- PASS: TestInfiniteError (0.05s) [2022-03-05T21:35:57.815Z] === RUN TestCanceledContext [2022-03-05T21:35:57.815Z] 2022/03/05 21:35:56 RoundTripper returned a response & error; ignoring response [2022-03-05T21:35:57.815Z] --- PASS: TestCanceledContext (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestDeadlineExceededContext [2022-03-05T21:35:57.815Z] 2022/03/05 21:35:56 RoundTripper returned a response & error; ignoring response [2022-03-05T21:35:57.815Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretCreateUnsupported [2022-03-05T21:35:57.815Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretCreateError [2022-03-05T21:35:57.815Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretCreate [2022-03-05T21:35:57.815Z] --- PASS: TestSecretCreate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretInspectUnsupported [2022-03-05T21:35:57.815Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretInspectSecretNotFound [2022-03-05T21:35:57.815Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretInspectWithEmptyID [2022-03-05T21:35:57.815Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretInspect [2022-03-05T21:35:57.815Z] --- PASS: TestSecretInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretListUnsupported [2022-03-05T21:35:57.815Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretListError [2022-03-05T21:35:57.815Z] --- PASS: TestSecretListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretList [2022-03-05T21:35:57.815Z] --- PASS: TestSecretList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretRemoveUnsupported [2022-03-05T21:35:57.815Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretRemove [2022-03-05T21:35:57.815Z] --- PASS: TestSecretRemove (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretUpdateUnsupported [2022-03-05T21:35:57.815Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretUpdateError [2022-03-05T21:35:57.815Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSecretUpdate [2022-03-05T21:35:57.815Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceCreateError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceCreate [2022-03-05T21:35:57.815Z] --- PASS: TestServiceCreate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-05T21:35:57.815Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceCreateDigestPinning [2022-03-05T21:35:57.815Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceInspectServiceNotFound [2022-03-05T21:35:57.815Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceInspectWithEmptyID [2022-03-05T21:35:57.815Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceInspect [2022-03-05T21:35:57.815Z] --- PASS: TestServiceInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceListError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceList [2022-03-05T21:35:57.815Z] --- PASS: TestServiceList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceLogsError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceLogs [2022-03-05T21:35:57.815Z] --- PASS: TestServiceLogs (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceRemoveNotFoundError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceRemove [2022-03-05T21:35:57.815Z] --- PASS: TestServiceRemove (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceUpdateError [2022-03-05T21:35:57.815Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestServiceUpdate [2022-03-05T21:35:57.815Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmGetUnlockKeyError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmGetUnlockKey [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmInitError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmInit [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmInit (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmInspect [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmJoinError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmJoin [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmLeaveError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmLeave [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmUnlockError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmUnlock [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmUpdateError [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestSwarmUpdate [2022-03-05T21:35:57.815Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestTaskInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestTaskInspectWithEmptyID [2022-03-05T21:35:57.815Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestTaskInspect [2022-03-05T21:35:57.815Z] --- PASS: TestTaskInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestTaskListError [2022-03-05T21:35:57.815Z] --- PASS: TestTaskListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestTaskList [2022-03-05T21:35:57.815Z] --- PASS: TestTaskList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeCreateError [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeCreate [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeInspectError [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeInspectNotFound [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeInspectWithEmptyID [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeInspect [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeListError [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeListError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeList [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeList (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeRemoveError [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-05T21:35:57.815Z] === RUN TestVolumeRemove [2022-03-05T21:35:57.815Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-05T21:35:57.815Z] === CONT TestTLSCloseWriter [2022-03-05T21:35:57.815Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-05T21:35:57.815Z] PASS [2022-03-05T21:35:57.815Z] coverage: 75.2% of statements [2022-03-05T21:35:57.815Z] ok github.com/docker/docker/client 0.485s coverage: 75.2% of statements [2022-03-05T21:36:00.618Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T21:36:00.618Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-05T21:36:01.191Z] check_test.go:308: [d3385317115bd] daemon is not started [2022-03-05T21:36:01.191Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-05T21:36:01.764Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T21:36:04.313Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-05T21:36:05.112Z] .........................xx.................... [ 29%] [2022-03-05T21:36:05.256Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T21:36:05.830Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-05T21:36:10.038Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-05T21:36:10.979Z] check_test.go:308: [de4a02e0a2c5d] daemon is not started [2022-03-05T21:36:10.979Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-05T21:36:11.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T21:36:11.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T21:36:16.275Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T21:36:16.275Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T21:36:16.849Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T21:36:16.849Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T21:36:18.930Z] --- PASS: TestCheckoutGit (35.27s) [2022-03-05T21:36:18.930Z] === RUN TestValidGitTransport [2022-03-05T21:36:18.930Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-05T21:36:18.930Z] === RUN TestGitInvalidRef [2022-03-05T21:36:18.930Z] --- PASS: TestGitInvalidRef (0.23s) [2022-03-05T21:36:18.930Z] PASS [2022-03-05T21:36:18.930Z] coverage: 86.3% of statements [2022-03-05T21:36:18.930Z] ok github.com/docker/docker/builder/remotecontext/git 35.553s coverage: 86.3% of statements [2022-03-05T21:36:18.930Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T21:36:18.930Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T21:36:19.273Z] --- PASS: TestServicePlugin (29.71s) [2022-03-05T21:36:19.273Z] === RUN TestServiceUpdateLabel [2022-03-05T21:36:19.400Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-05T21:36:19.842Z] --- PASS: TestServiceUpdateLabel (2.13s) [2022-03-05T21:36:19.842Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:36:20.982Z] --- PASS: TestImportExtremelyLargeImageWorks (90.63s) [2022-03-05T21:36:20.982Z] PASS [2022-03-05T21:36:20.982Z] [2022-03-05T21:36:20.982Z] === Skipped [2022-03-05T21:36:20.982Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.01s) [2022-03-05T21:36:20.982Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-05T21:36:20.982Z] [2022-03-05T21:36:20.982Z] DONE 22 tests, 1 skipped in 94.811s [2022-03-05T21:36:20.983Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T21:36:20.983Z] INFO: Testing against a local daemon [2022-03-05T21:36:20.983Z] === RUN TestNetworkCreateDelete [2022-03-05T21:36:20.983Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-05T21:36:20.983Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:36:20.983Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-05T21:36:20.983Z] === RUN TestDaemonDNSFallback [2022-03-05T21:36:21.123Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-05T21:36:21.314Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T21:36:21.886Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-05T21:36:21.917Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-03-05T21:36:21.917Z] === RUN TestInspectNetwork [2022-03-05T21:36:21.917Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.917Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T21:36:21.917Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:36:21.917Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:36:21.917Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:36:21.917Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:36:21.917Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:36:21.917Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:36:21.917Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:36:21.917Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:36:21.917Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:36:21.917Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestNetworkList [2022-03-05T21:36:21.917Z] === RUN TestNetworkList//networks [2022-03-05T21:36:21.917Z] === PAUSE TestNetworkList//networks [2022-03-05T21:36:21.917Z] === RUN TestNetworkList//networks/ [2022-03-05T21:36:21.917Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:36:21.917Z] === CONT TestNetworkList//networks [2022-03-05T21:36:21.917Z] === CONT TestNetworkList//networks/ [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkList (0.01s) [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T21:36:21.917Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:36:21.917Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:36:21.917Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-05T21:36:21.917Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:36:21.917Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:36:21.917Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:36:21.917Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:36:21.917Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.917Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:36:21.917Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.917Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:36:21.917Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:36:21.917Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:36:21.918Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:36:21.918Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:36:21.918Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.918Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:36:21.918Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:36:21.918Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.918Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:36:21.918Z] PASS [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === Skipped [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-05T21:36:21.918Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:36:21.918Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:36:21.918Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-05T21:36:21.918Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:36:21.918Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:21.918Z] [2022-03-05T21:36:21.918Z] DONE 22 tests, 12 skipped in 6.969s [2022-03-05T21:36:21.918Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:36:22.177Z] INFO: Testing against a local daemon [2022-03-05T21:36:22.177Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T21:36:22.177Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:36:22.177Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:36:22.177Z] === RUN TestDockerNetworkIpvlan [2022-03-05T21:36:22.177Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:36:22.177Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:36:22.177Z] PASS [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] === Skipped [2022-03-05T21:36:22.177Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:36:22.177Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:36:22.177Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] DONE 2 tests, 2 skipped in 0.123s [2022-03-05T21:36:22.177Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:36:22.177Z] INFO: Testing against a local daemon [2022-03-05T21:36:22.177Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T21:36:22.177Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:22.177Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-05T21:36:22.177Z] === RUN TestDockerNetworkMacvlan [2022-03-05T21:36:22.177Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:22.177Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-05T21:36:22.177Z] PASS [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] === Skipped [2022-03-05T21:36:22.177Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-05T21:36:22.177Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-05T21:36:22.177Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] DONE 2 tests, 2 skipped in 0.119s [2022-03-05T21:36:22.177Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T21:36:22.177Z] testing: warning: no tests to run [2022-03-05T21:36:22.177Z] PASS [2022-03-05T21:36:22.177Z] [2022-03-05T21:36:22.177Z] DONE 0 tests in 0.023s [2022-03-05T21:36:22.177Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T21:36:22.435Z] INFO: Testing against a local daemon [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginTLS [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginHeader [2022-03-05T21:36:22.435Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.435Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-05T21:36:22.435Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2022-03-05T21:36:22.693Z] === RUN TestAuthZPluginV2Disable [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-05T21:36:22.693Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-05T21:36:22.693Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-05T21:36:22.693Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-05T21:36:22.693Z] PASS [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === Skipped [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-05T21:36:22.693Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.693Z] [2022-03-05T21:36:22.693Z] DONE 17 tests, 17 skipped in 0.405s [2022-03-05T21:36:22.693Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T21:36:22.952Z] INFO: Testing against a local daemon [2022-03-05T21:36:22.952Z] === RUN TestPluginInvalidJSON [2022-03-05T21:36:22.952Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:36:22.952Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:36:22.952Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:36:22.952Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-05T21:36:22.952Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:36:22.952Z] === RUN TestPluginInstall [2022-03-05T21:36:22.952Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.952Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T21:36:22.952Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:36:22.952Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-05T21:36:22.952Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T21:36:22.952Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:36:22.952Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-05T21:36:22.952Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T21:36:22.952Z] PASS [2022-03-05T21:36:22.952Z] [2022-03-05T21:36:22.952Z] === Skipped [2022-03-05T21:36:22.952Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-05T21:36:22.952Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T21:36:22.952Z] [2022-03-05T21:36:22.952Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-05T21:36:22.952Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-05T21:36:22.952Z] [2022-03-05T21:36:22.952Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T21:36:22.952Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-05T21:36:22.952Z] [2022-03-05T21:36:22.952Z] DONE 5 tests, 3 skipped in 0.193s [2022-03-05T21:36:22.952Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T21:36:22.952Z] INFO: Testing against a local daemon [2022-03-05T21:36:22.952Z] === RUN TestExternalGraphDriver [2022-03-05T21:36:23.210Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-05T21:36:23.210Z] --- SKIP: TestExternalGraphDriver (0.04s) [2022-03-05T21:36:23.210Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:36:23.271Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T21:36:24.213Z] check_test.go:308: [dcaf82eb5442f] daemon is not started [2022-03-05T21:36:24.214Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.02s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-05T21:36:24.706Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestConfigureDaemonLogs [2022-03-05T21:36:24.706Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestCommonOptionsInstallFlags [2022-03-05T21:36:24.706Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-05T21:36:24.706Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-05T21:36:24.706Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-05T21:36:24.706Z] PASS [2022-03-05T21:36:24.706Z] coverage: 18.7% of statements [2022-03-05T21:36:24.706Z] ok github.com/docker/docker/cmd/dockerd 0.380s coverage: 18.7% of statements [2022-03-05T21:36:24.706Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-05T21:36:24.706Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T21:36:24.786Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-05T21:36:25.047Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T21:36:25.308Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-05T21:36:25.669Z] === RUN TestContainerStopSignal [2022-03-05T21:36:25.670Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestContainerStopTimeout [2022-03-05T21:36:25.670Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-05T21:36:25.670Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-05T21:36:25.670Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-05T21:36:25.670Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-05T21:36:25.670Z] === RUN TestReplaceAndAppendEnvVars [2022-03-05T21:36:25.670Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-05T21:36:25.670Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestNewMemoryStore [2022-03-05T21:36:25.670Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestAddContainers [2022-03-05T21:36:25.670Z] --- PASS: TestAddContainers (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestGetContainer [2022-03-05T21:36:25.670Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestDeleteContainer [2022-03-05T21:36:25.670Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestListContainers [2022-03-05T21:36:25.670Z] --- PASS: TestListContainers (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestFirstContainer [2022-03-05T21:36:25.670Z] --- PASS: TestFirstContainer (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestApplyAllContainer [2022-03-05T21:36:25.670Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestIsValidHealthString [2022-03-05T21:36:25.670Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestStateRunStop [2022-03-05T21:36:25.670Z] --- PASS: TestStateRunStop (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestStateTimeoutWait [2022-03-05T21:36:25.670Z] state_test.go:141: Stop callback fired [2022-03-05T21:36:25.670Z] state_test.go:165: Stop callback fired [2022-03-05T21:36:25.670Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-05T21:36:25.670Z] === RUN TestIsValidStateString [2022-03-05T21:36:25.670Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestViewSaveDelete [2022-03-05T21:36:25.670Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-05T21:36:25.670Z] === RUN TestViewAll [2022-03-05T21:36:25.670Z] --- PASS: TestViewAll (0.01s) [2022-03-05T21:36:25.670Z] === RUN TestViewGet [2022-03-05T21:36:25.670Z] --- PASS: TestViewGet (0.01s) [2022-03-05T21:36:25.670Z] === RUN TestNames [2022-03-05T21:36:25.670Z] --- PASS: TestNames (0.00s) [2022-03-05T21:36:25.670Z] === RUN TestViewWithHealthCheck [2022-03-05T21:36:25.670Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-05T21:36:25.670Z] PASS [2022-03-05T21:36:25.670Z] coverage: 41.5% of statements [2022-03-05T21:36:25.670Z] ok github.com/docker/docker/container 0.266s coverage: 41.5% of statements [2022-03-05T21:36:25.670Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T21:36:25.670Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T21:36:25.670Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T21:36:25.670Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T21:36:25.916Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-05T21:36:26.498Z] --- PASS: TestGraphdriverPluginV2 (3.37s) [2022-03-05T21:36:26.498Z] PASS [2022-03-05T21:36:26.498Z] [2022-03-05T21:36:26.498Z] === Skipped [2022-03-05T21:36:26.498Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.04s) [2022-03-05T21:36:26.498Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-05T21:36:26.498Z] [2022-03-05T21:36:26.498Z] DONE 2 tests, 1 skipped in 3.578s [2022-03-05T21:36:26.498Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T21:36:26.759Z] INFO: Testing against a local daemon [2022-03-05T21:36:26.759Z] === RUN TestContinueAfterPluginCrash [2022-03-05T21:36:26.759Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T21:36:26.759Z] === RUN TestReadPluginNoRead [2022-03-05T21:36:26.759Z] === PAUSE TestReadPluginNoRead [2022-03-05T21:36:26.759Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T21:36:26.759Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T21:36:26.759Z] === CONT TestContinueAfterPluginCrash [2022-03-05T21:36:26.759Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T21:36:27.202Z] === RUN TestPrepare [2022-03-05T21:36:27.202Z] --- PASS: TestPrepare (0.00s) [2022-03-05T21:36:27.202Z] === RUN TestStart [2022-03-05T21:36:27.202Z] --- PASS: TestStart (0.00s) [2022-03-05T21:36:27.202Z] === RUN TestWaitCancel [2022-03-05T21:36:27.202Z] --- PASS: TestWaitCancel (0.00s) [2022-03-05T21:36:27.202Z] === RUN TestWaitDisabled [2022-03-05T21:36:27.202Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-05T21:36:27.202Z] === RUN TestWaitEnabled [2022-03-05T21:36:27.202Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-05T21:36:27.202Z] === RUN TestRemove [2022-03-05T21:36:27.202Z] --- PASS: TestRemove (0.00s) [2022-03-05T21:36:27.202Z] PASS [2022-03-05T21:36:27.202Z] coverage: 65.3% of statements [2022-03-05T21:36:27.202Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.064s coverage: 65.3% of statements [2022-03-05T21:36:27.840Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-05T21:36:27.840Z] check_test.go:308: [d1021ef01d2a6] daemon is not started [2022-03-05T21:36:27.840Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-05T21:36:28.597Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-05T21:36:28.734Z] === RUN TestNewListSecretsFilters [2022-03-05T21:36:28.734Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-05T21:36:28.734Z] === RUN TestNewListConfigsFilters [2022-03-05T21:36:28.734Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-05T21:36:28.734Z] PASS [2022-03-05T21:36:28.734Z] coverage: 0.5% of statements [2022-03-05T21:36:28.734Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-05T21:36:28.734Z] ok github.com/docker/docker/daemon/cluster 0.270s coverage: 0.5% of statements [2022-03-05T21:36:28.734Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.22s) [2022-03-05T21:36:28.734Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-05T21:36:28.734Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-05T21:36:28.734Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-05T21:36:28.734Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-05T21:36:28.734Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-05T21:36:28.734Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-05T21:36:29.190Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-05T21:36:29.190Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-05T21:36:29.647Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-05T21:36:29.647Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-05T21:36:29.647Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-05T21:36:29.647Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-05T21:36:29.647Z] PASS [2022-03-05T21:36:29.647Z] coverage: 35.9% of statements [2022-03-05T21:36:29.647Z] ok github.com/docker/docker/daemon/cluster/convert 0.473s coverage: 35.9% of statements [2022-03-05T21:36:29.674Z] 1bd78008c728: Pull complete [2022-03-05T21:36:29.674Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-05T21:36:29.674Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:36:29.674Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-05T21:36:29.674Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-05T21:36:29.674Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-03-05T21:36:29.674Z] WARN: Skipping validation tests [2022-03-05T21:36:29.674Z] INFO: Running unit tests at 03/05/2022 21:36:23... [2022-03-05T21:36:30.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T21:36:30.385Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-05T21:36:30.958Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T21:36:31.891Z] INFO: make.ps1 starting at 03/05/2022 21:36:31 [2022-03-05T21:36:32.034Z] --- PASS: TestDaemonStartWithLogOpt (4.80s) [2022-03-05T21:36:32.034Z] === CONT TestReadPluginNoRead [2022-03-05T21:36:32.341Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-05T21:36:32.360Z] INFO: Git commit (0759f013a4) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T21:36:32.360Z] INFO: Invoking autogen... [2022-03-05T21:36:32.543Z] === RUN TestBuilderGC [2022-03-05T21:36:32.543Z] --- PASS: TestBuilderGC (0.01s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationNotFound [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonBrokenConfiguration [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestFindConfigurationConflicts [2022-03-05T21:36:32.543Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-05T21:36:32.543Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-05T21:36:32.543Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-05T21:36:32.543Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-05T21:36:32.543Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_label [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_dns [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-05T21:36:32.543Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-05T21:36:32.543Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestReloadSetConfigFileNotExist [2022-03-05T21:36:32.543Z] time="2022-03-05T21:36:32Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-05T21:36:32.543Z] --- PASS: TestReloadSetConfigFileNotExist (0.20s) [2022-03-05T21:36:32.543Z] === RUN TestReloadDefaultConfigNotExist [2022-03-05T21:36:32.543Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:36:32.543Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestReloadBadDefaultConfig [2022-03-05T21:36:32.543Z] time="2022-03-05T21:36:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1261637489" [2022-03-05T21:36:32.543Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestReloadWithConflictingLabels [2022-03-05T21:36:32.543Z] time="2022-03-05T21:36:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2538175222" [2022-03-05T21:36:32.543Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestReloadWithDuplicateLabels [2022-03-05T21:36:32.543Z] time="2022-03-05T21:36:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-475512232" [2022-03-05T21:36:32.543Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestMaskURLCredentials [2022-03-05T21:36:32.543Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-05T21:36:32.543Z] === RUN TestDaemonConfigurationMerge [2022-03-05T21:36:32.543Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-05T21:36:32.543Z] PASS [2022-03-05T21:36:32.543Z] coverage: 79.2% of statements [2022-03-05T21:36:32.543Z] ok github.com/docker/docker/daemon/config 0.340s coverage: 79.2% of statements [2022-03-05T21:36:32.913Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T21:36:33.224Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-05T21:36:33.346Z] INFO: Running unit tests... [2022-03-05T21:36:33.505Z] === RUN TestEventsLog [2022-03-05T21:36:33.505Z] --- PASS: TestEventsLog (0.00s) [2022-03-05T21:36:33.505Z] === RUN TestEventsLogTimeout [2022-03-05T21:36:33.505Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-05T21:36:33.505Z] === RUN TestLogEvents [2022-03-05T21:36:33.505Z] --- PASS: TestLogEvents (0.05s) [2022-03-05T21:36:33.505Z] === RUN TestLoadBufferedEvents [2022-03-05T21:36:33.505Z] === RUN TestWaitNodeAttachment [2022-03-05T21:36:33.505Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-03-05T21:36:33.505Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-05T21:36:33.505Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-05T21:36:33.505Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-05T21:36:33.505Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-05T21:36:33.505Z] PASS [2022-03-05T21:36:33.505Z] coverage: 50.0% of statements [2022-03-05T21:36:33.505Z] ok github.com/docker/docker/daemon/events 0.329s coverage: 50.0% of statements [2022-03-05T21:36:33.936Z] === RUN TestReadPluginNoRead/default [2022-03-05T21:36:33.962Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-05T21:36:33.962Z] === RUN TestIsolationConversion [2022-03-05T21:36:33.962Z] === RUN TestIsolationConversion/default [2022-03-05T21:36:33.962Z] === RUN TestIsolationConversion/process [2022-03-05T21:36:33.962Z] === RUN TestIsolationConversion/hyperv [2022-03-05T21:36:33.962Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-05T21:36:33.962Z] === RUN TestContainerLabels [2022-03-05T21:36:33.962Z] --- PASS: TestContainerLabels (0.00s) [2022-03-05T21:36:33.962Z] === RUN TestCredentialSpecConversion [2022-03-05T21:36:33.962Z] === RUN TestCredentialSpecConversion/none [2022-03-05T21:36:33.962Z] === RUN TestCredentialSpecConversion/config [2022-03-05T21:36:33.962Z] === RUN TestCredentialSpecConversion/file [2022-03-05T21:36:33.962Z] === RUN TestCredentialSpecConversion/registry [2022-03-05T21:36:33.962Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-05T21:36:33.962Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-05T21:36:33.962Z] === RUN TestControllerValidateMountBind [2022-03-05T21:36:33.962Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-05T21:36:34.418Z] === RUN TestControllerValidateMountVolume [2022-03-05T21:36:34.418Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-05T21:36:34.418Z] === RUN TestControllerValidateMountTarget [2022-03-05T21:36:34.418Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-05T21:36:34.418Z] === RUN TestControllerValidateMountTmpfs [2022-03-05T21:36:34.418Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-05T21:36:34.418Z] === RUN TestControllerValidateMountInvalidType [2022-03-05T21:36:34.418Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-05T21:36:34.418Z] === RUN TestControllerValidateMountNamedPipe [2022-03-05T21:36:34.418Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-05T21:36:34.418Z] PASS [2022-03-05T21:36:34.418Z] coverage: 11.0% of statements [2022-03-05T21:36:34.418Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.622s coverage: 11.0% of statements [2022-03-05T21:36:34.418Z] === RUN TestIsEmptyDir [2022-03-05T21:36:34.418Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-05T21:36:34.418Z] PASS [2022-03-05T21:36:34.418Z] coverage: 2.3% of statements [2022-03-05T21:36:34.418Z] ok github.com/docker/docker/daemon/graphdriver 0.076s coverage: 2.3% of statements [2022-03-05T21:36:34.721Z] --- PASS: TestServiceUpdateSecrets (14.33s) [2022-03-05T21:36:34.721Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:36:34.827Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T21:36:34.873Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T21:36:34.875Z] === RUN TestVerifyNetworkingConfig [2022-03-05T21:36:34.875Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestGetContainer [2022-03-05T21:36:34.875Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestValidContainerNames [2022-03-05T21:36:34.875Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestContainerInitDNS [2022-03-05T21:36:34.875Z] daemon_test.go:145: root required [2022-03-05T21:36:34.875Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestMerge [2022-03-05T21:36:34.875Z] --- PASS: TestMerge (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestValidateContainerIsolation [2022-03-05T21:36:34.875Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestFindNetworkErrorType [2022-03-05T21:36:34.875Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestEnsureServicesExist [2022-03-05T21:36:34.875Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestEnsureServicesExistErrors [2022-03-05T21:36:34.875Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-05T21:36:34.875Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-05T21:36:34.875Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-05T21:36:34.875Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-05T21:36:34.875Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-05T21:36:34.875Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-05T21:36:34.875Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestContainerDelete [2022-03-05T21:36:34.875Z] --- PASS: TestContainerDelete (0.00s) [2022-03-05T21:36:34.875Z] === RUN TestContainerDoubleDelete [2022-03-05T21:36:34.875Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-05T21:36:35.332Z] === RUN TestLogContainerEventCopyLabels [2022-03-05T21:36:35.332Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-05T21:36:35.332Z] === RUN TestLogContainerEventWithAttributes [2022-03-05T21:36:35.332Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-05T21:36:35.332Z] === RUN TestNoneHealthcheck [2022-03-05T21:36:35.332Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-05T21:36:35.332Z] === RUN TestHealthStates [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.332Z] time="2022-03-05T21:36:35Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:36:35.333Z] --- PASS: TestHealthStates (0.21s) [2022-03-05T21:36:35.333Z] === RUN TestGetInspectData [2022-03-05T21:36:35.333Z] --- PASS: TestGetInspectData (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestFillLicense [2022-03-05T21:36:35.333Z] --- PASS: TestFillLicense (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestListInvalidFilter [2022-03-05T21:36:35.333Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestNameFilter [2022-03-05T21:36:35.333Z] --- PASS: TestNameFilter (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-05T21:36:35.333Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-05T21:36:35.333Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-05T21:36:35.333Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestDaemonReloadLabels [2022-03-05T21:36:35.333Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-05T21:36:35.333Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestDaemonReloadMirrors [2022-03-05T21:36:35.333Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-05T21:36:35.333Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-05T21:36:35.333Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-05T21:36:35.333Z] reload_test.go:342: root required [2022-03-05T21:36:35.333Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-05T21:36:35.333Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-05T21:36:35.333Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-05T21:36:35.333Z] === RUN TestLinkNaming [2022-03-05T21:36:35.333Z] --- PASS: TestLinkNaming (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestLinkNew [2022-03-05T21:36:35.333Z] --- PASS: TestLinkNew (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestLinkEnv [2022-03-05T21:36:35.333Z] --- PASS: TestLinkEnv (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestLinkMultipleEnv [2022-03-05T21:36:35.333Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestLinkPortRangeEnv [2022-03-05T21:36:35.333Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-05T21:36:35.333Z] PASS [2022-03-05T21:36:35.333Z] coverage: 93.0% of statements [2022-03-05T21:36:35.333Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-05T21:36:35.333Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-05T21:36:35.333Z] ok github.com/docker/docker/daemon/links 0.078s coverage: 93.0% of statements [2022-03-05T21:36:35.333Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-05T21:36:35.333Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-05T21:36:35.333Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-05T21:36:35.333Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-05T21:36:35.333Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-05T21:36:35.333Z] === RUN TestParseVolumesFrom [2022-03-05T21:36:35.333Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-05T21:36:35.333Z] PASS [2022-03-05T21:36:35.333Z] coverage: 8.6% of statements [2022-03-05T21:36:35.333Z] ok github.com/docker/docker/daemon 0.490s coverage: 8.6% of statements [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-05T21:36:35.333Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-05T21:36:35.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T21:36:36.253Z] --- PASS: TestContinueAfterPluginCrash (9.48s) [2022-03-05T21:36:36.253Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T21:36:36.745Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-05T21:36:37.504Z] === RUN TestAdapterReadLogs [2022-03-05T21:36:37.504Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-05T21:36:37.504Z] === RUN TestCopier [2022-03-05T21:36:37.504Z] --- PASS: TestCopier (0.00s) [2022-03-05T21:36:37.504Z] === RUN TestCopierLongLines [2022-03-05T21:36:37.504Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-05T21:36:37.504Z] === RUN TestCopierSlow [2022-03-05T21:36:37.504Z] --- PASS: TestCopierSlow (0.20s) [2022-03-05T21:36:37.504Z] === RUN TestCopierWithSized [2022-03-05T21:36:37.504Z] === RUN TestCopierWithSized/as_is [2022-03-05T21:36:37.504Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-05T21:36:37.504Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-05T21:36:37.504Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-05T21:36:37.504Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-05T21:36:37.504Z] === RUN TestCopierWithPartial [2022-03-05T21:36:37.504Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-05T21:36:37.504Z] === RUN TestRingLogger [2022-03-05T21:36:37.504Z] --- PASS: TestRingLogger (0.00s) [2022-03-05T21:36:37.504Z] === RUN TestRingCap [2022-03-05T21:36:37.505Z] --- PASS: TestRingCap (0.00s) [2022-03-05T21:36:37.505Z] === RUN TestRingClose [2022-03-05T21:36:37.505Z] --- PASS: TestRingClose (0.00s) [2022-03-05T21:36:37.505Z] === RUN TestRingDrain [2022-03-05T21:36:37.505Z] --- PASS: TestRingDrain (0.00s) [2022-03-05T21:36:37.505Z] PASS [2022-03-05T21:36:37.505Z] coverage: 43.2% of statements [2022-03-05T21:36:37.505Z] ok github.com/docker/docker/daemon/logger 0.282s coverage: 43.2% of statements [2022-03-05T21:36:37.632Z] === CONT TestReadPluginNoRead [2022-03-05T21:36:37.633Z] read_test.go:92: [df19b13bc2667] daemon is not started [2022-03-05T21:36:37.633Z] --- PASS: TestReadPluginNoRead (6.14s) [2022-03-05T21:36:37.633Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-03-05T21:36:37.633Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.41s) [2022-03-05T21:36:37.633Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s) [2022-03-05T21:36:37.633Z] PASS [2022-03-05T21:36:37.633Z] [2022-03-05T21:36:37.633Z] DONE 6 tests in 11.139s [2022-03-05T21:36:37.633Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T21:36:37.633Z] testing: warning: no tests to run [2022-03-05T21:36:37.633Z] PASS [2022-03-05T21:36:37.633Z] [2022-03-05T21:36:37.633Z] DONE 0 tests in 0.061s [2022-03-05T21:36:37.633Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T21:36:37.892Z] INFO: Testing against a local daemon [2022-03-05T21:36:37.892Z] === RUN TestPluginWithDevMounts [2022-03-05T21:36:37.892Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-05T21:36:37.892Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T21:36:37.892Z] PASS [2022-03-05T21:36:37.892Z] [2022-03-05T21:36:37.892Z] === Skipped [2022-03-05T21:36:37.892Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-05T21:36:37.892Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-05T21:36:37.892Z] [2022-03-05T21:36:37.892Z] DONE 1 tests, 1 skipped in 0.137s [2022-03-05T21:36:37.892Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/defaults [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-05T21:36:37.962Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-05T21:36:37.962Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-05T21:36:37.962Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-05T21:36:37.962Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-05T21:36:37.962Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-05T21:36:37.962Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-05T21:36:37.962Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-05T21:36:37.962Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-05T21:36:37.962Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-05T21:36:37.962Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-05T21:36:37.962Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-05T21:36:37.962Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-05T21:36:37.962Z] PASS [2022-03-05T21:36:37.962Z] coverage: 33.6% of statements [2022-03-05T21:36:37.962Z] ok github.com/docker/docker/daemon/logger/fluentd 0.075s coverage: 33.6% of statements [2022-03-05T21:36:38.134Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-05T21:36:38.154Z] INFO: Testing against a local daemon [2022-03-05T21:36:38.154Z] === RUN TestSecretInspect [2022-03-05T21:36:38.154Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-05T21:36:38.154Z] === RUN TestSecretList [2022-03-05T21:36:38.154Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] --- SKIP: TestSecretList (0.01s) [2022-03-05T21:36:38.154Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:36:38.154Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-05T21:36:38.154Z] === RUN TestSecretsUpdate [2022-03-05T21:36:38.154Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-05T21:36:38.154Z] === RUN TestTemplatedSecret [2022-03-05T21:36:38.154Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-05T21:36:38.154Z] === RUN TestSecretCreateResolve [2022-03-05T21:36:38.154Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-05T21:36:38.154Z] PASS [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] === Skipped [2022-03-05T21:36:38.154Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-05T21:36:38.154Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-05T21:36:38.154Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-05T21:36:38.154Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-05T21:36:38.154Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-05T21:36:38.154Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-05T21:36:38.154Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] [2022-03-05T21:36:38.154Z] DONE 6 tests, 6 skipped in 0.233s [2022-03-05T21:36:38.154Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T21:36:38.154Z] INFO: Testing against a local daemon [2022-03-05T21:36:38.154Z] === RUN TestServiceCreateInit [2022-03-05T21:36:38.154Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:36:38.154Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.154Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:36:38.154Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- PASS: TestServiceCreateInit (0.03s) [2022-03-05T21:36:38.414Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:36:38.414Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:36:38.414Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceConflict [2022-03-05T21:36:38.414Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:36:38.414Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:36:38.414Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:36:38.414Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:36:38.414Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceSysctls [2022-03-05T21:36:38.414Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-05T21:36:38.414Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:36:38.414Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-03-05T21:36:38.414Z] === RUN TestInspect [2022-03-05T21:36:38.414Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestInspect (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestCreateJob [2022-03-05T21:36:38.414Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestCreateJob (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestReplicatedJob [2022-03-05T21:36:38.414Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:36:38.414Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestServiceListWithStatuses [2022-03-05T21:36:38.414Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:36:38.414Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:36:38.414Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:36:38.414Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:36:38.414Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:38.414Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-05T21:36:38.414Z] === RUN TestServicePlugin [2022-03-05T21:36:38.418Z] === RUN TestSearchRegistryForImagesErrors [2022-03-05T21:36:38.418Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestSearchRegistryForImages [2022-03-05T21:36:38.418Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestOnlyPlatformWithFallback [2022-03-05T21:36:38.418Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestImageDelete [2022-03-05T21:36:38.418Z] === RUN TestImageDelete/no_lease [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:37Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-05T21:36:38.418Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s) [2022-03-05T21:36:38.418Z] === RUN TestCreateSuccess [2022-03-05T21:36:38.418Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCreateStreamSkipped [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-05T21:36:38.418Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCreateLogGroupSuccess [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-05T21:36:38.418Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCreateError [2022-03-05T21:36:38.418Z] --- PASS: TestCreateError (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCreateAlreadyExists [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-05T21:36:38.418Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestLogClosed [2022-03-05T21:36:38.418Z] --- PASS: TestLogClosed (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestLogBlocking [2022-03-05T21:36:38.418Z] --- PASS: TestLogBlocking (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-05T21:36:38.418Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestLogNonBlockingBufferFull [2022-03-05T21:36:38.418Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestPublishBatchSuccess [2022-03-05T21:36:38.418Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestPublishBatchError [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=error msg=error [2022-03-05T21:36:38.418Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T21:36:38.418Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T21:36:38.418Z] time="2022-03-05T21:36:38Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-05T21:36:38.418Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCollectBatchSimple [2022-03-05T21:36:38.418Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCollectBatchTicker [2022-03-05T21:36:38.418Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-05T21:36:38.418Z] === RUN TestCollectBatchMultilinePattern [2022-03-05T21:36:38.418Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestImageDelete/lease_exists [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchClose [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen/0/Hello [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen/2/🙃 [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen/3/���� [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen/4/He��o [2022-03-05T21:36:38.419Z] === RUN TestEffectiveLen/5/ [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/0/ [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/1/Hello [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: Hello [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/2/Hello [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: He [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: llo [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/3/Hello [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: Hello [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/4/🙃 [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/5/🙃 [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/6/a� [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: a [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: � [2022-03-05T21:36:38.419Z] === RUN TestFindValidSplit/7/a� [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1076: a� [2022-03-05T21:36:38.419Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestProcessEventEmoji [2022-03-05T21:36:38.419Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchLineSplit [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchMaxEvents [2022-03-05T21:36:38.419Z] --- PASS: TestImageDelete (0.07s) [2022-03-05T21:36:38.419Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-05T21:36:38.419Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2022-03-05T21:36:38.419Z] === RUN TestContentStoreForPull [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-05T21:36:38.419Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-05T21:36:38.419Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-05T21:36:38.419Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsFormat [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-05T21:36:38.419Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-05T21:36:38.419Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestCreateTagSuccess [2022-03-05T21:36:38.419Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-05T21:36:38.419Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-05T21:36:38.419Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-05T21:36:38.419Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-05T21:36:38.419Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-05T21:36:38.419Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-05T21:36:38.419Z] PASS [2022-03-05T21:36:38.419Z] coverage: 79.9% of statements [2022-03-05T21:36:38.419Z] ok github.com/docker/docker/daemon/logger/awslogs 0.478s coverage: 79.9% of statements [2022-03-05T21:36:38.419Z] --- PASS: TestContentStoreForPull (0.25s) [2022-03-05T21:36:38.419Z] PASS [2022-03-05T21:36:38.419Z] coverage: 6.8% of statements [2022-03-05T21:36:38.419Z] ok github.com/docker/docker/daemon/images 0.427s coverage: 6.8% of statements [2022-03-05T21:36:38.876Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T21:36:38.876Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T21:36:38.876Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-05T21:36:38.876Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T21:36:38.876Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-05T21:36:38.876Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-05T21:36:39.334Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-05T21:36:39.334Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-05T21:36:39.334Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-05T21:36:39.334Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-05T21:36:39.334Z] === RUN TestFastTimeMarshalJSON [2022-03-05T21:36:39.334Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-03-05T21:36:39.334Z] PASS [2022-03-05T21:36:39.334Z] coverage: 87.2% of statements [2022-03-05T21:36:39.334Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.322s coverage: 87.2% of statements [2022-03-05T21:36:39.334Z] === RUN TestJSONFileLogger [2022-03-05T21:36:39.334Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-05T21:36:39.334Z] === RUN TestJSONFileLoggerWithTags [2022-03-05T21:36:39.334Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-05T21:36:39.334Z] === RUN TestJSONFileLoggerWithOpts [2022-03-05T21:36:39.334Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-03-05T21:36:39.334Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-05T21:36:39.334Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-05T21:36:39.334Z] === RUN TestEncodeDecode [2022-03-05T21:36:39.334Z] === PAUSE TestEncodeDecode [2022-03-05T21:36:39.334Z] === RUN TestUnexpectedEOF [2022-03-05T21:36:39.791Z] time="2022-03-05T21:36:39Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T21:36:39.791Z] time="2022-03-05T21:36:39Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T21:36:39.791Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-05T21:36:39.791Z] === CONT TestEncodeDecode [2022-03-05T21:36:39.791Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-05T21:36:39.791Z] PASS [2022-03-05T21:36:39.791Z] coverage: 69.9% of statements [2022-03-05T21:36:39.791Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.365s coverage: 69.9% of statements [2022-03-05T21:36:40.052Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-05T21:36:40.322Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.322Z] --- SKIP: TestServicePlugin (1.92s) [2022-03-05T21:36:40.322Z] === RUN TestServiceUpdateLabel [2022-03-05T21:36:40.322Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.322Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-05T21:36:40.322Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:36:40.322Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.322Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2022-03-05T21:36:40.322Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:36:40.322Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.322Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-05T21:36:40.323Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:36:40.323Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-05T21:36:40.323Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:36:40.323Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-03-05T21:36:40.323Z] PASS [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === Skipped [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:36:40.323Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:36:40.323Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-05T21:36:40.323Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-05T21:36:40.323Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-05T21:36:40.323Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-05T21:36:40.323Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-05T21:36:40.323Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-05T21:36:40.323Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-05T21:36:40.323Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-03-05T21:36:40.323Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-05T21:36:40.323Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-05T21:36:40.323Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-05T21:36:40.323Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-05T21:36:40.323Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T21:36:40.323Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-05T21:36:40.323Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-05T21:36:40.323Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-03-05T21:36:40.323Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-05T21:36:40.323Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2022-03-05T21:36:40.323Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-05T21:36:40.323Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-05T21:36:40.323Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-03-05T21:36:40.323Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T21:36:40.323Z] [2022-03-05T21:36:40.323Z] DONE 24 tests, 23 skipped in 2.333s [2022-03-05T21:36:40.581Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T21:36:40.581Z] INFO: Testing against a local daemon [2022-03-05T21:36:40.581Z] === RUN TestSessionCreate [2022-03-05T21:36:40.755Z] === RUN TestWriteLog [2022-03-05T21:36:40.755Z] === PAUSE TestWriteLog [2022-03-05T21:36:40.755Z] === RUN TestReadLog [2022-03-05T21:36:40.755Z] === PAUSE TestReadLog [2022-03-05T21:36:40.755Z] === RUN TestDecode [2022-03-05T21:36:40.755Z] --- PASS: TestDecode (0.03s) [2022-03-05T21:36:40.755Z] === CONT TestWriteLog [2022-03-05T21:36:40.755Z] --- PASS: TestWriteLog (0.00s) [2022-03-05T21:36:40.755Z] === CONT TestReadLog [2022-03-05T21:36:40.755Z] === RUN TestReadLog/tail_exact [2022-03-05T21:36:40.755Z] === RUN TestOpenFileDelete [2022-03-05T21:36:40.755Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestOpenFileRename [2022-03-05T21:36:40.755Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestHandleDecoderErr [2022-03-05T21:36:40.755Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestParseLogTagDefaultTag [2022-03-05T21:36:40.755Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestParseLogTag [2022-03-05T21:36:40.755Z] --- PASS: TestParseLogTag (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestParseLogTagEmptyTag [2022-03-05T21:36:40.755Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestTailFiles [2022-03-05T21:36:40.755Z] --- PASS: TestTailFiles (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestFollowLogsConsumerGone [2022-03-05T21:36:40.755Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-03-05T21:36:40.755Z] === RUN TestFollowLogsProducerGone [2022-03-05T21:36:40.755Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-05T21:36:40.755Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-05T21:36:40.755Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-05T21:36:40.755Z] === RUN TestCheckCapacityAndRotate [2022-03-05T21:36:40.755Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-05T21:36:40.755Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-05T21:36:40.755Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-05T21:36:40.755Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-05T21:36:40.755Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-03-05T21:36:40.755Z] PASS [2022-03-05T21:36:40.755Z] coverage: 53.5% of statements [2022-03-05T21:36:40.755Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.126s coverage: 53.5% of statements [2022-03-05T21:36:40.755Z] === RUN TestReadLog/tail_less_than_available [2022-03-05T21:36:40.755Z] === RUN TestReadLog/tail_more_than_available [2022-03-05T21:36:40.755Z] --- PASS: TestReadLog (0.25s) [2022-03-05T21:36:40.755Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-05T21:36:40.755Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-05T21:36:40.755Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-05T21:36:40.755Z] PASS [2022-03-05T21:36:40.755Z] coverage: 78.7% of statements [2022-03-05T21:36:40.755Z] ok github.com/docker/docker/daemon/logger/local 0.504s coverage: 78.7% of statements [2022-03-05T21:36:40.755Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T21:36:40.840Z] --- PASS: TestSessionCreate (0.02s) [2022-03-05T21:36:40.840Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:36:40.840Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-05T21:36:40.840Z] PASS [2022-03-05T21:36:40.840Z] [2022-03-05T21:36:40.840Z] DONE 2 tests in 0.279s [2022-03-05T21:36:40.840Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T21:36:40.840Z] INFO: Testing against a local daemon [2022-03-05T21:36:40.840Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:36:40.840Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T21:36:40.840Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.02s) [2022-03-05T21:36:40.840Z] === RUN TestDiskUsage [2022-03-05T21:36:40.840Z] === PAUSE TestDiskUsage [2022-03-05T21:36:40.840Z] === RUN TestEventsExecDie [2022-03-05T21:36:41.211Z] === RUN TestLog [2022-03-05T21:36:41.211Z] --- PASS: TestLog (0.03s) [2022-03-05T21:36:41.211Z] PASS [2022-03-05T21:36:41.211Z] coverage: 31.5% of statements [2022-03-05T21:36:41.211Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.082s coverage: 31.5% of statements [2022-03-05T21:36:41.408Z] --- PASS: TestEventsExecDie (0.55s) [2022-03-05T21:36:41.408Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:36:41.408Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-05T21:36:41.408Z] === RUN TestEventsVolumeCreate [2022-03-05T21:36:41.667Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-05T21:36:41.667Z] === RUN TestInfoBinaryCommits [2022-03-05T21:36:41.667Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T21:36:41.667Z] === RUN TestInfoAPIVersioned [2022-03-05T21:36:41.667Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-05T21:36:41.667Z] === RUN TestInfoAPI [2022-03-05T21:36:41.667Z] --- PASS: TestInfoAPI (0.02s) [2022-03-05T21:36:41.667Z] === RUN TestInfoAPIWarnings [2022-03-05T21:36:41.668Z] === RUN TestValidateLogOpt [2022-03-05T21:36:41.668Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestNewMissedConfig [2022-03-05T21:36:41.668Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestNewMissedUrl [2022-03-05T21:36:41.668Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestNewMissedToken [2022-03-05T21:36:41.668Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestNewWithProxy [2022-03-05T21:36:41.668Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestDefault [2022-03-05T21:36:41.668Z] --- PASS: TestDefault (0.01s) [2022-03-05T21:36:41.668Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-05T21:36:41.668Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestJsonFormat [2022-03-05T21:36:41.668Z] --- PASS: TestJsonFormat (0.01s) [2022-03-05T21:36:41.668Z] === RUN TestRawFormat [2022-03-05T21:36:41.668Z] --- PASS: TestRawFormat (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestRawFormatWithLabels [2022-03-05T21:36:41.668Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestRawFormatWithoutTag [2022-03-05T21:36:41.668Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-05T21:36:41.668Z] === RUN TestBatching [2022-03-05T21:36:41.668Z] === RUN TestNewParse [2022-03-05T21:36:41.668Z] --- PASS: TestNewParse (0.00s) [2022-03-05T21:36:41.668Z] PASS [2022-03-05T21:36:41.668Z] coverage: 8.3% of statements [2022-03-05T21:36:41.668Z] ok github.com/docker/docker/daemon/logger/templates 0.046s coverage: 8.3% of statements [2022-03-05T21:36:42.124Z] --- PASS: TestBatching (0.26s) [2022-03-05T21:36:42.124Z] === RUN TestFrequency [2022-03-05T21:36:42.124Z] === RUN TestParseLogFormat [2022-03-05T21:36:42.124Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestValidateLogOptEmpty [2022-03-05T21:36:42.124Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestValidateSyslogAddress [2022-03-05T21:36:42.124Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestParseAddressDefaultPort [2022-03-05T21:36:42.124Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestValidateSyslogFacility [2022-03-05T21:36:42.124Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestValidateLogOptSyslogFormat [2022-03-05T21:36:42.124Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestValidateLogOpt [2022-03-05T21:36:42.124Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T21:36:42.124Z] PASS [2022-03-05T21:36:42.124Z] coverage: 46.8% of statements [2022-03-05T21:36:42.124Z] ok github.com/docker/docker/daemon/logger/syslog 0.050s coverage: 46.8% of statements [2022-03-05T21:36:42.124Z] --- PASS: TestFrequency (0.17s) [2022-03-05T21:36:42.124Z] === RUN TestOneMessagePerRequest [2022-03-05T21:36:42.124Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestVerify [2022-03-05T21:36:42.124Z] --- PASS: TestVerify (0.00s) [2022-03-05T21:36:42.124Z] === RUN TestSkipVerify [2022-03-05T21:36:42.581Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:42.581Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:42.581Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] --- PASS: TestSkipVerify (0.81s) [2022-03-05T21:36:43.038Z] === RUN TestBufferMaximum [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.840878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.840878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-05T21:36:43.038Z] === RUN TestServerAlwaysDown [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.843878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.843878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.843878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.844878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] time="2022-03-05T21:36:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516202.844878\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.038Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-05T21:36:43.038Z] === RUN TestCannotSendAfterClose [2022-03-05T21:36:43.038Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-05T21:36:43.038Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-05T21:36:43.354Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-05T21:36:43.494Z] === RUN TestV1IDService [2022-03-05T21:36:43.495Z] --- PASS: TestV1IDService (0.03s) [2022-03-05T21:36:43.495Z] === RUN TestV2MetadataService [2022-03-05T21:36:43.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T21:36:43.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T21:36:43.787Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T21:36:43.954Z] time="2022-03-05T21:36:43Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-05T21:36:43.954Z] time="2022-03-05T21:36:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"90f1642c4830\"}'" [2022-03-05T21:36:43.954Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-05T21:36:43.954Z] PASS [2022-03-05T21:36:43.954Z] coverage: 82.5% of statements [2022-03-05T21:36:43.954Z] ok github.com/docker/docker/daemon/logger/splunk 2.345s coverage: 82.5% of statements [2022-03-05T21:36:43.954Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T21:36:43.954Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-05T21:36:43.954Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T21:36:44.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T21:36:44.411Z] --- PASS: TestV2MetadataService (0.80s) [2022-03-05T21:36:44.411Z] PASS [2022-03-05T21:36:44.411Z] coverage: 48.2% of statements [2022-03-05T21:36:44.411Z] ok github.com/docker/docker/distribution/metadata 0.912s coverage: 48.2% of statements [2022-03-05T21:36:44.411Z] === RUN TestSuccessfulDownload [2022-03-05T21:36:44.411Z] download_test.go:267: Needs fixing on Windows [2022-03-05T21:36:44.411Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-05T21:36:44.411Z] === RUN TestCancelledDownload [2022-03-05T21:36:44.411Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-05T21:36:44.411Z] === RUN TestMaxDownloadAttempts [2022-03-05T21:36:44.411Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:36:44.411Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:36:44.411Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:36:44.411Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:36:44.411Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:36:44.411Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:36:44.411Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:36:44.411Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:36:44.411Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:36:44.411Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:36:44.411Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:36:44.411Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:36:44.867Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-05T21:36:44.867Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-05T21:36:44.867Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-05T21:36:44.867Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-05T21:36:44.867Z] === RUN TestContinueOnError_NeverContinue [2022-03-05T21:36:44.867Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-05T21:36:44.867Z] === RUN TestManifestStore [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/no_remote_or_local [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1218939568\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/no_local_cache [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/with_local_cache [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:36:44.867Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-05T21:36:44.867Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s) [2022-03-05T21:36:44.867Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s) [2022-03-05T21:36:44.867Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s) [2022-03-05T21:36:44.867Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s) [2022-03-05T21:36:44.867Z] === RUN TestTransfer [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/unknown_media_type [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=warning msg="reference for unknown type: " [2022-03-05T21:36:44.867Z] time="2022-03-05T21:36:44Z" level=warning msg="reference for unknown type: " [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-05T21:36:44.867Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-05T21:36:45.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T21:36:45.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T21:36:45.324Z] time="2022-03-05T21:36:44Z" level=warning msg="reference for unknown type: " [2022-03-05T21:36:45.324Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-05T21:36:45.324Z] time="2022-03-05T21:36:44Z" level=warning msg="reference for unknown type: " [2022-03-05T21:36:45.324Z] time="2022-03-05T21:36:44Z" level=warning msg="reference for unknown type: " [2022-03-05T21:36:45.324Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-05T21:36:45.324Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-05T21:36:45.324Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-05T21:36:45.324Z] time="2022-03-05T21:36:44Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore (0.40s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/no_remote_or_local (0.28s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-05T21:36:45.324Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-05T21:36:45.324Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-05T21:36:45.324Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestFixManifestLayers [2022-03-05T21:36:45.324Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-05T21:36:45.324Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-05T21:36:45.324Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestFixManifestLayersBadParent [2022-03-05T21:36:45.324Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestValidateManifest [2022-03-05T21:36:45.324Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-05T21:36:45.324Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestFormatPlatform [2022-03-05T21:36:45.324Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-05T21:36:45.324Z] === RUN TestPullSchema2Config [2022-03-05T21:36:45.324Z] === RUN TestPullSchema2Config/success_first_time [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:36:45.324Z] === RUN TestPullSchema2Config/500_status [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:36:45.324Z] --- PASS: TestTransfer (0.13s) [2022-03-05T21:36:45.324Z] === RUN TestConcurrencyLimit [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:36:45.324Z] === RUN TestPullSchema2Config/EOF [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:36:45.324Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:36:45.324Z] 2022/03/05 21:36:45 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-05T21:36:45.324Z] goroutine 120 [running]: [2022-03-05T21:36:45.324Z] net/http.(*conn).serve.func1() [2022-03-05T21:36:45.324Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T21:36:45.324Z] panic({0x1204800, 0x1385ea0}) [2022-03-05T21:36:45.324Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T21:36:45.324Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003baa84, {0x1397200, 0xc000370700}) [2022-03-05T21:36:45.324Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-05T21:36:45.324Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1397200, 0xc000370700}, 0xc0000a9c00) [2022-03-05T21:36:45.324Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-05T21:36:45.324Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1397200, 0xc000370700}, 0xd18e35) [2022-03-05T21:36:45.324Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T21:36:45.324Z] net/http.serverHandler.ServeHTTP({0xc000227cb0}, {0x1397200, 0xc000370700}, 0xc0000a9c00) [2022-03-05T21:36:45.324Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T21:36:45.324Z] net/http.(*conn).serve(0xc0001de140, {0x139b838, 0xc000226990}) [2022-03-05T21:36:45.324Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T21:36:45.324Z] created by net/http.(*Server).Serve [2022-03-05T21:36:45.324Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T21:36:45.781Z] --- PASS: TestConcurrencyLimit (0.41s) [2022-03-05T21:36:45.781Z] === RUN TestInactiveJobs [2022-03-05T21:36:45.781Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:36:45.781Z] === RUN TestPullSchema2Config/unauthorized [2022-03-05T21:36:45.781Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:36:45.781Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:36:45.781Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-05T21:36:45.781Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-05T21:36:45.781Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-05T21:36:45.781Z] --- PASS: TestPullSchema2Config/EOF (0.25s) [2022-03-05T21:36:45.781Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-05T21:36:45.781Z] === RUN TestGetRepositoryMountCandidates [2022-03-05T21:36:45.781Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestLayerAlreadyExists [2022-03-05T21:36:45.781Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:36:45.781Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:36:45.781Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:36:45.781Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:36:45.781Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:36:45.781Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:36:45.781Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestWhenEmptyAuthConfig [2022-03-05T21:36:45.781Z] === RUN TestNotFound [2022-03-05T21:36:45.781Z] --- PASS: TestNotFound (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestConflict [2022-03-05T21:36:45.781Z] --- PASS: TestConflict (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestForbidden [2022-03-05T21:36:45.781Z] --- PASS: TestForbidden (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestInvalidParameter [2022-03-05T21:36:45.781Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestNotImplemented [2022-03-05T21:36:45.781Z] --- PASS: TestNotImplemented (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestNotModified [2022-03-05T21:36:45.781Z] --- PASS: TestNotModified (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestUnauthorized [2022-03-05T21:36:45.781Z] --- PASS: TestUnauthorized (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestUnknown [2022-03-05T21:36:45.781Z] --- PASS: TestUnknown (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestCancelled [2022-03-05T21:36:45.781Z] --- PASS: TestCancelled (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestDeadline [2022-03-05T21:36:45.781Z] --- PASS: TestDeadline (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestDataLoss [2022-03-05T21:36:45.781Z] --- PASS: TestDataLoss (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestUnavailable [2022-03-05T21:36:45.781Z] --- PASS: TestUnavailable (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestSystem [2022-03-05T21:36:45.781Z] --- PASS: TestSystem (0.00s) [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Not_Found [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Bad_Request [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Conflict [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Unauthorized [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Forbidden [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Not_Modified [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-05T21:36:45.781Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-05T21:36:45.781Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-05T21:36:45.781Z] PASS [2022-03-05T21:36:45.781Z] coverage: 53.1% of statements [2022-03-05T21:36:45.781Z] ok github.com/docker/docker/errdefs 0.051s coverage: 53.1% of statements [2022-03-05T21:36:45.781Z] --- PASS: TestInactiveJobs (0.39s) [2022-03-05T21:36:45.781Z] === RUN TestWatchRelease [2022-03-05T21:36:46.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T21:36:46.239Z] --- PASS: TestWatchRelease (0.06s) [2022-03-05T21:36:46.239Z] === RUN TestWatchFinishedTransfer [2022-03-05T21:36:46.239Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-05T21:36:46.239Z] === RUN TestDuplicateTransfer [2022-03-05T21:36:46.239Z] --- PASS: TestDuplicateTransfer (0.06s) [2022-03-05T21:36:46.239Z] === RUN TestSuccessfulUpload [2022-03-05T21:36:46.239Z] time="2022-03-05T21:36:46Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-05T21:36:46.655Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-05T21:36:46.701Z] === RUN TestFSGetInvalidData [2022-03-05T21:36:46.701Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSInvalidSet [2022-03-05T21:36:46.701Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSInvalidRoot [2022-03-05T21:36:46.701Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSMetadataGetSet [2022-03-05T21:36:46.701Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-03-05T21:36:46.701Z] === RUN TestCancelledUpload [2022-03-05T21:36:46.701Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-05T21:36:46.701Z] PASS [2022-03-05T21:36:46.701Z] coverage: 77.3% of statements [2022-03-05T21:36:46.701Z] ok github.com/docker/docker/distribution/xfer 2.086s coverage: 77.3% of statements [2022-03-05T21:36:46.701Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-05T21:36:46.701Z] === RUN TestFSInvalidWalker [2022-03-05T21:36:46.701Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSGetSet [2022-03-05T21:36:46.701Z] --- PASS: TestFSGetSet (0.04s) [2022-03-05T21:36:46.701Z] === RUN TestFSGetUnsetKey [2022-03-05T21:36:46.701Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSGetEmptyData [2022-03-05T21:36:46.701Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSDelete [2022-03-05T21:36:46.701Z] --- PASS: TestFSDelete (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSWalker [2022-03-05T21:36:46.701Z] --- PASS: TestFSWalker (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestFSWalkerStopOnError [2022-03-05T21:36:46.701Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-05T21:36:46.701Z] === RUN TestNewFromJSON [2022-03-05T21:36:46.701Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-05T21:36:46.701Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-05T21:36:46.701Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-05T21:36:46.701Z] === RUN TestMarshalKeyOrder [2022-03-05T21:36:46.701Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-05T21:36:46.701Z] === RUN TestHistoryEqual [2022-03-05T21:36:46.701Z] --- PASS: TestHistoryEqual (0.21s) [2022-03-05T21:36:46.701Z] === RUN TestImage [2022-03-05T21:36:46.701Z] --- PASS: TestImage (0.00s) [2022-03-05T21:36:46.701Z] === RUN TestImageOSNotEmpty [2022-03-05T21:36:46.701Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-05T21:36:46.701Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-05T21:36:46.701Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-05T21:36:47.158Z] === RUN TestCreate [2022-03-05T21:36:47.158Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-03-05T21:36:47.158Z] --- PASS: TestCreate (0.04s) [2022-03-05T21:36:47.158Z] === RUN TestRestore [2022-03-05T21:36:47.158Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-05T21:36:47.158Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-05T21:36:47.158Z] === RUN TestTokenPassThru [2022-03-05T21:36:47.158Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-05T21:36:47.158Z] === RUN TestTokenPassThruDifferentHost [2022-03-05T21:36:47.158Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-05T21:36:47.158Z] PASS [2022-03-05T21:36:47.158Z] coverage: 26.7% of statements [2022-03-05T21:36:47.158Z] ok github.com/docker/docker/distribution 2.291s coverage: 26.7% of statements [2022-03-05T21:36:47.158Z] time="2022-03-05T21:36:46Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-05T21:36:47.158Z] --- PASS: TestRestore (0.07s) [2022-03-05T21:36:47.158Z] === RUN TestAddDelete [2022-03-05T21:36:47.158Z] --- PASS: TestAddDelete (0.04s) [2022-03-05T21:36:47.158Z] === RUN TestSearchAfterDelete [2022-03-05T21:36:47.158Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-05T21:36:47.158Z] === RUN TestParentReset [2022-03-05T21:36:47.158Z] --- PASS: TestParentReset (0.03s) [2022-03-05T21:36:47.158Z] === RUN TestGetAndSetLastUpdated [2022-03-05T21:36:47.158Z] === RUN TestCompare [2022-03-05T21:36:47.158Z] --- PASS: TestCompare (0.00s) [2022-03-05T21:36:47.158Z] PASS [2022-03-05T21:36:47.158Z] coverage: 19.2% of statements [2022-03-05T21:36:47.158Z] ok github.com/docker/docker/image/cache 0.076s coverage: 19.2% of statements [2022-03-05T21:36:47.158Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-05T21:36:47.158Z] === RUN TestStoreLen [2022-03-05T21:36:47.158Z] --- PASS: TestStoreLen (0.06s) [2022-03-05T21:36:47.158Z] PASS [2022-03-05T21:36:47.158Z] coverage: 86.9% of statements [2022-03-05T21:36:47.158Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T21:36:47.158Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T21:36:47.158Z] ok github.com/docker/docker/image 0.732s coverage: 86.9% of statements [2022-03-05T21:36:47.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T21:36:48.122Z] === RUN TestValidateManifest [2022-03-05T21:36:48.122Z] === RUN TestValidateManifest/nil [2022-03-05T21:36:48.122Z] === RUN TestValidateManifest/non-nil [2022-03-05T21:36:48.122Z] --- PASS: TestValidateManifest (0.00s) [2022-03-05T21:36:48.122Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-05T21:36:48.122Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-05T21:36:48.122Z] PASS [2022-03-05T21:36:48.122Z] coverage: 0.7% of statements [2022-03-05T21:36:48.122Z] ok github.com/docker/docker/image/tarexport 0.148s coverage: 0.7% of statements [2022-03-05T21:36:48.122Z] === RUN TestMakeV1ConfigFromConfig [2022-03-05T21:36:48.122Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-05T21:36:48.122Z] PASS [2022-03-05T21:36:48.122Z] coverage: 25.0% of statements [2022-03-05T21:36:48.122Z] ok github.com/docker/docker/image/v1 0.078s coverage: 25.0% of statements [2022-03-05T21:36:48.122Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T21:36:48.759Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-05T21:36:48.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T21:36:49.086Z] === RUN TestSerialization [2022-03-05T21:36:49.086Z] --- PASS: TestSerialization (0.02s) [2022-03-05T21:36:49.086Z] PASS [2022-03-05T21:36:49.086Z] coverage: 100.0% of statements [2022-03-05T21:36:49.086Z] ok github.com/docker/docker/libcontainerd/queue 0.080s coverage: 100.0% of statements [2022-03-05T21:36:49.543Z] === RUN TestEnvironmentParsing [2022-03-05T21:36:49.543Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-05T21:36:49.543Z] PASS [2022-03-05T21:36:49.543Z] coverage: 1.2% of statements [2022-03-05T21:36:49.543Z] ok github.com/docker/docker/libcontainerd/local 0.065s coverage: 1.2% of statements [2022-03-05T21:36:49.606Z] --- PASS: TestServiceUpdateConfigs (14.32s) [2022-03-05T21:36:49.607Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:36:49.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T21:36:49.961Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T21:36:50.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T21:36:50.222Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T21:36:50.506Z] === RUN TestEmptyLayer [2022-03-05T21:36:50.506Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestCommitFailure [2022-03-05T21:36:50.506Z] --- PASS: TestCommitFailure (0.01s) [2022-03-05T21:36:50.506Z] === RUN TestStartTransactionFailure [2022-03-05T21:36:50.506Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestGetOrphan [2022-03-05T21:36:50.506Z] --- PASS: TestGetOrphan (0.01s) [2022-03-05T21:36:50.506Z] === RUN TestMountAndRegister [2022-03-05T21:36:50.506Z] layer_test.go:258: Layer size: 14 [2022-03-05T21:36:50.506Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-05T21:36:50.506Z] === RUN TestLayerRelease [2022-03-05T21:36:50.506Z] layer_test.go:291: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestStoreRestore [2022-03-05T21:36:50.506Z] layer_test.go:340: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestTarStreamStability [2022-03-05T21:36:50.506Z] layer_test.go:455: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestRegisterExistingLayer [2022-03-05T21:36:50.506Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-03-05T21:36:50.506Z] === RUN TestTarStreamVerification [2022-03-05T21:36:50.506Z] layer_test.go:684: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestLayerMigration [2022-03-05T21:36:50.506Z] migration_test.go:45: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestLayerMigrationNoTarsplit [2022-03-05T21:36:50.506Z] migration_test.go:181: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestMountInit [2022-03-05T21:36:50.506Z] mount_test.go:17: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestMountInit (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestMountSize [2022-03-05T21:36:50.506Z] mount_test.go:76: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestMountSize (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestMountChanges [2022-03-05T21:36:50.506Z] mount_test.go:125: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestMountChanges (0.00s) [2022-03-05T21:36:50.506Z] === RUN TestMountApply [2022-03-05T21:36:50.506Z] mount_test.go:212: Failing on Windows [2022-03-05T21:36:50.506Z] --- SKIP: TestMountApply (0.00s) [2022-03-05T21:36:50.506Z] PASS [2022-03-05T21:36:50.506Z] coverage: 30.2% of statements [2022-03-05T21:36:50.506Z] ok github.com/docker/docker/layer 0.298s coverage: 30.2% of statements [2022-03-05T21:36:50.795Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-05T21:36:50.962Z] === RUN TestSequenceGetAvailableBit [2022-03-05T21:36:50.962Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestSequenceEqual [2022-03-05T21:36:50.962Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestSequenceCopy [2022-03-05T21:36:50.962Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestGetFirstAvailable [2022-03-05T21:36:50.962Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestFindSequence [2022-03-05T21:36:50.962Z] --- PASS: TestFindSequence (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestCheckIfAvailable [2022-03-05T21:36:50.962Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestMergeSequences [2022-03-05T21:36:50.962Z] --- PASS: TestMergeSequences (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestPushReservation [2022-03-05T21:36:50.962Z] --- PASS: TestPushReservation (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestSerializeDeserialize [2022-03-05T21:36:50.962Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestSet [2022-03-05T21:36:50.962Z] --- PASS: TestSet (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestSetUnset [2022-03-05T21:36:50.962Z] --- PASS: TestSetUnset (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestOffsetSetUnset [2022-03-05T21:36:50.962Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-05T21:36:50.962Z] === RUN TestSetInRange [2022-03-05T21:36:50.962Z] --- PASS: TestSetInRange (0.00s) [2022-03-05T21:36:50.963Z] === RUN TestSetAnyInRange [2022-03-05T21:36:50.963Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-05T21:36:50.963Z] === RUN TestMethods [2022-03-05T21:36:50.963Z] --- PASS: TestMethods (0.00s) [2022-03-05T21:36:50.963Z] === RUN TestRandomAllocateDeallocate [2022-03-05T21:36:50.963Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T21:36:50.963Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T21:36:50.963Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T21:36:50.963Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T21:36:51.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T21:36:51.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T21:36:52.493Z] === RUN TestInvalidConfig [2022-03-05T21:36:52.493Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-05T21:36:52.493Z] === RUN TestConfig [2022-03-05T21:36:52.493Z] --- PASS: TestConfig (0.00s) [2022-03-05T21:36:52.493Z] === RUN TestOptionsLabels [2022-03-05T21:36:52.493Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-05T21:36:52.493Z] === RUN TestValidName [2022-03-05T21:36:52.493Z] --- PASS: TestValidName (0.00s) [2022-03-05T21:36:52.493Z] PASS [2022-03-05T21:36:52.493Z] coverage: 19.7% of statements [2022-03-05T21:36:52.493Z] ok github.com/docker/docker/libnetwork/config 0.079s coverage: 19.7% of statements [2022-03-05T21:36:52.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T21:36:52.713Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-05T21:36:52.950Z] === RUN TestKey [2022-03-05T21:36:52.950Z] --- PASS: TestKey (0.00s) [2022-03-05T21:36:52.950Z] === RUN TestParseKey [2022-03-05T21:36:52.950Z] --- PASS: TestParseKey (0.00s) [2022-03-05T21:36:52.950Z] === RUN TestInvalidDataStore [2022-03-05T21:36:52.950Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-05T21:36:52.950Z] === RUN TestKVObjectFlatKey [2022-03-05T21:36:52.950Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-05T21:36:52.950Z] === RUN TestAtomicKVObjectFlatKey [2022-03-05T21:36:52.950Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-05T21:36:52.950Z] PASS [2022-03-05T21:36:52.950Z] coverage: 21.9% of statements [2022-03-05T21:36:52.950Z] ok github.com/docker/docker/libnetwork/datastore 0.051s coverage: 21.9% of statements [2022-03-05T21:36:53.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T21:36:53.663Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-05T21:36:53.914Z] === RUN TestIPDataMarshalling [2022-03-05T21:36:53.914Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-05T21:36:53.914Z] === RUN TestValidateAndIsV6 [2022-03-05T21:36:53.914Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-05T21:36:53.914Z] PASS [2022-03-05T21:36:53.914Z] coverage: 68.9% of statements [2022-03-05T21:36:53.914Z] ok github.com/docker/docker/libnetwork/driverapi 0.044s coverage: 68.9% of statements [2022-03-05T21:36:54.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T21:36:54.371Z] === RUN TestErrorInterfaces [2022-03-05T21:36:54.371Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-05T21:36:54.371Z] === RUN TestNetworkMarshalling [2022-03-05T21:36:54.371Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-03-05T21:36:54.371Z] === RUN TestEndpointMarshalling [2022-03-05T21:36:54.371Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-05T21:36:54.371Z] === RUN TestAuxAddresses [2022-03-05T21:36:54.371Z] time="2022-03-05T21:36:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:36:54.371Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-05T21:36:54.371Z] === RUN TestSRVServiceQuery [2022-03-05T21:36:54.371Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.371Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-05T21:36:54.611Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T21:36:54.611Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-05T21:36:54.618Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T21:36:54.618Z] Using test binary docker [2022-03-05T21:36:54.618Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T21:36:54.618Z] +++ /etc/init.d/apparmor start [2022-03-05T21:36:54.618Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T21:36:54.618Z] INFO: Waiting for daemon to start... [2022-03-05T21:36:54.618Z] Starting dockerd [2022-03-05T21:36:54.618Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-03-05T21:36:54.828Z] === RUN TestServiceVIPReuse [2022-03-05T21:36:54.828Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-05T21:36:54.828Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-05T21:36:54.828Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-05T21:36:54.828Z] === RUN TestDNSIPQuery [2022-03-05T21:36:54.828Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestDNSProxyServFail [2022-03-05T21:36:54.828Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestSandboxAddEmpty [2022-03-05T21:36:54.828Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestSandboxAddMultiPrio [2022-03-05T21:36:54.828Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestSandboxAddSamePrio [2022-03-05T21:36:54.828Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestCleanupServiceDiscovery [2022-03-05T21:36:54.828Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestDNSOptions [2022-03-05T21:36:54.828Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:36:54.828Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-05T21:36:54.828Z] === RUN TestMultipleControllersWithSameStore [2022-03-05T21:36:54.828Z] time="2022-03-05T21:36:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:36:54.828Z] time="2022-03-05T21:36:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:36:54.828Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-05T21:36:54.828Z] PASS [2022-03-05T21:36:54.828Z] coverage: 8.5% of statements [2022-03-05T21:36:54.828Z] ok github.com/docker/docker/libnetwork 0.376s coverage: 8.5% of statements [2022-03-05T21:36:54.828Z] === RUN TestDriver [2022-03-05T21:36:54.828Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:36:54.828Z] PASS [2022-03-05T21:36:54.828Z] coverage: 34.8% of statements [2022-03-05T21:36:54.828Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-03-05T21:36:55.185Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T21:36:55.285Z] === RUN TestDriver [2022-03-05T21:36:55.285Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:36:55.285Z] PASS [2022-03-05T21:36:55.285Z] coverage: 34.8% of statements [2022-03-05T21:36:55.285Z] ok github.com/docker/docker/libnetwork/drivers/null 0.050s coverage: 34.8% of statements [2022-03-05T21:36:55.447Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T21:36:55.742Z] === RUN TestNetworkAllocateFree [2022-03-05T21:36:55.742Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-05T21:36:55.742Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-05T21:36:55.742Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-05T21:36:55.742Z] PASS [2022-03-05T21:36:55.742Z] coverage: 63.6% of statements [2022-03-05T21:36:55.742Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.046s coverage: 63.6% of statements [2022-03-05T21:36:56.199Z] === RUN TestGetEmptyCapabilities [2022-03-05T21:36:56.199Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-05T21:36:56.199Z] === RUN TestGetExtraCapabilities [2022-03-05T21:36:56.199Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-05T21:36:56.199Z] === RUN TestGetInvalidCapabilities [2022-03-05T21:36:56.199Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-05T21:36:56.199Z] === RUN TestRemoteDriver [2022-03-05T21:36:56.199Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T21:36:56.199Z] === RUN TestDriverError [2022-03-05T21:36:56.199Z] --- PASS: TestDriverError (0.00s) [2022-03-05T21:36:56.199Z] === RUN TestMissingValues [2022-03-05T21:36:56.199Z] --- PASS: TestMissingValues (0.01s) [2022-03-05T21:36:56.199Z] === RUN TestRollback [2022-03-05T21:36:56.199Z] --- PASS: TestRollback (0.02s) [2022-03-05T21:36:56.199Z] PASS [2022-03-05T21:36:56.199Z] coverage: 57.4% of statements [2022-03-05T21:36:56.199Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.121s coverage: 57.4% of statements [2022-03-05T21:36:56.199Z] --- PASS: TestRandomAllocateDeallocate (5.68s) [2022-03-05T21:36:56.300Z] ? github.com/docker/docker/api [no test files] [2022-03-05T21:36:56.391Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T21:36:56.391Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T21:36:56.532Z] . [2022-03-05T21:36:56.532Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T21:36:56.532Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T21:36:56.532Z] Error: No such image: emptyfs [2022-03-05T21:36:56.532Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T21:36:56.532Z] ++++ docker load [2022-03-05T21:36:56.653Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T21:36:56.656Z] === RUN TestAllocateRandomDeallocate [2022-03-05T21:36:56.656Z] === RUN TestNAT [2022-03-05T21:36:56.656Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T21:36:56.656Z] --- SKIP: TestNAT (0.00s) [2022-03-05T21:36:56.656Z] === RUN TestTransparent [2022-03-05T21:36:56.656Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T21:36:56.656Z] --- SKIP: TestTransparent (0.00s) [2022-03-05T21:36:56.656Z] PASS [2022-03-05T21:36:56.656Z] coverage: 0.0% of statements [2022-03-05T21:36:56.656Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.053s coverage: 0.0% of statements [2022-03-05T21:36:56.900Z] Running integration-test (iteration 1) [2022-03-05T21:36:56.900Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T21:36:56.900Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:36:56.900Z] ++ set -e [2022-03-05T21:36:56.900Z] ++ '[' -n 0 ']' [2022-03-05T21:36:56.900Z] ++ set -x [2022-03-05T21:36:56.900Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:36:56.900Z] Loaded image: busybox:latest [2022-03-05T21:36:57.161Z] Loaded image: busybox:glibc [2022-03-05T21:36:57.226Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T21:36:57.283Z] === RUN TestBuildDefault [2022-03-05T21:36:57.283Z] --- PASS: TestBuildDefault (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestBuildHostnameDomainname [2022-03-05T21:36:57.283Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestBuildHostname [2022-03-05T21:36:57.283Z] --- PASS: TestBuildHostname (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestBuildHostnameFQDN [2022-03-05T21:36:57.283Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestBuildNoIP [2022-03-05T21:36:57.283Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestUpdate [2022-03-05T21:36:57.283Z] --- PASS: TestUpdate (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-05T21:36:57.283Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-05T21:36:57.283Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestAddEmpty [2022-03-05T21:36:57.283Z] --- PASS: TestAddEmpty (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestAdd [2022-03-05T21:36:57.283Z] --- PASS: TestAdd (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestDeleteEmpty [2022-03-05T21:36:57.283Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestDeleteNewline [2022-03-05T21:36:57.283Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestDelete [2022-03-05T21:36:57.283Z] --- PASS: TestDelete (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestConcurrentWrites [2022-03-05T21:36:57.283Z] === RUN TestNew [2022-03-05T21:36:57.283Z] --- PASS: TestNew (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestAddDriver [2022-03-05T21:36:57.283Z] --- PASS: TestAddDriver (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestAddDuplicateDriver [2022-03-05T21:36:57.283Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-05T21:36:57.283Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestDriver [2022-03-05T21:36:57.283Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestIPAM [2022-03-05T21:36:57.283Z] --- PASS: TestIPAM (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestWalkIPAMs [2022-03-05T21:36:57.283Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-05T21:36:57.283Z] === RUN TestWalkDrivers [2022-03-05T21:36:57.283Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-05T21:36:57.283Z] PASS [2022-03-05T21:36:57.283Z] coverage: 82.4% of statements [2022-03-05T21:36:57.283Z] ok github.com/docker/docker/libnetwork/drvregistry 0.085s coverage: 82.4% of statements [2022-03-05T21:36:57.283Z] --- PASS: TestConcurrentWrites (0.30s) [2022-03-05T21:36:57.283Z] PASS [2022-03-05T21:36:57.283Z] coverage: 81.2% of statements [2022-03-05T21:36:57.283Z] ok github.com/docker/docker/libnetwork/etchosts 0.373s coverage: 81.2% of statements [2022-03-05T21:36:57.740Z] --- PASS: TestAllocateRandomDeallocate (1.22s) [2022-03-05T21:36:57.740Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-05T21:36:57.740Z] === RUN TestNew [2022-03-05T21:36:57.740Z] --- PASS: TestNew (0.00s) [2022-03-05T21:36:57.740Z] === RUN TestAllocate [2022-03-05T21:36:57.740Z] --- PASS: TestAllocate (0.00s) [2022-03-05T21:36:57.740Z] === RUN TestUninitialized [2022-03-05T21:36:57.740Z] --- PASS: TestUninitialized (0.00s) [2022-03-05T21:36:57.740Z] === RUN TestAllocateInRange [2022-03-05T21:36:57.740Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-05T21:36:57.740Z] === RUN TestAllocateSerial [2022-03-05T21:36:57.740Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-05T21:36:57.740Z] PASS [2022-03-05T21:36:57.740Z] coverage: 87.5% of statements [2022-03-05T21:36:57.740Z] ok github.com/docker/docker/libnetwork/idm 0.045s coverage: 87.5% of statements [2022-03-05T21:36:57.740Z] === RUN TestCaller [2022-03-05T21:36:57.740Z] --- PASS: TestCaller (0.00s) [2022-03-05T21:36:57.740Z] PASS [2022-03-05T21:36:57.740Z] coverage: 100.0% of statements [2022-03-05T21:36:57.740Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2022-03-05T21:36:57.799Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-05T21:36:58.101Z] Loaded image: debian:bullseye-slim [2022-03-05T21:36:58.101Z] Loaded image: hello-world:latest [2022-03-05T21:36:58.101Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:36:58.101Z] INFO: Testing against a local daemon [2022-03-05T21:36:58.101Z] === RUN TestCgroupNamespacesBuild [2022-03-05T21:36:58.496Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-05T21:36:58.703Z] === RUN TestSetSerialInsertDelete [2022-03-05T21:36:58.703Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-05T21:36:58.703Z] === RUN TestSetParallelInsertDelete [2022-03-05T21:36:58.703Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.24s) [2022-03-05T21:36:58.703Z] === RUN TestRetrieveFromStore [2022-03-05T21:36:59.486Z] --- PASS: TestCgroupNamespacesBuild (1.07s) [2022-03-05T21:36:59.486Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T21:36:59.665Z] --- PASS: TestRetrieveFromStore (0.58s) [2022-03-05T21:36:59.665Z] === RUN TestIsCorrupted [2022-03-05T21:36:59.665Z] === RUN TestInt2IP2IntConversion [2022-03-05T21:36:59.665Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-05T21:36:59.665Z] === RUN TestSetRollover [2022-03-05T21:36:59.689Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-05T21:36:59.717Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T21:36:59.772Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-03-05T21:36:59.772Z] === RUN TestInfoDebug [2022-03-05T21:36:59.772Z] --- PASS: TestInfoDebug (0.54s) [2022-03-05T21:36:59.772Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:36:59.772Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-05T21:36:59.772Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:36:59.772Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-05T21:36:59.772Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:36:59.772Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-05T21:36:59.772Z] === RUN TestPingCacheHeaders [2022-03-05T21:36:59.772Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T21:36:59.772Z] === RUN TestPingGet [2022-03-05T21:36:59.772Z] --- PASS: TestPingGet (0.01s) [2022-03-05T21:36:59.772Z] === RUN TestPingHead [2022-03-05T21:36:59.772Z] --- PASS: TestPingHead (0.02s) [2022-03-05T21:36:59.772Z] === RUN TestVersion [2022-03-05T21:36:59.772Z] --- PASS: TestVersion (0.02s) [2022-03-05T21:36:59.772Z] === CONT TestDiskUsage [2022-03-05T21:37:00.122Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-03-05T21:37:00.122Z] === RUN TestGetAddressVersion [2022-03-05T21:37:00.122Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-05T21:37:00.122Z] === RUN TestKeyString [2022-03-05T21:37:00.122Z] --- PASS: TestKeyString (0.00s) [2022-03-05T21:37:00.122Z] === RUN TestPoolDataMarshal [2022-03-05T21:37:00.122Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-05T21:37:00.122Z] === RUN TestSubnetsMarshal [2022-03-05T21:37:00.122Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-05T21:37:00.122Z] === RUN TestAddSubnets [2022-03-05T21:37:00.122Z] === RUN TestPoolRequest [2022-03-05T21:37:00.122Z] --- PASS: TestPoolRequest (0.00s) [2022-03-05T21:37:00.122Z] === RUN TestOtherRequests [2022-03-05T21:37:00.122Z] --- PASS: TestOtherRequests (0.00s) [2022-03-05T21:37:00.122Z] PASS [2022-03-05T21:37:00.122Z] coverage: 57.1% of statements [2022-03-05T21:37:00.122Z] --- PASS: TestAddSubnets (0.06s) [2022-03-05T21:37:00.122Z] === RUN TestDoublePoolRelease [2022-03-05T21:37:00.122Z] ok github.com/docker/docker/libnetwork/ipams/null 0.044s coverage: 57.1% of statements [2022-03-05T21:37:00.122Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-05T21:37:00.122Z] === RUN TestAddReleasePoolID [2022-03-05T21:37:00.122Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-03-05T21:37:00.122Z] === RUN TestPredefinedPool [2022-03-05T21:37:00.122Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-05T21:37:00.122Z] === RUN TestRemoveSubnet [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T21:37:00.343Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T21:37:00.344Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T21:37:00.426Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s) [2022-03-05T21:37:00.426Z] === RUN TestBuildWithSession [2022-03-05T21:37:00.426Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:37:00.426Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:37:00.426Z] === RUN TestBuildSquashParent [2022-03-05T21:37:00.579Z] --- PASS: TestRemoveSubnet (0.23s) [2022-03-05T21:37:00.579Z] === RUN TestGetSameAddress [2022-03-05T21:37:00.579Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-05T21:37:00.579Z] === RUN TestPoolAllocationReuse [2022-03-05T21:37:00.602Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T21:37:00.602Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T21:37:00.602Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T21:37:00.602Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T21:37:00.860Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T21:37:00.860Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T21:37:00.860Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T21:37:00.860Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T21:37:00.860Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T21:37:00.860Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage (1.21s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/container_types (0.01s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T21:37:00.860Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-05T21:37:00.861Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-03-05T21:37:00.861Z] PASS [2022-03-05T21:37:00.861Z] [2022-03-05T21:37:00.861Z] === Skipped [2022-03-05T21:37:00.861Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.02s) [2022-03-05T21:37:00.861Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T21:37:00.861Z] [2022-03-05T21:37:00.861Z] DONE 50 tests, 1 skipped in 20.207s [2022-03-05T21:37:00.861Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T21:37:01.036Z] --- PASS: TestSetRollover (1.56s) [2022-03-05T21:37:01.036Z] === RUN TestSetRolloverSerial [2022-03-05T21:37:01.105Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T21:37:01.121Z] INFO: Testing against a local daemon [2022-03-05T21:37:01.121Z] === RUN TestVolumesCreateAndList [2022-03-05T21:37:01.121Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T21:37:01.121Z] === RUN TestVolumesRemove [2022-03-05T21:37:01.121Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-05T21:37:01.121Z] === RUN TestVolumesInspect [2022-03-05T21:37:01.121Z] --- PASS: TestVolumesInspect (0.01s) [2022-03-05T21:37:01.121Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:37:01.121Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:37:01.121Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:37:01.121Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:37:01.121Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-05T21:37:01.121Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T21:37:01.121Z] PASS [2022-03-05T21:37:01.121Z] [2022-03-05T21:37:01.121Z] DONE 5 tests in 0.233s [2022-03-05T21:37:01.121Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T21:37:01.380Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13060 is not a child of this shell [2022-03-05T21:37:01.380Z] warning: PID 13060 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-05T21:37:01.380Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T21:37:01.380Z] [2022-03-05T21:37:01.380Z] Unloading profiles will leave already running processes permanently [2022-03-05T21:37:01.380Z] unconfined, which can lead to unexpected situations. [2022-03-05T21:37:01.380Z] [2022-03-05T21:37:01.380Z] To set a process to complain mode, use the command line tool [2022-03-05T21:37:01.380Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T21:37:01.380Z] Removing test suite binaries [2022-03-05T21:37:01.380Z] exiting test-integration [2022-03-05T21:37:01.380Z] ++ exit 0 [2022-03-05T21:37:01.380Z] [2022-03-05T21:37:01.493Z] === RUN TestGetCapabilities [2022-03-05T21:37:01.493Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-05T21:37:01.493Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-05T21:37:01.493Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-05T21:37:01.493Z] === RUN TestGetDefaultAddressSpaces [2022-03-05T21:37:01.493Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-05T21:37:01.493Z] === RUN TestRemoteDriver [2022-03-05T21:37:01.493Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T21:37:01.493Z] PASS [2022-03-05T21:37:01.493Z] coverage: 47.4% of statements [2022-03-05T21:37:01.493Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.079s coverage: 47.4% of statements [2022-03-05T21:37:01.810Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2022-03-05T21:37:01.810Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:37:01.950Z] --- PASS: TestPoolAllocationReuse (1.56s) [2022-03-05T21:37:01.950Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-05T21:37:01.951Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-05T21:37:01.951Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-05T21:37:02.069Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 Post stage [Pipeline] junit [2022-03-05T21:37:02.331Z] Recording test results [2022-03-05T21:37:02.407Z] === RUN TestWindowsIPAM [2022-03-05T21:37:02.408Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-05T21:37:02.408Z] PASS [2022-03-05T21:37:02.408Z] coverage: 71.4% of statements [2022-03-05T21:37:02.408Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.043s coverage: 71.4% of statements [2022-03-05T21:37:02.408Z] --- PASS: TestSetRolloverSerial (1.43s) [2022-03-05T21:37:02.408Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-05T21:37:02.408Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-05T21:37:02.408Z] PASS [2022-03-05T21:37:02.408Z] coverage: 84.4% of statements [2022-03-05T21:37:02.408Z] ok github.com/docker/docker/libnetwork/bitseq 11.858s coverage: 84.4% of statements [2022-03-05T21:37:02.637Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-05T21:37:02.807Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [2022-03-05T21:37:02.864Z] === RUN TestDefaultNetwork [Pipeline] sh [2022-03-05T21:37:03.021Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T21:37:03.143Z] + echo Ensuring container killed. [2022-03-05T21:37:03.143Z] Ensuring container killed. [2022-03-05T21:37:03.143Z] + docker rm -vf docker-pr2 [2022-03-05T21:37:03.283Z] docker_cli_daemon_test.go:2522: [d31768023b10b] daemon is not started [2022-03-05T21:37:03.321Z] --- PASS: TestDefaultNetwork (0.28s) [2022-03-05T21:37:03.321Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-05T21:37:03.402Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-05T21:37:03.686Z] + echo Chowning /workspace to jenkins user [2022-03-05T21:37:03.686Z] Chowning /workspace to jenkins user [2022-03-05T21:37:03.686Z] + id -u [2022-03-05T21:37:03.686Z] + id -g [2022-03-05T21:37:03.686Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T21:37:03.778Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-05T21:37:03.778Z] === RUN TestInitAddressPools [2022-03-05T21:37:03.778Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-05T21:37:03.778Z] PASS [2022-03-05T21:37:03.778Z] coverage: 74.0% of statements [2022-03-05T21:37:03.778Z] ok github.com/docker/docker/libnetwork/ipamutils 0.628s coverage: 74.0% of statements [2022-03-05T21:37:04.053Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-05T21:37:04.228Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T21:37:04.235Z] === RUN TestKeyValue [2022-03-05T21:37:04.235Z] --- PASS: TestKeyValue (0.00s) [2022-03-05T21:37:04.235Z] PASS [2022-03-05T21:37:04.235Z] coverage: 60.0% of statements [2022-03-05T21:37:04.235Z] ok github.com/docker/docker/libnetwork/netlabel 0.041s coverage: 60.0% of statements [2022-03-05T21:37:04.235Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.20s) [2022-03-05T21:37:04.235Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-05T21:37:04.628Z] --- PASS: TestBuildSquashParent (3.72s) [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:37:04.629Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:37:04.629Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:37:04.629Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:37:04.629Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:37:04.629Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:37:04.629Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:37:04.629Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:37:04.629Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:37:04.629Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:37:05.172Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-05T21:37:05.433Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T21:37:05.572Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:37:05.573Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T21:37:05.895Z] + bundleName=amd64-rootless [2022-03-05T21:37:05.895Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-05T21:37:05.895Z] Creating amd64-rootless-bundles.tar.gz [2022-03-05T21:37:05.895Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-05T21:37:05.895Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-05T21:37:05.907Z] Archiving artifacts [2022-03-05T21:37:06.150Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T21:37:06.462Z] + make clean [2022-03-05T21:37:06.462Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T21:37:06.720Z] docker-dev-cache [2022-03-05T21:37:06.720Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T21:37:06.823Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T21:37:06.955Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:37:06.955Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:37:07.128Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.93s) [2022-03-05T21:37:07.128Z] === RUN TestGetAddress [2022-03-05T21:37:07.128Z] === RUN TestNetworkDBSimple [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T21:37:07.585Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.27s) [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.29s) [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.26s) [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.33s) [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.09s) [2022-03-05T21:37:07.896Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.08s) [2022-03-05T21:37:07.896Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:37:07.896Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:37:08.041Z] === RUN TestGenerate [2022-03-05T21:37:08.041Z] --- PASS: TestGenerate (0.00s) [2022-03-05T21:37:08.041Z] === RUN TestGeneratePtr [2022-03-05T21:37:08.041Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-05T21:37:08.041Z] === RUN TestGenerateMissingField [2022-03-05T21:37:08.041Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-05T21:37:08.041Z] === RUN TestFieldCannotBeSet [2022-03-05T21:37:08.041Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-05T21:37:08.041Z] === RUN TestTypeMismatchError [2022-03-05T21:37:08.041Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-05T21:37:08.041Z] PASS [2022-03-05T21:37:08.041Z] coverage: 100.0% of statements [2022-03-05T21:37:08.041Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-03-05T21:37:08.498Z] 2022/03/05 21:37:07 Closing DB instances... [2022-03-05T21:37:08.498Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-05T21:37:08.498Z] PASS [2022-03-05T21:37:08.498Z] coverage: 100.0% of statements [2022-03-05T21:37:08.498Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.067s coverage: 100.0% of statements [2022-03-05T21:37:08.837Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:37:08.837Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:37:08.955Z] testing: warning: no tests to run [2022-03-05T21:37:08.955Z] PASS [2022-03-05T21:37:08.955Z] coverage: 0.0% of statements [2022-03-05T21:37:08.955Z] ok github.com/docker/docker/libnetwork/osl 0.051s coverage: 0.0% of statements [no tests to run] [2022-03-05T21:37:09.097Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:37:09.358Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:37:09.358Z] --- PASS: TestBuildMultiStageCopy (1.69s) [2022-03-05T21:37:09.358Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.97s) [2022-03-05T21:37:09.358Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-03-05T21:37:09.358Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-03-05T21:37:09.358Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2022-03-05T21:37:09.358Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2022-03-05T21:37:09.358Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:37:09.412Z] === RUN TestRequestNewPort [2022-03-05T21:37:09.412Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestRequestSpecificPort [2022-03-05T21:37:09.412Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestReleasePort [2022-03-05T21:37:09.412Z] --- PASS: TestReleasePort (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestReuseReleasedPort [2022-03-05T21:37:09.412Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestReleaseUnreadledPort [2022-03-05T21:37:09.412Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestUnknowProtocol [2022-03-05T21:37:09.412Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestAllocateAllPorts [2022-03-05T21:37:09.412Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestPortAllocation [2022-03-05T21:37:09.412Z] --- PASS: TestPortAllocation (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestPortAllocationWithCustomRange [2022-03-05T21:37:09.412Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestNoDuplicateBPR [2022-03-05T21:37:09.412Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-05T21:37:09.412Z] === RUN TestChangePortRange [2022-03-05T21:37:09.412Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-05T21:37:09.412Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-05T21:37:09.412Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-05T21:37:09.412Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-05T21:37:09.412Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-05T21:37:09.412Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-05T21:37:09.412Z] --- PASS: TestChangePortRange (0.00s) [2022-03-05T21:37:09.412Z] PASS [2022-03-05T21:37:09.412Z] coverage: 88.6% of statements [2022-03-05T21:37:09.412Z] ok github.com/docker/docker/libnetwork/portallocator 0.058s coverage: 88.6% of statements [2022-03-05T21:37:09.765Z] 8f616e6e9eec: Pull complete [2022-03-05T21:37:09.868Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-03-05T21:37:09.868Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-05T21:37:09.868Z] testing: warning: no tests to run [2022-03-05T21:37:09.868Z] PASS [2022-03-05T21:37:09.868Z] coverage: 0.0% of statements [2022-03-05T21:37:09.868Z] ok github.com/docker/docker/libnetwork/portmapper 0.046s coverage: 0.0% of statements [no tests to run] [2022-03-05T21:37:09.929Z] --- PASS: TestBuildMultiStageParentConfig (0.52s) [2022-03-05T21:37:09.929Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:37:10.325Z] === RUN TestHashData [2022-03-05T21:37:10.325Z] --- PASS: TestHashData (0.00s) [2022-03-05T21:37:10.325Z] PASS [2022-03-05T21:37:10.325Z] coverage: 2.8% of statements [2022-03-05T21:37:10.325Z] ok github.com/docker/docker/libnetwork/resolvconf 0.045s coverage: 2.8% of statements [2022-03-05T21:37:10.770Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-05T21:37:10.782Z] === RUN TestErrorConstructors [2022-03-05T21:37:10.782Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-05T21:37:10.782Z] === RUN TestCompareIPMask [2022-03-05T21:37:10.782Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-05T21:37:10.782Z] === RUN TestUtilGetHostPartIP [2022-03-05T21:37:10.782Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-05T21:37:10.782Z] === RUN TestUtilGetBroadcastIP [2022-03-05T21:37:10.782Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-05T21:37:10.782Z] === RUN TestParseCIDR [2022-03-05T21:37:10.782Z] --- PASS: TestParseCIDR (0.00s) [2022-03-05T21:37:10.782Z] PASS [2022-03-05T21:37:10.782Z] coverage: 37.3% of statements [2022-03-05T21:37:10.782Z] ok github.com/docker/docker/libnetwork/types 0.047s coverage: 37.3% of statements [2022-03-05T21:37:10.782Z] 2022/03/05 21:37:10 Closing DB instances... [2022-03-05T21:37:10.870Z] --- PASS: TestBuildLabelWithTargets (0.84s) [2022-03-05T21:37:10.870Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:37:11.131Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-03-05T21:37:11.131Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-05T21:37:11.745Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-05T21:37:11.745Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-05T21:37:11.745Z] PASS [2022-03-05T21:37:11.745Z] coverage: 50.0% of statements [2022-03-05T21:37:11.745Z] ok github.com/docker/docker/oci 0.050s coverage: 50.0% of statements [2022-03-05T21:37:12.201Z] === RUN TestAddressPoolOpt [2022-03-05T21:37:12.201Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/a [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/something [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/_=a [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/env1=value1 [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/_env1=value1 [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/PATH [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/=a [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/PATH= [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/PATH=something [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/asd!qwe [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/1asd [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/123 [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/some_space [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/__some_space_before [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/some_space_after__ [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/= [2022-03-05T21:37:12.201Z] === RUN TestValidateEnv/PaTh [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestParseHost [2022-03-05T21:37:12.201Z] --- PASS: TestParseHost (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestParseDockerDaemonHost [2022-03-05T21:37:12.201Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestParseTCP [2022-03-05T21:37:12.201Z] --- PASS: TestParseTCP (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-05T21:37:12.201Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestValidateExtraHosts [2022-03-05T21:37:12.201Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestIpOptString [2022-03-05T21:37:12.201Z] --- PASS: TestIpOptString (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-05T21:37:12.201Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestNewIpOptValidDefaultVal [2022-03-05T21:37:12.201Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestIpOptSetInvalidVal [2022-03-05T21:37:12.201Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestValidateIPAddress [2022-03-05T21:37:12.201Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestMapOpts [2022-03-05T21:37:12.201Z] --- PASS: TestMapOpts (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestListOptsWithoutValidator [2022-03-05T21:37:12.201Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestListOptsWithValidator [2022-03-05T21:37:12.201Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestValidateDNSSearch [2022-03-05T21:37:12.201Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_general_format [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_one_more [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-05T21:37:12.201Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-05T21:37:12.201Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-05T21:37:12.202Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-05T21:37:12.202Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-05T21:37:12.202Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-05T21:37:12.202Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-05T21:37:12.202Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestNamedListOpts [2022-03-05T21:37:12.202Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestNamedMapOpts [2022-03-05T21:37:12.202Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestParseLink [2022-03-05T21:37:12.202Z] --- PASS: TestParseLink (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestQuotedStringSetWithQuotes [2022-03-05T21:37:12.202Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-05T21:37:12.202Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-05T21:37:12.202Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-05T21:37:12.202Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-05T21:37:12.202Z] === RUN TestUlimitOpt [2022-03-05T21:37:12.202Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-05T21:37:12.202Z] PASS [2022-03-05T21:37:12.202Z] coverage: 67.4% of statements [2022-03-05T21:37:12.202Z] ok github.com/docker/docker/opts 0.097s coverage: 67.4% of statements [2022-03-05T21:37:12.202Z] === RUN TestParseVersion [2022-03-05T21:37:12.202Z] --- PASS: TestParseVersion (0.00s) [2022-03-05T21:37:12.202Z] PASS [2022-03-05T21:37:12.202Z] coverage: 52.9% of statements [2022-03-05T21:37:12.202Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2022-03-05T21:37:12.202Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-03-05T21:37:12.202Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-05T21:37:12.515Z] --- PASS: TestBuildMultiStageOnBuild (1.22s) [2022-03-05T21:37:12.515Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:37:13.085Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2022-03-05T21:37:13.085Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:37:13.409Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T21:37:13.409Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T21:37:13.732Z] 2022/03/05 21:37:13 Closing DB instances... [2022-03-05T21:37:13.732Z] === RUN TestPeerCertificateMarshalJSON [2022-03-05T21:37:14.188Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-05T21:37:14.188Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-05T21:37:14.188Z] --- PASS: TestPeerCertificateMarshalJSON (0.48s) [2022-03-05T21:37:14.188Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-05T21:37:14.188Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-05T21:37:14.188Z] === RUN TestMiddleware [2022-03-05T21:37:14.188Z] --- PASS: TestMiddleware (0.00s) [2022-03-05T21:37:14.188Z] === RUN TestNewResponseModifier [2022-03-05T21:37:14.188Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-05T21:37:14.188Z] PASS [2022-03-05T21:37:14.188Z] coverage: 26.8% of statements [2022-03-05T21:37:14.188Z] ok github.com/docker/docker/pkg/authorization 0.536s coverage: 26.8% of statements [2022-03-05T21:37:14.468Z] --- PASS: TestBuildMultiStageLayerLeak (1.22s) [2022-03-05T21:37:14.468Z] === RUN TestBuildWithHugeFile [2022-03-05T21:37:14.644Z] === RUN TestIsArchivePathDir [2022-03-05T21:37:14.644Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-05T21:37:14.644Z] === RUN TestIsArchivePathInvalidFile [2022-03-05T21:37:15.101Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-03-05T21:37:15.101Z] === RUN TestIsArchivePathTar [2022-03-05T21:37:15.101Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-03-05T21:37:15.101Z] === RUN TestDecompressStreamGzip [2022-03-05T21:37:15.101Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-05T21:37:15.101Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-05T21:37:15.101Z] === RUN TestUnbuffered [2022-03-05T21:37:15.101Z] --- PASS: TestUnbuffered (0.00s) [2022-03-05T21:37:15.101Z] === RUN TestRaceUnbuffered [2022-03-05T21:37:15.101Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-05T21:37:15.101Z] PASS [2022-03-05T21:37:15.101Z] coverage: 100.0% of statements [2022-03-05T21:37:15.101Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2022-03-05T21:37:15.557Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-05T21:37:15.557Z] === RUN TestDecompressStreamBzip2 [2022-03-05T21:37:15.557Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-03-05T21:37:15.557Z] === RUN TestDecompressStreamXz [2022-03-05T21:37:15.557Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T21:37:15.557Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestDecompressStreamZstd [2022-03-05T21:37:15.557Z] archive_test.go:140: zstd not installed [2022-03-05T21:37:15.557Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-05T21:37:15.557Z] === RUN TestCompressStreamXzUnsupported [2022-03-05T21:37:15.557Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-05T21:37:15.557Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestCompressStreamInvalid [2022-03-05T21:37:15.557Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestExtensionInvalid [2022-03-05T21:37:15.557Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestExtensionUncompressed [2022-03-05T21:37:15.557Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestExtensionBzip2 [2022-03-05T21:37:15.557Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestExtensionGzip [2022-03-05T21:37:15.557Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestExtensionXz [2022-03-05T21:37:15.557Z] --- PASS: TestExtensionXz (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestExtensionZstd [2022-03-05T21:37:15.557Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestCmdStreamLargeStderr [2022-03-05T21:37:15.557Z] --- PASS: TestCmdStreamLargeStderr (0.20s) [2022-03-05T21:37:15.557Z] === RUN TestCmdStreamBad [2022-03-05T21:37:15.557Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T21:37:15.557Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-05T21:37:15.557Z] === RUN TestCmdStreamGood [2022-03-05T21:37:15.557Z] --- PASS: TestCmdStreamGood (0.06s) [2022-03-05T21:37:15.557Z] === RUN TestUntarPathWithInvalidDest [2022-03-05T21:37:15.954Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-05T21:37:16.014Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-05T21:37:16.014Z] === RUN TestUntarPathWithInvalidSrc [2022-03-05T21:37:16.014Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-05T21:37:16.014Z] === RUN TestUntarPath [2022-03-05T21:37:16.014Z] === RUN TestMatch [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[foo]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[foo_bar]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[]#01 [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[qux]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-05T21:37:16.014Z] === RUN TestMatch/[[foo_baz]] [2022-03-05T21:37:16.014Z] --- PASS: TestMatch (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-05T21:37:16.014Z] --- PASS: TestMatch/[] (0.00s) [2022-03-05T21:37:16.015Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-05T21:37:16.015Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-05T21:37:16.015Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-05T21:37:16.015Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-05T21:37:16.015Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-05T21:37:16.015Z] PASS [2022-03-05T21:37:16.015Z] coverage: 87.5% of statements [2022-03-05T21:37:16.015Z] ok github.com/docker/docker/pkg/capabilities 0.053s coverage: 87.5% of statements [2022-03-05T21:37:16.015Z] --- PASS: TestUntarPath (0.08s) [2022-03-05T21:37:16.015Z] === RUN TestUntarPathWithDestinationFile [2022-03-05T21:37:16.015Z] --- PASS: TestUntarPathWithDestinationFile (0.17s) [2022-03-05T21:37:16.015Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-05T21:37:16.015Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-05T21:37:16.015Z] === RUN TestCopyWithTarInvalidSrc [2022-03-05T21:37:16.015Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-05T21:37:16.015Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-05T21:37:16.015Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T21:37:16.015Z] === RUN TestCopyWithTarSrcFile [2022-03-05T21:37:16.015Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-05T21:37:16.015Z] === RUN TestCopyWithTarSrcFolder [2022-03-05T21:37:16.015Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-05T21:37:16.015Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-05T21:37:16.015Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-05T21:37:16.015Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-05T21:37:16.015Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T21:37:16.015Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-05T21:37:16.015Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-05T21:37:16.015Z] === RUN TestCopyFileWithTarSrcFile [2022-03-05T21:37:16.015Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-05T21:37:16.015Z] === RUN TestTarFiles [2022-03-05T21:37:16.979Z] === RUN TestChrootTarUntar [2022-03-05T21:37:16.979Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-05T21:37:16.979Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootUntarEmptyArchive [2022-03-05T21:37:16.979Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootTarUntarWithSymlink [2022-03-05T21:37:16.979Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootCopyWithTar [2022-03-05T21:37:16.979Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootCopyFileWithTar [2022-03-05T21:37:16.979Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootCopyFileWithTar (0.01s) [2022-03-05T21:37:16.979Z] === RUN TestChrootUntarPath [2022-03-05T21:37:16.979Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-05T21:37:16.979Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-05T21:37:16.979Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:37:16.979Z] === RUN TestChrootApplyDotDotFile [2022-03-05T21:37:16.979Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:37:16.979Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-05T21:37:16.979Z] PASS [2022-03-05T21:37:16.979Z] coverage: 15.1% of statements [2022-03-05T21:37:16.979Z] ok github.com/docker/docker/pkg/chrootarchive 0.107s coverage: 15.1% of statements [2022-03-05T21:37:17.333Z] --- PASS: TestServiceUpdatePidsLimit (16.04s) [2022-03-05T21:37:17.333Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-05T21:37:17.333Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2022-03-05T21:37:17.333Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-03-05T21:37:17.333Z] PASS [2022-03-05T21:37:17.333Z] [2022-03-05T21:37:17.333Z] === Skipped [2022-03-05T21:37:17.333Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T21:37:17.333Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:37:17.333Z] [2022-03-05T21:37:17.333Z] DONE 27 tests, 1 skipped in 181.781s [2022-03-05T21:37:17.333Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T21:37:17.333Z] INFO: Testing against a local daemon [2022-03-05T21:37:17.333Z] === RUN TestSessionCreate [2022-03-05T21:37:17.333Z] --- PASS: TestSessionCreate (0.02s) [2022-03-05T21:37:17.333Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:37:17.333Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-05T21:37:17.333Z] PASS [2022-03-05T21:37:17.333Z] [2022-03-05T21:37:17.333Z] DONE 2 tests in 0.063s [2022-03-05T21:37:17.333Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T21:37:17.333Z] INFO: Testing against a local daemon [2022-03-05T21:37:17.333Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:37:17.333Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:37:17.333Z] === RUN TestDiskUsage [2022-03-05T21:37:17.333Z] === PAUSE TestDiskUsage [2022-03-05T21:37:17.333Z] === RUN TestEventsExecDie [2022-03-05T21:37:17.333Z] --- PASS: TestEventsExecDie (0.52s) [2022-03-05T21:37:17.333Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:37:17.436Z] 2022/03/05 21:37:16 Closing DB instances... [2022-03-05T21:37:17.592Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-05T21:37:17.592Z] === RUN TestEventsVolumeCreate [2022-03-05T21:37:17.592Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-05T21:37:17.592Z] === RUN TestInfoBinaryCommits [2022-03-05T21:37:17.592Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T21:37:17.592Z] === RUN TestInfoAPIVersioned [2022-03-05T21:37:17.592Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-05T21:37:17.592Z] === RUN TestInfoAPI [2022-03-05T21:37:17.592Z] --- PASS: TestInfoAPI (0.02s) [2022-03-05T21:37:17.592Z] === RUN TestInfoAPIWarnings [2022-03-05T21:37:17.770Z] === RUN TestMiddlewares [2022-03-05T21:37:17.770Z] --- PASS: TestMiddlewares (0.00s) [2022-03-05T21:37:17.770Z] PASS [2022-03-05T21:37:17.770Z] coverage: 9.0% of statements [2022-03-05T21:37:17.770Z] ok github.com/docker/docker/api/server 0.112s coverage: 9.0% of statements [2022-03-05T21:37:17.869Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-05T21:37:18.399Z] === RUN TestEnsureRemoveAllNotExist [2022-03-05T21:37:18.399Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-05T21:37:18.399Z] === RUN TestEnsureRemoveAllWithDir [2022-03-05T21:37:18.399Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-05T21:37:18.399Z] === RUN TestEnsureRemoveAllWithFile [2022-03-05T21:37:18.399Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-05T21:37:18.399Z] PASS [2022-03-05T21:37:18.399Z] coverage: 0.0% of statements [2022-03-05T21:37:18.399Z] ok github.com/docker/docker/pkg/containerfs 0.045s coverage: 0.0% of statements [2022-03-05T21:37:18.856Z] === RUN TestSizeEmpty [2022-03-05T21:37:18.856Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestSizeEmptyFile [2022-03-05T21:37:18.856Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestSizeNonemptyFile [2022-03-05T21:37:18.856Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-05T21:37:18.856Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-05T21:37:18.856Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-05T21:37:18.856Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestMoveToSubdir [2022-03-05T21:37:18.856Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-05T21:37:18.856Z] === RUN TestSizeNonExistingDirectory [2022-03-05T21:37:18.856Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-05T21:37:18.856Z] PASS [2022-03-05T21:37:18.856Z] coverage: 80.0% of statements [2022-03-05T21:37:18.856Z] ok github.com/docker/docker/pkg/directory 0.067s coverage: 80.0% of statements [2022-03-05T21:37:19.573Z] ............................ [ 66%] [2022-03-05T21:37:19.820Z] --- PASS: TestNetworkDBCRUDTableEntry (4.47s) [2022-03-05T21:37:19.820Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-05T21:37:19.820Z] === RUN TestPollerAddRemove [2022-03-05T21:37:19.820Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-05T21:37:19.820Z] === RUN TestPollerEvent [2022-03-05T21:37:19.820Z] poller_test.go:40: No chmod on Windows [2022-03-05T21:37:19.820Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-05T21:37:19.820Z] === RUN TestPollerClose [2022-03-05T21:37:19.820Z] --- PASS: TestPollerClose (0.00s) [2022-03-05T21:37:19.820Z] PASS [2022-03-05T21:37:19.820Z] coverage: 45.7% of statements [2022-03-05T21:37:19.820Z] ok github.com/docker/docker/pkg/filenotify 0.048s coverage: 45.7% of statements [2022-03-05T21:37:20.414Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-05T21:37:20.414Z] check_test.go:308: [d6f9a748e1b9e] daemon is not started [2022-03-05T21:37:20.414Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-05T21:37:20.784Z] === RUN TestCopyFileWithInvalidSrc [2022-03-05T21:37:20.784Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-05T21:37:20.784Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T21:37:21.241Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-05T21:37:21.241Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-05T21:37:21.241Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCopyFile [2022-03-05T21:37:21.241Z] --- PASS: TestCopyFile (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-05T21:37:21.241Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T21:37:21.241Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-05T21:37:21.241Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-05T21:37:21.241Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T21:37:21.241Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestWildcardMatches [2022-03-05T21:37:21.241Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestPatternMatches [2022-03-05T21:37:21.241Z] --- PASS: TestPatternMatches (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-05T21:37:21.241Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestPatternMatchesFolderExclusions [2022-03-05T21:37:21.241Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-05T21:37:21.241Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-05T21:37:21.241Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-05T21:37:21.241Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-05T21:37:21.241Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestSingleExclamationError [2022-03-05T21:37:21.241Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestMatchesWithNoPatterns [2022-03-05T21:37:21.241Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestMatchesWithMalformedPatterns [2022-03-05T21:37:21.241Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestMatches [2022-03-05T21:37:21.241Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-05T21:37:21.241Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-05T21:37:21.241Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-05T21:37:21.241Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-05T21:37:21.241Z] --- PASS: TestMatches (0.01s) [2022-03-05T21:37:21.241Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-05T21:37:21.241Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-05T21:37:21.241Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-05T21:37:21.241Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCleanPatterns [2022-03-05T21:37:21.241Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-05T21:37:21.241Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCleanPatternsExceptionFlag [2022-03-05T21:37:21.241Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-05T21:37:21.241Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-05T21:37:21.241Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCleanPatternsErrorSingleException [2022-03-05T21:37:21.241Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCreateIfNotExistsDir [2022-03-05T21:37:21.241Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCreateIfNotExistsFile [2022-03-05T21:37:21.241Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-05T21:37:21.241Z] === RUN TestMatch [2022-03-05T21:37:21.241Z] --- PASS: TestMatch (0.00s) [2022-03-05T21:37:21.241Z] === RUN TestCompile [2022-03-05T21:37:21.241Z] === RUN TestCompile/slash [2022-03-05T21:37:21.241Z] === RUN TestCompile/backslash [2022-03-05T21:37:21.241Z] --- PASS: TestCompile (0.00s) [2022-03-05T21:37:21.241Z] --- PASS: TestCompile/slash (0.00s) [2022-03-05T21:37:21.241Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-05T21:37:21.241Z] PASS [2022-03-05T21:37:21.241Z] coverage: 84.7% of statements [2022-03-05T21:37:21.241Z] ok github.com/docker/docker/pkg/fileutils 0.087s coverage: 84.7% of statements [2022-03-05T21:37:21.697Z] 2022/03/05 21:37:21 Closing DB instances... [2022-03-05T21:37:21.697Z] === RUN TestGet [2022-03-05T21:37:21.697Z] --- PASS: TestGet (0.00s) [2022-03-05T21:37:21.697Z] === RUN TestGetShortcutString [2022-03-05T21:37:21.697Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-05T21:37:21.697Z] PASS [2022-03-05T21:37:21.697Z] coverage: 42.9% of statements [2022-03-05T21:37:21.697Z] ok github.com/docker/docker/pkg/homedir 0.045s coverage: 42.9% of statements [2022-03-05T21:37:22.154Z] --- PASS: TestTarFiles (6.04s) [2022-03-05T21:37:22.154Z] === RUN TestDetectCompressionZstd [2022-03-05T21:37:22.154Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-05T21:37:22.154Z] === RUN TestTarUntar [2022-03-05T21:37:22.154Z] --- PASS: TestTarUntar (0.04s) [2022-03-05T21:37:22.154Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-05T21:37:22.154Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-05T21:37:22.154Z] === RUN TestTarWithOptions [2022-03-05T21:37:22.154Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-05T21:37:22.154Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-05T21:37:22.154Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-05T21:37:22.154Z] === RUN TestUntarUstarGnuConflict [2022-03-05T21:37:22.154Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-05T21:37:22.154Z] === RUN TestUntarInvalidFilenames [2022-03-05T21:37:22.610Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4230246718\\dest" [2022-03-05T21:37:22.610Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-05T21:37:22.610Z] === RUN TestUntarHardlinkToSymlink [2022-03-05T21:37:22.610Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-05T21:37:22.610Z] === RUN TestUntarInvalidHardlink [2022-03-05T21:37:22.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2195121430\\victim\\hello" -> "../victim/hello" [2022-03-05T21:37:22.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink591604876\\victim\\hello" -> "/../victim/hello" [2022-03-05T21:37:22.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3861230886\\victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1900569017\\victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink245681763\\victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3111481745\\victim" -> "../victim" [2022-03-05T21:37:22.610Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-05T21:37:22.610Z] === RUN TestUntarInvalidSymlink [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink40733837\\dest\\dotdot" -> "../victim/hello" [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink837973774\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1555135731\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1488097027\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink132253156\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink343382953\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:22.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2907749353\\dest\\dir\\loophole" -> "../../victim" [2022-03-05T21:37:22.610Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-05T21:37:22.610Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-05T21:37:22.610Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-05T21:37:22.610Z] === RUN TestXGlobalNoParent [2022-03-05T21:37:22.610Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-05T21:37:22.610Z] === RUN TestReplaceFileTarWrapper [2022-03-05T21:37:22.610Z] === RUN TestCreateIDMapOrder [2022-03-05T21:37:22.610Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-05T21:37:22.610Z] PASS [2022-03-05T21:37:22.610Z] coverage: 7.2% of statements [2022-03-05T21:37:22.610Z] ok github.com/docker/docker/pkg/idtools 0.042s coverage: 7.2% of statements [2022-03-05T21:37:22.610Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-03-05T21:37:22.610Z] === RUN TestPrefixHeaderReadable [2022-03-05T21:37:22.610Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-05T21:37:22.610Z] === RUN TestDisablePigz [2022-03-05T21:37:23.067Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-05T21:37:23.067Z] --- PASS: TestDisablePigz (0.15s) [2022-03-05T21:37:23.067Z] === RUN TestPigz [2022-03-05T21:37:23.067Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-03-05T21:37:23.067Z] === RUN TestNetworkDBNodeLeave [2022-03-05T21:37:23.067Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-05T21:37:23.067Z] --- PASS: TestPigz (0.17s) [2022-03-05T21:37:23.067Z] === RUN TestNosysFileInfo [2022-03-05T21:37:23.067Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-05T21:37:23.067Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T21:37:23.067Z] archive_windows_test.go:16: Currently fails [2022-03-05T21:37:23.067Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:37:23.067Z] === RUN TestCanonicalTarNameForPath [2022-03-05T21:37:23.067Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-05T21:37:23.067Z] === RUN TestCanonicalTarName [2022-03-05T21:37:23.067Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-05T21:37:23.067Z] === RUN TestChmodTarEntry [2022-03-05T21:37:23.067Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-05T21:37:23.067Z] === RUN TestHardLinkOrder [2022-03-05T21:37:23.527Z] --- PASS: TestHardLinkOrder (0.17s) [2022-03-05T21:37:23.527Z] === RUN TestChangeString [2022-03-05T21:37:23.527Z] --- PASS: TestChangeString (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesWithNoChanges [2022-03-05T21:37:23.527Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-05T21:37:23.527Z] === RUN TestChangesWithChanges [2022-03-05T21:37:23.527Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-05T21:37:23.527Z] === RUN TestChangesWithChangesGH13590 [2022-03-05T21:37:23.527Z] changes_test.go:195: needs more investigation [2022-03-05T21:37:23.527Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesDirsEmpty [2022-03-05T21:37:23.527Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:37:23.527Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesDirsMutated [2022-03-05T21:37:23.527Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:37:23.527Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestApplyLayer [2022-03-05T21:37:23.527Z] changes_test.go:432: needs further investigation [2022-03-05T21:37:23.527Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesSizeWithHardlinks [2022-03-05T21:37:23.527Z] changes_test.go:468: needs further investigation [2022-03-05T21:37:23.527Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesSizeWithNoChanges [2022-03-05T21:37:23.527Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-05T21:37:23.527Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestChangesSize [2022-03-05T21:37:23.527Z] --- PASS: TestChangesSize (0.01s) [2022-03-05T21:37:23.527Z] === RUN TestApplyLayerInvalidFilenames [2022-03-05T21:37:23.527Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3322425990\\dest" [2022-03-05T21:37:23.527Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-05T21:37:23.527Z] === RUN TestApplyLayerInvalidHardlink [2022-03-05T21:37:23.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3216598428\\victim\\hello" -> "../victim/hello" [2022-03-05T21:37:23.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink847241229\\victim\\hello" -> "/../victim/hello" [2022-03-05T21:37:23.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4229723397\\victim" -> "../victim" [2022-03-05T21:37:23.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3590164063\\victim" -> "../victim" [2022-03-05T21:37:23.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3077895419\\victim" -> "../victim" [2022-03-05T21:37:23.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3251608745\\victim" -> "../victim" [2022-03-05T21:37:23.527Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-05T21:37:23.527Z] === RUN TestApplyLayerInvalidSymlink [2022-03-05T21:37:23.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3320299220\\dest\\dotdot" -> "../victim/hello" [2022-03-05T21:37:23.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3607357729\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T21:37:23.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2601452425\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:23.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2297092251\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:23.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2325159732\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:23.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3325970563\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:37:23.527Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-03-05T21:37:23.527Z] === RUN TestApplyLayerWhiteouts [2022-03-05T21:37:23.527Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-05T21:37:23.527Z] === RUN TestGenerateEmptyFile [2022-03-05T21:37:23.527Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-05T21:37:23.527Z] === RUN TestGenerateWithContent [2022-03-05T21:37:23.527Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-05T21:37:23.527Z] PASS [2022-03-05T21:37:23.527Z] coverage: 62.0% of statements [2022-03-05T21:37:23.527Z] ok github.com/docker/docker/pkg/archive 8.868s coverage: 62.0% of statements [2022-03-05T21:37:23.984Z] === RUN TestFixedBufferCap [2022-03-05T21:37:23.984Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestFixedBufferLen [2022-03-05T21:37:23.984Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestFixedBufferString [2022-03-05T21:37:23.984Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestFixedBufferWrite [2022-03-05T21:37:23.984Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestFixedBufferRead [2022-03-05T21:37:23.984Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestBytesPipeRead [2022-03-05T21:37:23.984Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestBytesPipeWrite [2022-03-05T21:37:23.984Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-05T21:37:23.984Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-05T21:37:24.441Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-03-05T21:37:24.441Z] === RUN TestAtomicWriteToFile [2022-03-05T21:37:24.441Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-05T21:37:24.441Z] === RUN TestAtomicWriteSetCommit [2022-03-05T21:37:24.441Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-05T21:37:24.441Z] === RUN TestAtomicWriteSetCancel [2022-03-05T21:37:24.441Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-05T21:37:24.441Z] === RUN TestReadCloserWrapperClose [2022-03-05T21:37:24.441Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-05T21:37:24.441Z] === RUN TestReaderErrWrapperReadOnError [2022-03-05T21:37:24.441Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-05T21:37:24.441Z] === RUN TestReaderErrWrapperRead [2022-03-05T21:37:24.441Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-05T21:37:24.441Z] === RUN TestCancelReadCloser [2022-03-05T21:37:24.441Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-05T21:37:24.441Z] === RUN TestWriteCloserWrapperClose [2022-03-05T21:37:24.441Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-05T21:37:24.441Z] === RUN TestNopWriteCloser [2022-03-05T21:37:24.441Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-05T21:37:24.441Z] === RUN TestNopWriter [2022-03-05T21:37:24.441Z] --- PASS: TestNopWriter (0.00s) [2022-03-05T21:37:24.441Z] === RUN TestWriteCounter [2022-03-05T21:37:24.441Z] --- PASS: TestWriteCounter (0.00s) [2022-03-05T21:37:24.441Z] PASS [2022-03-05T21:37:24.441Z] coverage: 69.2% of statements [2022-03-05T21:37:24.441Z] ok github.com/docker/docker/pkg/ioutils 0.672s coverage: 69.2% of statements [2022-03-05T21:37:25.971Z] === RUN TestError [2022-03-05T21:37:25.971Z] --- PASS: TestError (0.00s) [2022-03-05T21:37:25.971Z] === RUN TestProgressString [2022-03-05T21:37:25.971Z] === RUN TestProgressString/no_progress [2022-03-05T21:37:25.971Z] === RUN TestProgressString/progress_1 [2022-03-05T21:37:25.971Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-05T21:37:25.971Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-05T21:37:25.971Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-05T21:37:25.971Z] === RUN TestProgressString/with_units [2022-03-05T21:37:25.971Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-05T21:37:25.971Z] === RUN TestProgressString/hide_counts [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-05T21:37:25.971Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-05T21:37:25.971Z] === RUN TestJSONMessageDisplay [2022-03-05T21:37:25.971Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-03-05T21:37:25.971Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-05T21:37:25.971Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-05T21:37:25.971Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-05T21:37:25.971Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-05T21:37:25.971Z] === RUN TestDisplayJSONMessagesStream [2022-03-05T21:37:25.971Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-05T21:37:25.971Z] PASS [2022-03-05T21:37:25.971Z] coverage: 91.7% of statements [2022-03-05T21:37:25.971Z] ok github.com/docker/docker/pkg/jsonmessage 0.229s coverage: 91.7% of statements [2022-03-05T21:37:25.971Z] --- PASS: TestNetworkDBNodeLeave (2.89s) [2022-03-05T21:37:25.971Z] === RUN TestNetworkDBWatch [2022-03-05T21:37:26.428Z] === RUN TestStandardLongPath [2022-03-05T21:37:26.428Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-05T21:37:26.428Z] === RUN TestUNCLongPath [2022-03-05T21:37:26.428Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-05T21:37:26.428Z] PASS [2022-03-05T21:37:26.428Z] coverage: 100.0% of statements [2022-03-05T21:37:26.428Z] ok github.com/docker/docker/pkg/longpath 0.043s coverage: 100.0% of statements [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite (334.23s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.99s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.71s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.52s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.32s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.33s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.44s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.41s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.96s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.53s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.00s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.94s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.18s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.15s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.31s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.14s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.58s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.20s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.60s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.34s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.50s) [2022-03-05T21:37:27.032Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.74s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.01s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.68s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.69s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.89s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.41s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.17s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.47s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.57s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.81s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.42s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.70s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.66s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.59s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.65s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.98s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.88s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.38s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.29s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.57s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.81s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.90s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.96s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.62s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.88s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.29s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.67s) [2022-03-05T21:37:27.032Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-05T21:37:27.032Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.87s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.86s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.60s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.35s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.80s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.21s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.67s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.26s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.16s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.68s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.69s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.63s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.56s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-03-05T21:37:27.032Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.51s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.27s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.91s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.75s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.92s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.61s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.46s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.81s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.52s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.20s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.33s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.15s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.58s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.91s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.30s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.28s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.12s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.10s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.11s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.05s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.29s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.27s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.75s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.78s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.35s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2022-03-05T21:37:27.033Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.82s) [2022-03-05T21:37:27.033Z] === RUN TestDockerSwarmSuite [2022-03-05T21:37:27.033Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-05T21:37:27.396Z] === RUN TestNameFormat [2022-03-05T21:37:27.396Z] --- PASS: TestNameFormat (0.00s) [2022-03-05T21:37:27.396Z] === RUN TestNameRetries [2022-03-05T21:37:27.396Z] --- PASS: TestNameRetries (0.00s) [2022-03-05T21:37:27.396Z] PASS [2022-03-05T21:37:27.396Z] coverage: 85.7% of statements [2022-03-05T21:37:27.396Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2022-03-05T21:37:27.852Z] 2022/03/05 21:37:27 Closing DB instances... [2022-03-05T21:37:27.852Z] === RUN TestParseKeyValueOpt [2022-03-05T21:37:27.852Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-05T21:37:27.852Z] === RUN TestParseUintList [2022-03-05T21:37:27.852Z] --- PASS: TestParseUintList (0.00s) [2022-03-05T21:37:27.852Z] === RUN TestParseUintListMaximumLimits [2022-03-05T21:37:27.852Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-05T21:37:27.852Z] PASS [2022-03-05T21:37:27.852Z] coverage: 97.0% of statements [2022-03-05T21:37:27.852Z] ok github.com/docker/docker/pkg/parsers 0.044s coverage: 97.0% of statements [2022-03-05T21:37:28.816Z] === RUN TestNewAndRemove [2022-03-05T21:37:28.816Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-05T21:37:28.816Z] === RUN TestRemoveInvalidPath [2022-03-05T21:37:28.816Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-05T21:37:28.816Z] PASS [2022-03-05T21:37:28.816Z] coverage: 82.6% of statements [2022-03-05T21:37:28.816Z] ok github.com/docker/docker/pkg/pidfile 0.046s coverage: 82.6% of statements [2022-03-05T21:37:28.816Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-05T21:37:28.816Z] === RUN TestNetworkDBBulkSync [2022-03-05T21:37:29.579Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-05T21:37:30.350Z] 2022/03/05 21:37:30 Closing DB instances... [2022-03-05T21:37:30.807Z] === RUN TestFailedConnection [2022-03-05T21:37:31.771Z] --- PASS: TestGetAddress (24.33s) [2022-03-05T21:37:31.771Z] === RUN TestRequestSyntaxCheck [2022-03-05T21:37:31.771Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-05T21:37:31.771Z] === RUN TestRequest [2022-03-05T21:37:31.771Z] --- PASS: TestNetworkDBBulkSync (2.85s) [2022-03-05T21:37:31.771Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-05T21:37:32.734Z] --- PASS: TestFailedConnection (2.09s) [2022-03-05T21:37:32.734Z] === RUN TestFailOnce [2022-03-05T21:37:32.734Z] 2022/03/05 21:37:32 http: panic serving 127.0.0.1:49291: Plugin not ready [2022-03-05T21:37:32.734Z] goroutine 34 [running]: [2022-03-05T21:37:32.734Z] net/http.(*conn).serve.func1() [2022-03-05T21:37:32.734Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T21:37:32.734Z] panic({0x58ca00, 0x6a09d0}) [2022-03-05T21:37:32.734Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T21:37:32.734Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xf6b02ae0a125ea2a}, 0xc000229a98) [2022-03-05T21:37:32.734Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-05T21:37:32.734Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x6ad900, 0xc0000a80e0}, 0x4c1d26) [2022-03-05T21:37:32.734Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T21:37:32.734Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x6ad900, 0xc0000a80e0}, 0xc000232000) [2022-03-05T21:37:32.734Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-05T21:37:32.734Z] net/http.serverHandler.ServeHTTP({0x6abff0}, {0x6ad900, 0xc0000a80e0}, 0xc000232000) [2022-03-05T21:37:32.734Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T21:37:32.734Z] net/http.(*conn).serve(0xc000220000, {0x6af900, 0xc0002020c0}) [2022-03-05T21:37:32.734Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T21:37:32.734Z] created by net/http.(*Server).Serve [2022-03-05T21:37:32.734Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T21:37:32.734Z] time="2022-03-05T21:37:32Z" 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-03-05T21:37:32.886Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-05T21:37:32.886Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T21:37:33.698Z] --- PASS: TestFailOnce (1.20s) [2022-03-05T21:37:33.699Z] === RUN TestEchoInputOutput [2022-03-05T21:37:33.699Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-05T21:37:33.699Z] === RUN TestBackoff [2022-03-05T21:37:33.699Z] --- PASS: TestBackoff (0.00s) [2022-03-05T21:37:33.699Z] === RUN TestAbortRetry [2022-03-05T21:37:33.699Z] --- PASS: TestAbortRetry (0.00s) [2022-03-05T21:37:33.699Z] === RUN TestClientScheme [2022-03-05T21:37:33.699Z] --- PASS: TestClientScheme (0.00s) [2022-03-05T21:37:33.699Z] === RUN TestNewClientWithTimeout [2022-03-05T21:37:34.156Z] time="2022-03-05T21:37:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-05T21:37:35.119Z] 2022/03/05 21:37:34 Closing DB instances... [2022-03-05T21:37:35.433Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T21:37:35.678Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-03-05T21:37:35.678Z] === RUN TestInfoDebug [2022-03-05T21:37:35.678Z] --- PASS: TestInfoDebug (0.53s) [2022-03-05T21:37:35.678Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:37:35.678Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-05T21:37:35.678Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:37:35.678Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-05T21:37:35.678Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:37:35.678Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-05T21:37:35.678Z] === RUN TestPingCacheHeaders [2022-03-05T21:37:35.678Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T21:37:35.678Z] === RUN TestPingGet [2022-03-05T21:37:35.678Z] --- PASS: TestPingGet (0.01s) [2022-03-05T21:37:35.678Z] === RUN TestPingHead [2022-03-05T21:37:35.678Z] --- PASS: TestPingHead (0.02s) [2022-03-05T21:37:35.678Z] === RUN TestVersion [2022-03-05T21:37:35.678Z] --- PASS: TestVersion (0.01s) [2022-03-05T21:37:35.678Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:37:35.678Z] === CONT TestDiskUsage [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T21:37:35.936Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T21:37:36.082Z] time="2022-03-05T21:37:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-05T21:37:36.194Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T21:37:36.194Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T21:37:36.194Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T21:37:36.194Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T21:37:36.194Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T21:37:36.452Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T21:37:37.019Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T21:37:37.019Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.43s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage (1.49s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.32s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run (0.52s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-05T21:37:37.019Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:37:37.019Z] PASS [2022-03-05T21:37:37.019Z] [2022-03-05T21:37:37.019Z] DONE 50 tests in 20.178s [2022-03-05T21:37:37.019Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T21:37:37.019Z] INFO: Testing against a local daemon [2022-03-05T21:37:37.019Z] === RUN TestVolumesCreateAndList [2022-03-05T21:37:37.019Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T21:37:37.019Z] === RUN TestVolumesRemove [2022-03-05T21:37:37.279Z] --- PASS: TestVolumesRemove (0.08s) [2022-03-05T21:37:37.279Z] === RUN TestVolumesInspect [2022-03-05T21:37:37.279Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-05T21:37:37.279Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:37:37.279Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:37:37.279Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:37:37.279Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:37:37.279Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-05T21:37:37.279Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T21:37:37.279Z] PASS [2022-03-05T21:37:37.279Z] [2022-03-05T21:37:37.279Z] DONE 5 tests in 0.168s [2022-03-05T21:37:37.279Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T21:37:37.348Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-05T21:37:37.847Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-05T21:37:37.847Z] Removing test suite binaries [2022-03-05T21:37:37.847Z] exiting test-integration [2022-03-05T21:37:37.847Z] ++ exit 0 [2022-03-05T21:37:37.847Z] [2022-03-05T21:37:38.250Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.11s) [2022-03-05T21:37:38.250Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-05T21:37:38.250Z] time="2022-03-05T21:37:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-05T21:37:39.214Z] --- PASS: TestRequest (7.46s) [2022-03-05T21:37:39.214Z] === RUN TestOverlappingRequests Post stage [Pipeline] junit [2022-03-05T21:37:39.236Z] Recording test results [2022-03-05T21:37:39.382Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T21:37:39.671Z] --- PASS: TestOverlappingRequests (0.39s) [2022-03-05T21:37:39.671Z] === RUN TestRelease [2022-03-05T21:37:39.735Z] + echo Ensuring container killed. [2022-03-05T21:37:39.735Z] Ensuring container killed. [2022-03-05T21:37:39.735Z] + docker rm -vf docker-pr2 [2022-03-05T21:37:39.735Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-05T21:37:40.016Z] + echo Chowning /workspace to jenkins user [2022-03-05T21:37:40.016Z] Chowning /workspace to jenkins user [2022-03-05T21:37:40.016Z] + id -u [2022-03-05T21:37:40.016Z] + id -g [2022-03-05T21:37:40.016Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T21:37:41.201Z] --- PASS: TestRelease (1.46s) [2022-03-05T21:37:41.201Z] === RUN TestAllocateRandomDeallocate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T21:37:41.692Z] + bundleName=amd64-cgroup2 [2022-03-05T21:37:41.692Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-05T21:37:41.692Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-05T21:37:41.692Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-05T21:37:41.692Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-05T21:37:41.962Z] Archiving artifacts [2022-03-05T21:37:42.243Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T21:37:42.552Z] + make clean [2022-03-05T21:37:42.552Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T21:37:42.552Z] docker-dev-cache [2022-03-05T21:37:42.552Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T21:37:42.730Z] time="2022-03-05T21:37:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-05T21:37:43.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T21:37:43.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T21:37:44.508Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T21:37:44.769Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T21:37:44.899Z] --- PASS: TestAllocateRandomDeallocate (4.00s) [2022-03-05T21:37:44.899Z] === RUN TestRetrieveFromStore [2022-03-05T21:37:46.154Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T21:37:46.154Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-05T21:37:46.154Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T21:37:46.416Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T21:37:46.429Z] --- PASS: TestRetrieveFromStore (1.39s) [2022-03-05T21:37:46.429Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-05T21:37:46.429Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-05T21:37:46.429Z] === RUN TestParallelPredefinedRequest1 [2022-03-05T21:37:46.429Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-05T21:37:46.429Z] === RUN TestParallelPredefinedRequest2 [2022-03-05T21:37:46.429Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-05T21:37:46.429Z] === RUN TestParallelPredefinedRequest3 [2022-03-05T21:37:46.429Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-05T21:37:46.429Z] === RUN TestParallelPredefinedRequest4 [2022-03-05T21:37:46.429Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-05T21:37:46.429Z] === RUN TestParallelPredefinedRequest5 [2022-03-05T21:37:46.429Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-05T21:37:46.429Z] === RUN TestDebug [2022-03-05T21:37:46.429Z] --- PASS: TestDebug (0.00s) [2022-03-05T21:37:46.429Z] === RUN TestRequestPoolParallel [2022-03-05T21:37:46.886Z] --- PASS: TestRequestPoolParallel (0.40s) [2022-03-05T21:37:46.886Z] === RUN TestFullAllocateRelease [2022-03-05T21:37:47.343Z] --- PASS: TestFullAllocateRelease (0.50s) [2022-03-05T21:37:47.343Z] === RUN TestOddAllocateRelease [2022-03-05T21:37:47.343Z] --- PASS: TestOddAllocateRelease (0.28s) [2022-03-05T21:37:47.343Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-05T21:37:47.801Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-05T21:37:47.801Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-05T21:37:47.801Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-05T21:37:47.801Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-05T21:37:47.801Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T21:37:47.801Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T21:37:47.801Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T21:37:47.801Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:37:47.801Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T21:37:47.801Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:37:47.801Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T21:37:47.801Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:37:47.801Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:37:47.801Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:37:47.801Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:37:47.801Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:37:47.801Z] PASS [2022-03-05T21:37:47.801Z] coverage: 85.3% of statements [2022-03-05T21:37:47.801Z] ok github.com/docker/docker/libnetwork/ipam 48.287s coverage: 85.3% of statements [2022-03-05T21:37:49.331Z] === RUN TestParseEmptyInterface [2022-03-05T21:37:49.332Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestParseNonInterfaceType [2022-03-05T21:37:49.332Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestParseWithOneFunction [2022-03-05T21:37:49.332Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestParseWithMultipleFuncs [2022-03-05T21:37:49.332Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestParseWithUnnamedReturn [2022-03-05T21:37:49.332Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestEmbeddedInterface [2022-03-05T21:37:49.332Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestParsedImports [2022-03-05T21:37:49.332Z] --- PASS: TestParsedImports (0.00s) [2022-03-05T21:37:49.332Z] === RUN TestAliasedImports [2022-03-05T21:37:49.332Z] --- PASS: TestAliasedImports (0.00s) [2022-03-05T21:37:49.332Z] PASS [2022-03-05T21:37:49.332Z] coverage: 56.8% of statements [2022-03-05T21:37:49.332Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.056s coverage: 56.8% of statements [2022-03-05T21:37:50.295Z] === RUN TestHTTPTransport [2022-03-05T21:37:50.295Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-05T21:37:50.295Z] PASS [2022-03-05T21:37:50.295Z] coverage: 85.7% of statements [2022-03-05T21:37:50.295Z] ok github.com/docker/docker/pkg/plugins/transport 0.043s coverage: 85.7% of statements [2022-03-05T21:37:50.677Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-05T21:37:50.806Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-05T21:37:50.806Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T21:37:50.806Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-05T21:37:50.806Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-05T21:37:50.806Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-05T21:37:50.806Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-05T21:37:50.806Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-05T21:37:50.806Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T21:37:50.806Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-05T21:37:50.806Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-05T21:37:50.806Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-05T21:37:50.806Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-05T21:37:50.806Z] === RUN TestBufferPoolPutAndGet [2022-03-05T21:37:50.806Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-05T21:37:50.806Z] PASS [2022-03-05T21:37:50.806Z] coverage: 88.2% of statements [2022-03-05T21:37:50.806Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-03-05T21:37:51.264Z] === RUN TestOutputOnPrematureClose [2022-03-05T21:37:51.264Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-05T21:37:51.264Z] === RUN TestCompleteSilently [2022-03-05T21:37:51.264Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-05T21:37:51.264Z] PASS [2022-03-05T21:37:51.264Z] coverage: 75.9% of statements [2022-03-05T21:37:51.264Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2022-03-05T21:37:51.264Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-05T21:37:51.264Z] === RUN TestClientStream [2022-03-05T21:37:51.264Z] --- PASS: TestClientStream (0.00s) [2022-03-05T21:37:51.264Z] === RUN TestClientSendFile [2022-03-05T21:37:51.264Z] --- PASS: TestClientSendFile (0.00s) [2022-03-05T21:37:51.264Z] === RUN TestClientWithRequestTimeout [2022-03-05T21:37:51.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-05T21:37:51.721Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-05T21:37:51.721Z] === RUN TestFileSpecPlugin [2022-03-05T21:37:51.721Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-05T21:37:51.721Z] === RUN TestFileJSONSpecPlugin [2022-03-05T21:37:51.721Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-05T21:37:51.721Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-05T21:37:51.721Z] === RUN TestPluginAddHandler [2022-03-05T21:37:51.721Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestPluginWaitBadPlugin [2022-03-05T21:37:51.721Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestGet [2022-03-05T21:37:51.721Z] time="2022-03-05T21:37:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-05T21:37:51.721Z] === RUN TestSendToOneSub [2022-03-05T21:37:51.721Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestSendToMultipleSubs [2022-03-05T21:37:51.721Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestEvictOneSub [2022-03-05T21:37:51.721Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestClosePublisher [2022-03-05T21:37:51.721Z] --- PASS: TestClosePublisher (0.00s) [2022-03-05T21:37:51.721Z] === RUN TestPubSubRace [2022-03-05T21:37:52.685Z] time="2022-03-05T21:37:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-05T21:37:52.685Z] --- PASS: TestPubSubRace (1.05s) [2022-03-05T21:37:52.685Z] PASS [2022-03-05T21:37:52.685Z] coverage: 75.0% of statements [2022-03-05T21:37:52.685Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 75.0% of statements [2022-03-05T21:37:53.229Z] --- PASS: TestBuildWithHugeFile (34.98s) [2022-03-05T21:37:53.229Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:37:53.229Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:37:53.229Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:37:53.229Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:37:53.229Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:37:53.229Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:37:53.229Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:37:53.229Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:37:53.229Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:37:53.229Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:37:53.229Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:37:53.229Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:37:53.229Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:37:53.229Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-05T21:37:53.229Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-03-05T21:37:53.229Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-05T21:37:53.229Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-05T21:37:53.229Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:37:53.229Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T21:37:53.229Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T21:37:53.229Z] --- PASS: TestBuildPreserveOwnership (2.65s) [2022-03-05T21:37:53.229Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.69s) [2022-03-05T21:37:53.229Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s) [2022-03-05T21:37:53.229Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:37:53.229Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-05T21:37:53.229Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T21:37:53.229Z] Loaded image: busybox:latest [2022-03-05T21:37:53.229Z] Loaded image: busybox:glibc [2022-03-05T21:37:53.648Z] === RUN TestRegister [2022-03-05T21:37:53.648Z] --- PASS: TestRegister (0.00s) [2022-03-05T21:37:53.648Z] === RUN TestCommand [2022-03-05T21:37:53.648Z] --- PASS: TestCommand (0.03s) [2022-03-05T21:37:53.648Z] === RUN TestNaiveSelf [2022-03-05T21:37:53.648Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-05T21:37:53.648Z] PASS [2022-03-05T21:37:53.648Z] coverage: 82.4% of statements [2022-03-05T21:37:53.648Z] ok github.com/docker/docker/pkg/reexec 0.112s coverage: 82.4% of statements [2022-03-05T21:37:53.800Z] Loaded image: debian:bullseye-slim [2022-03-05T21:37:54.060Z] Loaded image: hello-world:latest [2022-03-05T21:37:54.060Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T21:37:54.105Z] === RUN TestDump [2022-03-05T21:37:54.105Z] goroutine 6 [running]: [2022-03-05T21:37:54.105Z] github.com/docker/docker/pkg/stack.dump(0xc0b9d7) [2022-03-05T21:37:54.105Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T21:37:54.105Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-05T21:37:54.105Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-05T21:37:54.105Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-05T21:37:54.105Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-05T21:37:54.105Z] testing.tRunner(0xc00015a1a0, 0xd7a190) [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:37:54.105Z] created by testing.(*T).Run [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T21:37:54.105Z] [2022-03-05T21:37:54.105Z] goroutine 1 [chan receive]: [2022-03-05T21:37:54.105Z] testing.(*T).Run(0xc00015a000, {0xd6b7b1, 0xbea733}, 0xd7a190) [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T21:37:54.105Z] testing.runTests.func1(0xc000068840) [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T21:37:54.105Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:37:54.105Z] testing.runTests(0xc000076080, {0xedec20, 0x3, 0x3}, {0xc0ac2d, 0xd6d4ab, 0xee36e0}) [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T21:37:54.105Z] testing.(*M).Run(0xc000076080) [2022-03-05T21:37:54.105Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T21:37:54.105Z] main.main() [2022-03-05T21:37:54.105Z] _testmain.go:95 +0x1f5 [2022-03-05T21:37:54.105Z] --- PASS: TestDump (0.00s) [2022-03-05T21:37:54.105Z] === RUN TestDumpToFile [2022-03-05T21:37:54.562Z] --- PASS: TestDumpToFile (0.18s) [2022-03-05T21:37:54.562Z] === RUN TestDumpToFileWithEmptyInput [2022-03-05T21:37:54.562Z] goroutine 8 [running]: [2022-03-05T21:37:54.562Z] github.com/docker/docker/pkg/stack.dump(0xc78bb4) [2022-03-05T21:37:54.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T21:37:54.562Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xc78f60}) [2022-03-05T21:37:54.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-05T21:37:54.562Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-05T21:37:54.562Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-05T21:37:54.562Z] testing.tRunner(0xc00015a680, 0xd7a180) [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:37:54.562Z] created by testing.(*T).Run [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T21:37:54.562Z] [2022-03-05T21:37:54.562Z] goroutine 1 [chan receive]: [2022-03-05T21:37:54.562Z] testing.(*T).Run(0xc00015a000, {0xd72596, 0xbea733}, 0xd7a180) [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T21:37:54.562Z] testing.runTests.func1(0xc000068840) [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T21:37:54.562Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:37:54.562Z] testing.runTests(0xc000076080, {0xedec20, 0x3, 0x3}, {0xc0ac2d, 0xd6d4ab, 0xee36e0}) [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T21:37:54.562Z] testing.(*M).Run(0xc000076080) [2022-03-05T21:37:54.562Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T21:37:54.562Z] main.main() [2022-03-05T21:37:54.562Z] _testmain.go:95 +0x1f5 [2022-03-05T21:37:54.562Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-05T21:37:54.562Z] PASS [2022-03-05T21:37:54.562Z] coverage: 90.9% of statements [2022-03-05T21:37:54.562Z] ok github.com/docker/docker/pkg/stack 0.227s coverage: 90.9% of statements [2022-03-05T21:37:54.562Z] time="2022-03-05T21:37:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-05T21:37:54.920Z] docker_api_swarm_test.go:563: [df53f9f19e7d4] joining swarm manager [d5382797df3c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:37:55.019Z] === RUN TestNewStdWriter [2022-03-05T21:37:55.019Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-05T21:37:55.019Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestWriteWithNilBytes [2022-03-05T21:37:55.019Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestWrite [2022-03-05T21:37:55.019Z] --- PASS: TestWrite (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestWriteWithWriterError [2022-03-05T21:37:55.019Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-05T21:37:55.019Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyWriteAndRead [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-05T21:37:55.019Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-05T21:37:55.019Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-05T21:37:55.019Z] PASS [2022-03-05T21:37:55.019Z] coverage: 100.0% of statements [2022-03-05T21:37:55.019Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2022-03-05T21:37:55.864Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T21:37:55.982Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-05T21:37:55.982Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-05T21:37:55.982Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestFormatStatus [2022-03-05T21:37:55.982Z] --- PASS: TestFormatStatus (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestFormatError [2022-03-05T21:37:55.982Z] --- PASS: TestFormatError (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestFormatJSONError [2022-03-05T21:37:55.982Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-05T21:37:55.982Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-05T21:37:55.982Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestNewJSONProgressOutput [2022-03-05T21:37:55.982Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestAuxFormatterEmit [2022-03-05T21:37:55.982Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestStreamWriterStdout [2022-03-05T21:37:55.982Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-05T21:37:55.982Z] === RUN TestStreamWriterStderr [2022-03-05T21:37:55.982Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-05T21:37:55.982Z] PASS [2022-03-05T21:37:55.983Z] coverage: 66.2% of statements [2022-03-05T21:37:55.983Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 66.2% of statements [2022-03-05T21:37:56.437Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T21:37:56.439Z] === RUN TestGenerateRandomID [2022-03-05T21:37:56.439Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-05T21:37:56.439Z] === RUN TestShortenId [2022-03-05T21:37:56.439Z] --- PASS: TestShortenId (0.00s) [2022-03-05T21:37:56.439Z] === RUN TestShortenSha256Id [2022-03-05T21:37:56.439Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-05T21:37:56.439Z] === RUN TestShortenIdEmpty [2022-03-05T21:37:56.439Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-05T21:37:56.439Z] === RUN TestShortenIdInvalid [2022-03-05T21:37:56.439Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-05T21:37:56.439Z] === RUN TestIsShortIDNonHex [2022-03-05T21:37:56.439Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-05T21:37:56.439Z] === RUN TestIsShortIDNotCorrectSize [2022-03-05T21:37:56.439Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-05T21:37:56.439Z] PASS [2022-03-05T21:37:56.439Z] coverage: 70.6% of statements [2022-03-05T21:37:56.439Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2022-03-05T21:37:57.009Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T21:37:57.403Z] === RUN TestIsCpusetListAvailable [2022-03-05T21:37:57.403Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-05T21:37:57.403Z] PASS [2022-03-05T21:37:57.403Z] coverage: 39.4% of statements [2022-03-05T21:37:57.403Z] ok github.com/docker/docker/pkg/sysinfo 0.030s coverage: 39.4% of statements [2022-03-05T21:37:57.589Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T21:37:57.856Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T21:37:58.367Z] time="2022-03-05T21:37:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-05T21:37:58.485Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-05T21:37:58.811Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T21:37:58.811Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T21:37:58.824Z] === RUN TestChtimes [2022-03-05T21:37:58.824Z] --- PASS: TestChtimes (0.00s) [2022-03-05T21:37:58.824Z] === RUN TestChtimesWindows [2022-03-05T21:37:58.824Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-05T21:37:58.824Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-05T21:37:58.824Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-05T21:37:58.824Z] PASS [2022-03-05T21:37:58.824Z] coverage: 12.9% of statements [2022-03-05T21:37:58.824Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 12.9% of statements [2022-03-05T21:37:59.281Z] === RUN TestTailFile [2022-03-05T21:37:59.281Z] --- PASS: TestTailFile (0.00s) [2022-03-05T21:37:59.281Z] === RUN TestTailFileManyLines [2022-03-05T21:37:59.281Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-05T21:37:59.281Z] === RUN TestTailEmptyFile [2022-03-05T21:37:59.281Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-05T21:37:59.281Z] === RUN TestTailNegativeN [2022-03-05T21:37:59.281Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/truncated_last_line [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.281Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.281Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.739Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.739Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.739Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.740Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.740Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.741Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:37:59.743Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:37:59.743Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.744Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:37:59.744Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:37:59.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:38:00.202Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:38:00.202Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.202Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.202Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.202Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.202Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:38:00.202Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:38:00.203Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:38:00.203Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:38:00.204Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:38:00.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:38:00.206Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:38:00.206Z] PASS [2022-03-05T21:38:00.206Z] coverage: 88.6% of statements [2022-03-05T21:38:00.206Z] ok github.com/docker/docker/pkg/tailfile 0.200s coverage: 88.6% of statements [2022-03-05T21:38:00.206Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T21:38:00.206Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T21:38:00.206Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T21:38:00.206Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-05T21:38:00.662Z] === RUN TestTarSumRemoveNonExistent [2022-03-05T21:38:00.662Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestTarSumRemove [2022-03-05T21:38:00.662Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestSortFileInfoSums [2022-03-05T21:38:00.662Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestNewTarSumForLabelInvalid [2022-03-05T21:38:00.662Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestNewTarSumForLabel [2022-03-05T21:38:00.662Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestEmptyTar [2022-03-05T21:38:00.662Z] --- PASS: TestEmptyTar (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestTarSumsReadSize [2022-03-05T21:38:00.662Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestTarSums [2022-03-05T21:38:00.662Z] --- PASS: TestTarSums (0.06s) [2022-03-05T21:38:00.662Z] === RUN TestIteration [2022-03-05T21:38:00.662Z] --- PASS: TestIteration (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestVersionLabelForChecksum [2022-03-05T21:38:00.662Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestVersion [2022-03-05T21:38:00.662Z] --- PASS: TestVersion (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestGetVersion [2022-03-05T21:38:00.662Z] --- PASS: TestGetVersion (0.00s) [2022-03-05T21:38:00.662Z] === RUN TestGetVersions [2022-03-05T21:38:00.662Z] --- PASS: TestGetVersions (0.00s) [2022-03-05T21:38:00.662Z] PASS [2022-03-05T21:38:00.662Z] coverage: 89.3% of statements [2022-03-05T21:38:00.662Z] ok github.com/docker/docker/pkg/tarsum 0.122s coverage: 89.3% of statements [2022-03-05T21:38:00.724Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T21:38:01.119Z] testing: warning: no tests to run [2022-03-05T21:38:01.119Z] PASS [2022-03-05T21:38:01.119Z] coverage: [no statements] [2022-03-05T21:38:01.119Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2022-03-05T21:38:01.576Z] === RUN TestTruncIndex [2022-03-05T21:38:01.576Z] --- PASS: TestTruncIndex (0.10s) [2022-03-05T21:38:01.576Z] PASS [2022-03-05T21:38:01.576Z] coverage: 91.5% of statements [2022-03-05T21:38:01.576Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-03-05T21:38:01.576Z] === RUN TestIsGIT [2022-03-05T21:38:01.576Z] --- PASS: TestIsGIT (0.00s) [2022-03-05T21:38:01.576Z] === RUN TestIsTransport [2022-03-05T21:38:01.576Z] --- PASS: TestIsTransport (0.00s) [2022-03-05T21:38:01.576Z] PASS [2022-03-05T21:38:01.576Z] coverage: 100.0% of statements [2022-03-05T21:38:01.576Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-03-05T21:38:02.033Z] === RUN TestVersionInfo [2022-03-05T21:38:02.033Z] --- PASS: TestVersionInfo (0.00s) [2022-03-05T21:38:02.033Z] === RUN TestAppendVersions [2022-03-05T21:38:02.033Z] --- PASS: TestAppendVersions (0.00s) [2022-03-05T21:38:02.033Z] PASS [2022-03-05T21:38:02.033Z] coverage: 88.9% of statements [2022-03-05T21:38:02.033Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2022-03-05T21:38:02.197Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.89s) [2022-03-05T21:38:02.198Z] PASS [2022-03-05T21:38:02.198Z] [2022-03-05T21:38:02.198Z] === Skipped [2022-03-05T21:38:02.198Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-05T21:38:02.198Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:38:02.198Z] [2022-03-05T21:38:02.198Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:38:02.198Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:38:02.198Z] [2022-03-05T21:38:02.198Z] DONE 34 tests, 2 skipped in 64.222s [2022-03-05T21:38:02.198Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T21:38:02.198Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:38:02.198Z] ++ set -e [2022-03-05T21:38:02.198Z] ++ '[' -n 0 ']' [2022-03-05T21:38:02.198Z] ++ set -x [2022-03-05T21:38:02.198Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:38:02.198Z] INFO: Testing against a local daemon [2022-03-05T21:38:02.198Z] === RUN TestConfigInspect [2022-03-05T21:38:02.638Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T21:38:03.150Z] --- PASS: TestConfigInspect (2.14s) [2022-03-05T21:38:03.150Z] === RUN TestConfigList [2022-03-05T21:38:03.568Z] === RUN TestValidatePrivileges [2022-03-05T21:38:03.568Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-05T21:38:03.568Z] === RUN TestFilterByCapNeg [2022-03-05T21:38:03.568Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-05T21:38:03.568Z] === RUN TestFilterByCapPos [2022-03-05T21:38:03.568Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-05T21:38:03.568Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-05T21:38:03.568Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-05T21:38:03.568Z] PASS [2022-03-05T21:38:03.568Z] coverage: 12.0% of statements [2022-03-05T21:38:03.568Z] ok github.com/docker/docker/plugin 0.069s coverage: 12.0% of statements [2022-03-05T21:38:03.568Z] === RUN TestNewSettable [2022-03-05T21:38:03.568Z] --- PASS: TestNewSettable (0.00s) [2022-03-05T21:38:03.568Z] === RUN TestIsSettable [2022-03-05T21:38:03.568Z] --- PASS: TestIsSettable (0.00s) [2022-03-05T21:38:03.568Z] === RUN TestUpdateSettingsEnv [2022-03-05T21:38:03.568Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-05T21:38:03.568Z] PASS [2022-03-05T21:38:03.568Z] coverage: 20.0% of statements [2022-03-05T21:38:03.568Z] ok github.com/docker/docker/plugin/v2 0.045s coverage: 20.0% of statements [2022-03-05T21:38:04.023Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T21:38:04.532Z] === RUN TestLoad [2022-03-05T21:38:04.532Z] --- PASS: TestLoad (0.00s) [2022-03-05T21:38:04.532Z] === RUN TestSave [2022-03-05T21:38:04.532Z] --- PASS: TestSave (0.03s) [2022-03-05T21:38:04.532Z] === RUN TestAddDeleteGet [2022-03-05T21:38:04.532Z] --- PASS: TestAddDeleteGet (0.06s) [2022-03-05T21:38:04.532Z] === RUN TestInvalidTags [2022-03-05T21:38:04.532Z] --- PASS: TestInvalidTags (0.01s) [2022-03-05T21:38:04.532Z] PASS [2022-03-05T21:38:04.532Z] coverage: 83.7% of statements [2022-03-05T21:38:04.532Z] ok github.com/docker/docker/reference 0.140s coverage: 83.7% of statements [2022-03-05T21:38:05.495Z] === RUN TestResolveAuthConfigIndexServer [2022-03-05T21:38:05.495Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-05T21:38:05.495Z] === RUN TestResolveAuthConfigFullURL [2022-03-05T21:38:05.495Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-05T21:38:05.495Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-05T21:38:05.495Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-05T21:38:05.495Z] === RUN TestValidateMirror [2022-03-05T21:38:05.495Z] --- PASS: TestValidateMirror (0.00s) [2022-03-05T21:38:05.495Z] === RUN TestLoadInsecureRegistries [2022-03-05T21:38:05.691Z] --- PASS: TestConfigList (2.10s) [2022-03-05T21:38:05.691Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:38:05.939Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T21:38:05.951Z] time="2022-03-05T21:38:05Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T21:38:05.952Z] time="2022-03-05T21:38:05Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-05T21:38:05.952Z] time="2022-03-05T21:38:05Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T21:38:05.952Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-03-05T21:38:05.952Z] === RUN TestNewServiceConfig [2022-03-05T21:38:05.952Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestValidateIndexName [2022-03-05T21:38:05.952Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestValidateIndexNameWithError [2022-03-05T21:38:05.952Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestEndpointParse [2022-03-05T21:38:05.952Z] --- PASS: TestEndpointParse (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestEndpointParseInvalid [2022-03-05T21:38:05.952Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestValidateEndpoint [2022-03-05T21:38:05.952Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-05T21:38:05.952Z] === RUN TestPing [2022-03-05T21:38:05.952Z] --- PASS: TestPing (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestPingRegistryEndpoint [2022-03-05T21:38:05.952Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:05.952Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestEndpoint [2022-03-05T21:38:05.952Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:05.952Z] --- SKIP: TestEndpoint (0.01s) [2022-03-05T21:38:05.952Z] === RUN TestParseRepositoryInfo [2022-03-05T21:38:05.952Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestNewIndexInfo [2022-03-05T21:38:05.952Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestMirrorEndpointLookup [2022-03-05T21:38:05.952Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:05.952Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestSearchRepositories [2022-03-05T21:38:05.952Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-05T21:38:05.952Z] Host: 127.0.0.1:49316 [2022-03-05T21:38:05.952Z] User-Agent: docker test client [2022-03-05T21:38:05.952Z] Authorization: Token fake-token [2022-03-05T21:38:05.952Z] X-Docker-Token: true [2022-03-05T21:38:05.952Z] Accept-Encoding: gzip [2022-03-05T21:38:05.952Z] [2022-03-05T21:38:05.952Z] [2022-03-05T21:38:05.952Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-05T21:38:05.952Z] Connection: close [2022-03-05T21:38:05.952Z] Content-Length: 144 [2022-03-05T21:38:05.952Z] Cache-Control: no-cache [2022-03-05T21:38:05.952Z] Content-Type: application/json [2022-03-05T21:38:05.952Z] Date: Sat, 05 Mar 2022 21:38:05 GMT [2022-03-05T21:38:05.952Z] Expires: -1 [2022-03-05T21:38:05.952Z] Pragma: no-cache [2022-03-05T21:38:05.952Z] Server: docker-tests/mock [2022-03-05T21:38:05.952Z] X-Docker-Registry-Config: mock [2022-03-05T21:38:05.952Z] X-Docker-Registry-Version: 0.0.0 [2022-03-05T21:38:05.952Z] [2022-03-05T21:38:05.952Z] [2022-03-05T21:38:05.952Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestTrustedLocation [2022-03-05T21:38:05.952Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-05T21:38:05.952Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestAllowNondistributableArtifacts [2022-03-05T21:38:05.952Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestIsSecureIndex [2022-03-05T21:38:05.952Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-05T21:38:05.952Z] PASS [2022-03-05T21:38:05.952Z] coverage: 51.2% of statements [2022-03-05T21:38:05.952Z] ok github.com/docker/docker/registry 0.292s coverage: 51.2% of statements [2022-03-05T21:38:05.952Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-05T21:38:05.952Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-05T21:38:05.952Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-05T21:38:05.952Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-05T21:38:05.952Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-05T21:38:05.952Z] === RUN TestResumableRequestReaderWithReadError [2022-03-05T21:38:06.199Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T21:38:06.409Z] time="2022-03-05T21:38:05Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-05T21:38:06.409Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-03-05T21:38:06.409Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-05T21:38:06.409Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-05T21:38:06.409Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-05T21:38:06.409Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-05T21:38:06.409Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-05T21:38:06.409Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-05T21:38:06.409Z] === RUN TestResumableRequestReader [2022-03-05T21:38:06.409Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-05T21:38:06.409Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-05T21:38:06.409Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-05T21:38:06.409Z] PASS [2022-03-05T21:38:06.409Z] coverage: 100.0% of statements [2022-03-05T21:38:06.409Z] ok github.com/docker/docker/registry/resumable 0.271s coverage: 100.0% of statements [2022-03-05T21:38:06.409Z] === RUN TestRestartManagerTimeout [2022-03-05T21:38:06.409Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-05T21:38:06.409Z] === RUN TestRestartManagerTimeoutReset [2022-03-05T21:38:06.409Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-05T21:38:06.409Z] PASS [2022-03-05T21:38:06.409Z] coverage: 50.9% of statements [2022-03-05T21:38:06.409Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2022-03-05T21:38:06.409Z] --- PASS: TestGet (15.01s) [2022-03-05T21:38:06.409Z] === RUN TestPluginWithNoManifest [2022-03-05T21:38:06.409Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-05T21:38:06.409Z] === RUN TestGetAll [2022-03-05T21:38:06.409Z] --- PASS: TestGetAll (0.01s) [2022-03-05T21:38:06.409Z] PASS [2022-03-05T21:38:06.409Z] coverage: 73.2% of statements [2022-03-05T21:38:06.409Z] ok github.com/docker/docker/pkg/plugins 36.011s coverage: 73.2% of statements [2022-03-05T21:38:07.142Z] docker_api_swarm_test.go:585: [d5752d553409f] joining swarm manager [d5382797df3c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:38:07.142Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T21:38:07.374Z] === RUN TestDecodeContainerConfig [2022-03-05T21:38:07.374Z] --- PASS: TestDecodeContainerConfig (0.01s) [2022-03-05T21:38:07.374Z] === RUN TestDecodeContainerConfigIsolation [2022-03-05T21:38:07.374Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-05T21:38:07.374Z] === RUN TestValidatePrivileged [2022-03-05T21:38:07.374Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-05T21:38:07.374Z] PASS [2022-03-05T21:38:07.374Z] coverage: 52.6% of statements [2022-03-05T21:38:07.374Z] ok github.com/docker/docker/runconfig 0.287s coverage: 52.6% of statements [2022-03-05T21:38:07.601Z] --- PASS: TestConfigsCreateAndDelete (2.10s) [2022-03-05T21:38:07.601Z] === RUN TestConfigsUpdate [2022-03-05T21:38:07.831Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-05T21:38:07.831Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-05T21:38:07.831Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-05T21:38:07.831Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-05T21:38:07.831Z] PASS [2022-03-05T21:38:07.831Z] coverage: 62.5% of statements [2022-03-05T21:38:07.831Z] ok github.com/docker/docker/testutil 0.088s coverage: 62.5% of statements [2022-03-05T21:38:09.512Z] --- PASS: TestConfigsUpdate (2.07s) [2022-03-05T21:38:09.512Z] === RUN TestTemplatedConfig [2022-03-05T21:38:09.689Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T21:38:09.689Z] check_test.go:379: [df53f9f19e7d4] daemon is not started [2022-03-05T21:38:10.633Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T21:38:10.633Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T21:38:10.730Z] === RUN TestGetDriver [2022-03-05T21:38:10.730Z] --- PASS: TestGetDriver (0.00s) [2022-03-05T21:38:10.730Z] === RUN TestVolumeRequestError [2022-03-05T21:38:10.730Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-05T21:38:10.730Z] PASS [2022-03-05T21:38:10.730Z] coverage: 36.1% of statements [2022-03-05T21:38:10.730Z] ok github.com/docker/docker/volume/drivers 0.066s coverage: 36.1% of statements [2022-03-05T21:38:11.187Z] === RUN TestGetAddress [2022-03-05T21:38:11.187Z] --- PASS: TestGetAddress (0.00s) [2022-03-05T21:38:11.187Z] === RUN TestRemove [2022-03-05T21:38:11.187Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T21:38:11.187Z] --- SKIP: TestRemove (0.00s) [2022-03-05T21:38:11.187Z] === RUN TestInitializeWithVolumes [2022-03-05T21:38:11.187Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-05T21:38:11.187Z] === RUN TestCreate [2022-03-05T21:38:11.187Z] --- PASS: TestCreate (0.01s) [2022-03-05T21:38:11.187Z] === RUN TestValidateName [2022-03-05T21:38:11.187Z] --- PASS: TestValidateName (0.00s) [2022-03-05T21:38:11.187Z] === RUN TestCreateWithOpts [2022-03-05T21:38:11.187Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T21:38:11.187Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-05T21:38:11.187Z] === RUN TestRelaodNoOpts [2022-03-05T21:38:11.187Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-05T21:38:11.187Z] PASS [2022-03-05T21:38:11.187Z] coverage: 41.5% of statements [2022-03-05T21:38:11.187Z] ok github.com/docker/docker/volume/local 0.104s coverage: 41.5% of statements [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRaw [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-05T21:38:11.645Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRaw [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-05T21:38:11.645Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestConvertTmpfsOptions [2022-03-05T21:38:11.645Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-05T21:38:11.645Z] linux_parser_test.go:209: data="ro" [2022-03-05T21:38:11.645Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestParseMountSpec [2022-03-05T21:38:11.645Z] parser_test.go:62: case 0 [2022-03-05T21:38:11.645Z] parser_test.go:62: case 1 [2022-03-05T21:38:11.645Z] parser_test.go:62: case 2 [2022-03-05T21:38:11.645Z] parser_test.go:62: case 3 [2022-03-05T21:38:11.645Z] parser_test.go:62: case 4 [2022-03-05T21:38:11.645Z] parser_test.go:62: case 5 [2022-03-05T21:38:11.645Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestValidateMount [2022-03-05T21:38:11.645Z] --- PASS: TestValidateMount (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRaw [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T21:38:11.645Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-05T21:38:11.645Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T21:38:11.645Z] PASS [2022-03-05T21:38:11.645Z] coverage: 67.6% of statements [2022-03-05T21:38:11.645Z] ok github.com/docker/docker/volume/mounts 0.069s coverage: 67.6% of statements [2022-03-05T21:38:12.053Z] --- PASS: TestTemplatedConfig (2.37s) [2022-03-05T21:38:12.053Z] === RUN TestConfigCreateResolve [2022-03-05T21:38:12.546Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T21:38:12.608Z] === RUN TestSetGetMeta [2022-03-05T21:38:12.608Z] === PAUSE TestSetGetMeta [2022-03-05T21:38:12.608Z] === RUN TestRestore [2022-03-05T21:38:12.608Z] === PAUSE TestRestore [2022-03-05T21:38:12.608Z] === RUN TestServiceCreate [2022-03-05T21:38:12.608Z] === PAUSE TestServiceCreate [2022-03-05T21:38:12.608Z] === RUN TestServiceList [2022-03-05T21:38:12.608Z] === PAUSE TestServiceList [2022-03-05T21:38:12.608Z] === RUN TestServiceRemove [2022-03-05T21:38:12.608Z] === PAUSE TestServiceRemove [2022-03-05T21:38:12.608Z] === RUN TestServiceGet [2022-03-05T21:38:12.608Z] === PAUSE TestServiceGet [2022-03-05T21:38:12.608Z] === RUN TestServicePrune [2022-03-05T21:38:12.608Z] === PAUSE TestServicePrune [2022-03-05T21:38:12.608Z] === RUN TestCreate [2022-03-05T21:38:12.608Z] === PAUSE TestCreate [2022-03-05T21:38:12.608Z] === RUN TestRemove [2022-03-05T21:38:12.608Z] === PAUSE TestRemove [2022-03-05T21:38:12.608Z] === RUN TestList [2022-03-05T21:38:12.608Z] === PAUSE TestList [2022-03-05T21:38:12.608Z] === RUN TestFindByDriver [2022-03-05T21:38:12.608Z] === PAUSE TestFindByDriver [2022-03-05T21:38:12.608Z] === RUN TestFindByReferenced [2022-03-05T21:38:12.608Z] === PAUSE TestFindByReferenced [2022-03-05T21:38:12.608Z] === RUN TestDerefMultipleOfSameRef [2022-03-05T21:38:12.608Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-05T21:38:12.608Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:38:12.608Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:38:12.608Z] === RUN TestDefererencePluginOnCreateError [2022-03-05T21:38:12.608Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-05T21:38:12.608Z] === RUN TestRefDerefRemove [2022-03-05T21:38:12.608Z] === PAUSE TestRefDerefRemove [2022-03-05T21:38:12.608Z] === RUN TestGet [2022-03-05T21:38:12.608Z] === PAUSE TestGet [2022-03-05T21:38:12.608Z] === RUN TestGetWithReference [2022-03-05T21:38:12.608Z] === PAUSE TestGetWithReference [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_nil_list [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_empty_list [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_filter_some [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_filter_middle [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:38:12.608Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-05T21:38:12.608Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_nil_list [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_filter_some [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_empty_list [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-05T21:38:12.608Z] === CONT TestFilterFunc/test_filter_middle [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-05T21:38:12.608Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-05T21:38:12.608Z] === CONT TestSetGetMeta [2022-03-05T21:38:12.608Z] === CONT TestList [2022-03-05T21:38:12.608Z] === CONT TestRemove [2022-03-05T21:38:12.608Z] === CONT TestServiceGet [2022-03-05T21:38:12.608Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-05T21:38:12.608Z] === CONT TestDefererencePluginOnCreateError [2022-03-05T21:38:12.608Z] --- PASS: TestRemove (0.04s) [2022-03-05T21:38:12.608Z] === CONT TestGetWithReference [2022-03-05T21:38:12.608Z] --- PASS: TestList (0.05s) [2022-03-05T21:38:12.608Z] === CONT TestGet [2022-03-05T21:38:12.608Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-05T21:38:12.608Z] === CONT TestRefDerefRemove [2022-03-05T21:38:12.608Z] --- PASS: TestGetWithReference (0.03s) [2022-03-05T21:38:12.608Z] === CONT TestCreate [2022-03-05T21:38:12.608Z] --- PASS: TestGet (0.02s) [2022-03-05T21:38:12.608Z] === CONT TestDerefMultipleOfSameRef [2022-03-05T21:38:12.608Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-05T21:38:12.608Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:38:12.608Z] --- PASS: TestCreate (0.02s) [2022-03-05T21:38:12.608Z] === CONT TestFindByReferenced [2022-03-05T21:38:12.608Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-05T21:38:12.608Z] === CONT TestServiceList [2022-03-05T21:38:12.608Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-05T21:38:12.608Z] === CONT TestServiceRemove [2022-03-05T21:38:12.608Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-05T21:38:12.608Z] === CONT TestFindByDriver [2022-03-05T21:38:12.608Z] --- PASS: TestFindByDriver (0.02s) [2022-03-05T21:38:12.608Z] === CONT TestServiceCreate [2022-03-05T21:38:13.064Z] --- PASS: TestServiceGet (0.23s) [2022-03-05T21:38:13.064Z] === CONT TestServicePrune [2022-03-05T21:38:13.064Z] --- PASS: TestServiceRemove (0.13s) [2022-03-05T21:38:13.064Z] === CONT TestRestore [2022-03-05T21:38:13.064Z] --- PASS: TestServiceCreate (0.11s) [2022-03-05T21:38:13.064Z] --- PASS: TestServiceList (0.14s) [2022-03-05T21:38:13.064Z] time="2022-03-05T21:38:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:38:13.064Z] time="2022-03-05T21:38:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:38:13.064Z] --- PASS: TestRestore (0.02s) [2022-03-05T21:38:13.064Z] time="2022-03-05T21:38:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:38:13.064Z] time="2022-03-05T21:38:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-05T21:38:13.064Z] time="2022-03-05T21:38:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:38:13.064Z] --- PASS: TestServicePrune (0.04s) [2022-03-05T21:38:13.064Z] PASS [2022-03-05T21:38:13.064Z] coverage: 69.0% of statements [2022-03-05T21:38:13.064Z] ok github.com/docker/docker/volume/service 0.332s coverage: 69.0% of statements [2022-03-05T21:38:13.629Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-05T21:38:13.930Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T21:38:13.963Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-03-05T21:38:13.963Z] PASS [2022-03-05T21:38:13.963Z] [2022-03-05T21:38:13.963Z] DONE 6 tests in 12.957s [2022-03-05T21:38:13.963Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T21:38:13.963Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:38:13.963Z] ++ set -e [2022-03-05T21:38:13.963Z] ++ '[' -n 0 ']' [2022-03-05T21:38:13.963Z] ++ set -x [2022-03-05T21:38:13.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:38:13.963Z] INFO: Testing against a local daemon [2022-03-05T21:38:14.224Z] === RUN TestCheckpoint [2022-03-05T21:38:14.224Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:38:14.224Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:38:14.224Z] === RUN TestContainerInvalidJSON [2022-03-05T21:38:14.224Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:38:14.224Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:38:14.224Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:38:14.224Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:38:14.224Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:38:14.224Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:38:14.224Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-05T21:38:14.224Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T21:38:14.224Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T21:38:14.224Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:38:14.224Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-05T21:38:14.224Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:38:14.224Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-05T21:38:14.224Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:38:14.224Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-05T21:38:14.224Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:38:14.224Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-05T21:38:14.224Z] === RUN TestCopyFromContainer [2022-03-05T21:38:15.164Z] === RUN TestCopyFromContainer// [2022-03-05T21:38:15.164Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T21:38:15.165Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T21:38:15.165Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T21:38:15.315Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T21:38:15.425Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T21:38:15.425Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T21:38:15.425Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T21:38:15.425Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T21:38:15.425Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T21:38:15.685Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer (1.37s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-05T21:38:15.685Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-05T21:38:15.685Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:38:15.685Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:38:15.685Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:38:15.685Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:38:15.685Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:38:15.685Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:38:15.685Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:38:15.685Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:38:15.685Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:38:15.685Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:38:15.685Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-05T21:38:15.685Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T21:38:15.685Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:38:15.685Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T21:38:15.685Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:38:15.685Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-05T21:38:15.685Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:38:15.685Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:38:15.685Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:38:15.685Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:38:15.685Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:38:15.685Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:38:15.685Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:38:15.685Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:38:15.685Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:38:15.685Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:38:15.685Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-05T21:38:15.685Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T21:38:15.685Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T21:38:15.685Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:38:15.685Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:38:15.685Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-05T21:38:15.685Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:38:16.162Z] tests/integration/client_test.py ..... [ 75%] [2022-03-05T21:38:16.162Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-05T21:38:16.162Z] tests/integration/errors_test.py . [ 76%] [2022-03-05T21:38:17.067Z] --- PASS: TestCreateWithCustomMaskedPaths (1.08s) [2022-03-05T21:38:17.068Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.09s) [2022-03-05T21:38:18.011Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:38:18.011Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:38:18.011Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:38:18.011Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:38:18.011Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:38:18.011Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:38:18.011Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:38:18.011Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:38:18.011Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:38:18.011Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:38:18.011Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:38:18.011Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:38:18.011Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:38:18.011Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:38:18.011Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:38:18.011Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T21:38:18.011Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T21:38:18.011Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:38:18.271Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-03-05T21:38:18.272Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:38:18.272Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:38:18.272Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:38:18.272Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-05T21:38:18.272Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T21:38:18.272Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:38:18.272Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:38:18.272Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-05T21:38:18.272Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:38:18.414Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T21:38:18.414Z] === RUN TestBoolValue [2022-03-05T21:38:18.414Z] --- PASS: TestBoolValue (0.00s) [2022-03-05T21:38:18.414Z] === RUN TestBoolValueOrDefault [2022-03-05T21:38:18.414Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-05T21:38:18.414Z] === RUN TestInt64ValueOrZero [2022-03-05T21:38:18.414Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-05T21:38:18.414Z] === RUN TestInt64ValueOrDefault [2022-03-05T21:38:18.414Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-05T21:38:18.414Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-05T21:38:18.414Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-05T21:38:18.414Z] === RUN TestJsonContentType [2022-03-05T21:38:18.414Z] --- PASS: TestJsonContentType (0.00s) [2022-03-05T21:38:18.414Z] PASS [2022-03-05T21:38:18.414Z] coverage: 14.7% of statements [2022-03-05T21:38:18.414Z] ok github.com/docker/docker/api/server/httputils 0.180s coverage: 14.7% of statements [2022-03-05T21:38:18.533Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T21:38:18.533Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T21:38:18.533Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-05T21:38:18.533Z] === RUN TestDaemonRestartIpcMode [2022-03-05T21:38:18.533Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T21:38:18.533Z] === RUN TestDaemonHostGatewayIP [2022-03-05T21:38:18.533Z] === PAUSE TestDaemonHostGatewayIP [2022-03-05T21:38:18.533Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T21:38:18.533Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T21:38:18.533Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:38:18.533Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-05T21:38:18.533Z] === RUN TestDiff [2022-03-05T21:38:18.793Z] --- PASS: TestDiff (0.37s) [2022-03-05T21:38:18.793Z] === RUN TestExecWithCloseStdin [2022-03-05T21:38:19.363Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-03-05T21:38:19.363Z] === RUN TestExec [2022-03-05T21:38:19.525Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T21:38:19.525Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T21:38:19.625Z] --- PASS: TestExec (0.42s) [2022-03-05T21:38:19.625Z] === RUN TestExecUser [2022-03-05T21:38:19.786Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T21:38:20.047Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-05T21:38:20.047Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-05T21:38:20.047Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-05T21:38:20.195Z] --- PASS: TestExecUser (0.43s) [2022-03-05T21:38:20.195Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:38:20.617Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T21:38:20.765Z] --- PASS: TestExportContainerAndImportImage (0.50s) [2022-03-05T21:38:20.765Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:38:21.189Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T21:38:21.374Z] === RUN TestMaskSecretKeys [2022-03-05T21:38:21.374Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-05T21:38:21.374Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-05T21:38:21.374Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-05T21:38:21.374Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-05T21:38:21.374Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-05T21:38:21.374Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-05T21:38:21.374Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-05T21:38:21.374Z] === RUN TestVersionMiddlewareVersion [2022-03-05T21:38:21.374Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-05T21:38:21.374Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-05T21:38:21.374Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-05T21:38:21.374Z] PASS [2022-03-05T21:38:21.374Z] coverage: 37.7% of statements [2022-03-05T21:38:21.374Z] ok github.com/docker/docker/api/server/middleware 0.112s coverage: 37.7% of statements [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T21:38:21.374Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T21:38:21.450Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T21:38:22.149Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-03-05T21:38:22.149Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:38:22.370Z] === RUN TestAdjustForAPIVersion [2022-03-05T21:38:22.370Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-05T21:38:22.370Z] PASS [2022-03-05T21:38:22.370Z] coverage: 5.7% of statements [2022-03-05T21:38:22.370Z] ok github.com/docker/docker/api/server/router/swarm 0.081s coverage: 5.7% of statements [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T21:38:22.370Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T21:38:22.370Z] === RUN TestStrSliceMarshalJSON [2022-03-05T21:38:22.370Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-05T21:38:22.370Z] === RUN TestStrSliceUnmarshalJSON [2022-03-05T21:38:22.370Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-05T21:38:22.370Z] === RUN TestStrSliceUnmarshalString [2022-03-05T21:38:22.370Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-05T21:38:22.370Z] === RUN TestStrSliceUnmarshalSlice [2022-03-05T21:38:22.370Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-05T21:38:22.370Z] PASS [2022-03-05T21:38:22.370Z] coverage: 90.0% of statements [2022-03-05T21:38:22.370Z] ok github.com/docker/docker/api/types/strslice 0.061s coverage: 90.0% of statements [2022-03-05T21:38:22.370Z] === RUN TestToJSON [2022-03-05T21:38:22.370Z] --- PASS: TestToJSON (0.00s) [2022-03-05T21:38:22.391Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T21:38:22.409Z] --- PASS: TestHealthCheckWorkdir (0.48s) [2022-03-05T21:38:22.409Z] === RUN TestHealthKillContainer [2022-03-05T21:38:22.839Z] === RUN TestToParamWithVersion [2022-03-05T21:38:22.839Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestFromJSON [2022-03-05T21:38:22.839Z] --- PASS: TestFromJSON (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestEmpty [2022-03-05T21:38:22.839Z] --- PASS: TestEmpty (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestArgsMatchKVListEmptySources [2022-03-05T21:38:22.839Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestArgsMatchKVList [2022-03-05T21:38:22.839Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestArgsMatch [2022-03-05T21:38:22.839Z] --- PASS: TestArgsMatch (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestAdd [2022-03-05T21:38:22.839Z] --- PASS: TestAdd (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestDel [2022-03-05T21:38:22.839Z] --- PASS: TestDel (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestLen [2022-03-05T21:38:22.839Z] --- PASS: TestLen (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestExactMatch [2022-03-05T21:38:22.839Z] --- PASS: TestExactMatch (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestOnlyOneExactMatch [2022-03-05T21:38:22.839Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestContains [2022-03-05T21:38:22.839Z] --- PASS: TestContains (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestValidate [2022-03-05T21:38:22.839Z] --- PASS: TestValidate (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestWalkValues [2022-03-05T21:38:22.839Z] --- PASS: TestWalkValues (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestFuzzyMatch [2022-03-05T21:38:22.839Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestClone [2022-03-05T21:38:22.839Z] --- PASS: TestClone (0.00s) [2022-03-05T21:38:22.839Z] PASS [2022-03-05T21:38:22.839Z] coverage: 92.2% of statements [2022-03-05T21:38:22.839Z] ok github.com/docker/docker/api/types/filters 0.085s coverage: 92.2% of statements [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T21:38:22.839Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T21:38:22.839Z] === RUN TestDurationToSecondsString [2022-03-05T21:38:22.839Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-05T21:38:22.839Z] === RUN TestGetTimestamp [2022-03-05T21:38:22.839Z] --- PASS: TestGetTimestamp (0.22s) [2022-03-05T21:38:22.839Z] === RUN TestParseTimestamps [2022-03-05T21:38:22.839Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-05T21:38:22.839Z] PASS [2022-03-05T21:38:22.839Z] coverage: 100.0% of statements [2022-03-05T21:38:22.839Z] ok github.com/docker/docker/api/types/time 0.290s coverage: 100.0% of statements [2022-03-05T21:38:22.962Z] docker_api_swarm_test.go:46: [dd4b8002467ff] joining swarm manager [d3758e6866514]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:38:22.962Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T21:38:23.306Z] === RUN TestCompareVersion [2022-03-05T21:38:23.306Z] --- PASS: TestCompareVersion (0.00s) [2022-03-05T21:38:23.306Z] PASS [2022-03-05T21:38:23.306Z] coverage: 77.3% of statements [2022-03-05T21:38:23.306Z] ok github.com/docker/docker/api/types/versions 0.075s coverage: 77.3% of statements [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T21:38:23.306Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T21:38:23.532Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T21:38:24.103Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T21:38:24.103Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-05T21:38:24.303Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-05T21:38:24.303Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-05T21:38:24.303Z] === RUN TestCloneArgsSmartHttp [2022-03-05T21:38:24.303Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-05T21:38:24.303Z] === RUN TestCloneArgsDumbHttp [2022-03-05T21:38:24.303Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-05T21:38:24.303Z] === RUN TestCloneArgsGit [2022-03-05T21:38:24.303Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-05T21:38:24.303Z] === RUN TestCheckoutGit [2022-03-05T21:38:24.690Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T21:38:25.409Z] 2022/03/05 21:38:24 Closing DB instances... [2022-03-05T21:38:25.866Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (48.03s) [2022-03-05T21:38:25.866Z] === RUN TestNetworkDBGarbageCollection [2022-03-05T21:38:26.073Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T21:38:26.542Z] === RUN TestEnable [2022-03-05T21:38:26.542Z] --- PASS: TestEnable (0.00s) [2022-03-05T21:38:26.542Z] === RUN TestDisable [2022-03-05T21:38:26.542Z] --- PASS: TestDisable (0.00s) [2022-03-05T21:38:26.542Z] === RUN TestEnabled [2022-03-05T21:38:26.542Z] --- PASS: TestEnabled (0.00s) [2022-03-05T21:38:26.542Z] PASS [2022-03-05T21:38:26.542Z] coverage: 100.0% of statements [2022-03-05T21:38:26.542Z] ok github.com/docker/docker/cli/debug 0.060s coverage: 100.0% of statements [2022-03-05T21:38:27.010Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-05T21:38:27.010Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-05T21:38:27.010Z] === RUN TestProcessNoDockerignore [2022-03-05T21:38:27.010Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-05T21:38:27.010Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestDetectContentType [2022-03-05T21:38:27.010Z] --- PASS: TestDetectContentType (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestSelectAcceptableMIME [2022-03-05T21:38:27.010Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestInspectEmptyResponse [2022-03-05T21:38:27.010Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestInspectResponseBinary [2022-03-05T21:38:27.010Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestResponseUnsupportedContentType [2022-03-05T21:38:27.010Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestInspectResponseTextSimple [2022-03-05T21:38:27.010Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestInspectResponseEmptyContentType [2022-03-05T21:38:27.010Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestUnknownContentLength [2022-03-05T21:38:27.010Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestDownloadRemote [2022-03-05T21:38:27.010Z] --- PASS: TestDownloadRemote (0.13s) [2022-03-05T21:38:27.010Z] === RUN TestGetWithStatusError [2022-03-05T21:38:27.010Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-05T21:38:27.010Z] === RUN TestCloseRootDirectory [2022-03-05T21:38:27.010Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:27.010Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-03-05T21:38:27.010Z] === RUN TestHashFile [2022-03-05T21:38:27.010Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:27.010Z] --- SKIP: TestHashFile (0.01s) [2022-03-05T21:38:27.010Z] === RUN TestHashSubdir [2022-03-05T21:38:27.010Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:27.010Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-05T21:38:27.010Z] === RUN TestRemoveDirectory [2022-03-05T21:38:27.010Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:38:27.010Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-05T21:38:27.010Z] PASS [2022-03-05T21:38:27.010Z] coverage: 9.3% of statements [2022-03-05T21:38:27.010Z] ok github.com/docker/docker/builder/remotecontext 0.477s coverage: 9.3% of statements [2022-03-05T21:38:27.478Z] === RUN TestGetAllAllowed [2022-03-05T21:38:27.478Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-05T21:38:27.478Z] === RUN TestGetAllMeta [2022-03-05T21:38:27.478Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-05T21:38:27.479Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestIsUnreferencedBuiltin [2022-03-05T21:38:27.479Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestIsExistingDirectory [2022-03-05T21:38:27.479Z] --- PASS: TestIsExistingDirectory (0.03s) [2022-03-05T21:38:27.479Z] === RUN TestGetFilenameForDownload [2022-03-05T21:38:27.479Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestEnv2Variables [2022-03-05T21:38:27.479Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-05T21:38:27.479Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestMaintainer [2022-03-05T21:38:27.479Z] --- PASS: TestMaintainer (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestLabel [2022-03-05T21:38:27.479Z] --- PASS: TestLabel (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestFromScratch [2022-03-05T21:38:27.479Z] --- PASS: TestFromScratch (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestFromWithArg [2022-03-05T21:38:27.479Z] --- PASS: TestFromWithArg (0.00s) [2022-03-05T21:38:27.479Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-05T21:38:27.946Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.01s) [2022-03-05T21:38:27.946Z] === RUN TestFromWithUndefinedArg [2022-03-05T21:38:27.946Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestFromMultiStageWithNamedStage [2022-03-05T21:38:27.946Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestOnbuild [2022-03-05T21:38:27.946Z] --- PASS: TestOnbuild (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestWorkdir [2022-03-05T21:38:27.946Z] --- PASS: TestWorkdir (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestCmd [2022-03-05T21:38:27.946Z] --- PASS: TestCmd (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestHealthcheckNone [2022-03-05T21:38:27.946Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestHealthcheckCmd [2022-03-05T21:38:27.946Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestEntrypoint [2022-03-05T21:38:27.946Z] --- PASS: TestEntrypoint (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestExpose [2022-03-05T21:38:27.946Z] --- PASS: TestExpose (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestUser [2022-03-05T21:38:27.946Z] --- PASS: TestUser (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestVolume [2022-03-05T21:38:27.946Z] --- PASS: TestVolume (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestStopSignal [2022-03-05T21:38:27.946Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T21:38:27.946Z] --- SKIP: TestStopSignal (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestArg [2022-03-05T21:38:27.946Z] --- PASS: TestArg (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestShell [2022-03-05T21:38:27.946Z] --- PASS: TestShell (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestPrependEnvOnCmd [2022-03-05T21:38:27.946Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestRunWithBuildArgs [2022-03-05T21:38:27.946Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestRunIgnoresHealthcheck [2022-03-05T21:38:27.946Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestDispatchUnsupportedOptions [2022-03-05T21:38:27.946Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-05T21:38:27.946Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-05T21:38:27.946Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-05T21:38:27.946Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestNormalizeWorkdir [2022-03-05T21:38:27.946Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestDispatch [2022-03-05T21:38:27.946Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-05T21:38:27.946Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-05T21:38:27.946Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-05T21:38:27.946Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-05T21:38:27.946Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-05T21:38:27.946Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-05T21:38:27.946Z] === RUN TestDispatch/COPY_url [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch (0.09s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-05T21:38:27.946Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestAddScratchImageAddsToMounts [2022-03-05T21:38:27.946Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-05T21:38:27.946Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-05T21:38:27.946Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-05T21:38:27.946Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestImageSourceGetAddsToMounts [2022-03-05T21:38:27.946Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestEmptyDockerfile [2022-03-05T21:38:27.946Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestSymlinkDockerfile [2022-03-05T21:38:27.946Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-05T21:38:27.946Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-05T21:38:27.946Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-03-05T21:38:27.946Z] === RUN TestNonExistingDockerfile [2022-03-05T21:38:27.946Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestCopyRunConfig [2022-03-05T21:38:27.946Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestDeepCopyRunConfig [2022-03-05T21:38:27.946Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestExportImage [2022-03-05T21:38:27.946Z] --- PASS: TestExportImage (0.00s) [2022-03-05T21:38:27.946Z] === RUN TestNormalizeDest [2022-03-05T21:38:27.946Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-05T21:38:27.946Z] PASS [2022-03-05T21:38:27.946Z] coverage: 46.7% of statements [2022-03-05T21:38:27.946Z] ok github.com/docker/docker/builder/dockerfile 0.393s coverage: 46.7% of statements [2022-03-05T21:38:27.946Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T21:38:28.415Z] === RUN TestTCP4Proxy [2022-03-05T21:38:28.415Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-05T21:38:28.415Z] === RUN TestTCP4ProxyHalfClose [2022-03-05T21:38:28.415Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-03-05T21:38:28.415Z] === RUN TestTCP6Proxy [2022-03-05T21:38:28.415Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:38:28.415Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-05T21:38:28.415Z] === RUN TestTCPDualStackProxy [2022-03-05T21:38:28.415Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:38:28.415Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-05T21:38:28.415Z] === RUN TestUDP4Proxy [2022-03-05T21:38:28.415Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-05T21:38:28.415Z] === RUN TestUDP6Proxy [2022-03-05T21:38:28.415Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:38:28.415Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-05T21:38:28.415Z] === RUN TestUDPWriteError [2022-03-05T21:38:28.415Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-05T21:38:28.415Z] === RUN TestSCTP4Proxy [2022-03-05T21:38:28.415Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T21:38:28.415Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-05T21:38:28.415Z] === RUN TestSCTP6Proxy [2022-03-05T21:38:28.415Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:38:28.415Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-05T21:38:28.415Z] PASS [2022-03-05T21:38:28.415Z] coverage: 49.4% of statements [2022-03-05T21:38:28.415Z] ok github.com/docker/docker/cmd/docker-proxy 0.109s coverage: 49.4% of statements [2022-03-05T21:38:28.633Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T21:38:30.543Z] --- PASS: TestHealthKillContainer (7.87s) [2022-03-05T21:38:30.543Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:38:30.543Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2022-03-05T21:38:30.543Z] === RUN TestIpcModeNone [2022-03-05T21:38:31.112Z] --- PASS: TestIpcModeNone (0.41s) [2022-03-05T21:38:31.112Z] === RUN TestIpcModePrivate [2022-03-05T21:38:31.372Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-05T21:38:31.372Z] --- PASS: TestIpcModePrivate (0.45s) [2022-03-05T21:38:31.372Z] === RUN TestIpcModeShareable [2022-03-05T21:38:31.632Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-05T21:38:31.893Z] --- PASS: TestIpcModeShareable (0.40s) [2022-03-05T21:38:31.893Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T21:38:33.274Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2022-03-05T21:38:33.274Z] === RUN TestAPIIpcModeHost [2022-03-05T21:38:33.535Z] --- PASS: TestAPIIpcModeHost (0.32s) [2022-03-05T21:38:33.535Z] === RUN TestDaemonIpcModeShareable [2022-03-05T21:38:33.918Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T21:38:33.918Z] --- PASS: TestImportExtremelyLargeImageWorks (173.96s) [2022-03-05T21:38:33.918Z] PASS [2022-03-05T21:38:33.918Z] [2022-03-05T21:38:33.918Z] DONE 22 tests in 178.087s [2022-03-05T21:38:33.918Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T21:38:33.918Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:38:33.918Z] ++ set -e [2022-03-05T21:38:33.918Z] ++ '[' -n 0 ']' [2022-03-05T21:38:33.918Z] ++ set -x [2022-03-05T21:38:33.918Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:38:33.918Z] INFO: Testing against a local daemon [2022-03-05T21:38:33.918Z] === RUN TestNetworkCreateDelete [2022-03-05T21:38:33.918Z] --- PASS: TestNetworkCreateDelete (0.19s) [2022-03-05T21:38:33.918Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:38:34.475Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-05T21:38:34.475Z] --- PASS: TestDaemonIpcModeShareable (1.08s) [2022-03-05T21:38:34.475Z] === RUN TestDaemonIpcModePrivate [2022-03-05T21:38:34.490Z] --- PASS: TestDockerNetworkDeletePreferID (0.61s) [2022-03-05T21:38:34.490Z] === RUN TestDaemonDNSFallback [2022-03-05T21:38:34.532Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-05T21:38:35.414Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-05T21:38:35.674Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-05T21:38:35.674Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T21:38:36.402Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T21:38:36.402Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T21:38:36.402Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T21:38:36.402Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T21:38:36.402Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T21:38:36.614Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-05T21:38:36.662Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T21:38:36.873Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.09s) [2022-03-05T21:38:36.873Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T21:38:37.605Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T21:38:37.814Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-05T21:38:37.814Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.09s) [2022-03-05T21:38:37.814Z] === RUN TestIpcModeOlderClient [2022-03-05T21:38:37.814Z] === PAUSE TestIpcModeOlderClient [2022-03-05T21:38:37.814Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:38:38.384Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-03-05T21:38:38.384Z] === RUN TestKillContainer [2022-03-05T21:38:38.384Z] === RUN TestKillContainer/no_signal [2022-03-05T21:38:38.546Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T21:38:38.644Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:38:38.905Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:38:39.477Z] --- PASS: TestKillContainer (1.11s) [2022-03-05T21:38:39.477Z] --- PASS: TestKillContainer/no_signal (0.33s) [2022-03-05T21:38:39.477Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-03-05T21:38:39.477Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2022-03-05T21:38:39.477Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:38:39.477Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T21:38:39.739Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T21:38:40.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-05T21:38:40.682Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s) [2022-03-05T21:38:40.682Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-05T21:38:40.682Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2022-03-05T21:38:40.682Z] === RUN TestKillStoppedContainer [2022-03-05T21:38:40.682Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-05T21:38:40.682Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:38:40.682Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-05T21:38:40.682Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:38:40.910Z] === RUN TestCheckpointCreateError [2022-03-05T21:38:40.910Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-05T21:38:40.910Z] === RUN TestCheckpointCreate [2022-03-05T21:38:40.943Z] --- PASS: TestKillDifferentUserContainer (0.38s) [2022-03-05T21:38:40.943Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:38:41.037Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T21:38:41.299Z] --- PASS: TestDaemonDNSFallback (6.71s) [2022-03-05T21:38:41.299Z] === RUN TestInspectNetwork [2022-03-05T21:38:41.299Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-05T21:38:41.299Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T21:38:41.378Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCheckpointDeleteError [2022-03-05T21:38:41.378Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCheckpointDelete [2022-03-05T21:38:41.378Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCheckpointListError [2022-03-05T21:38:41.378Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCheckpointList [2022-03-05T21:38:41.378Z] --- PASS: TestCheckpointList (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCheckpointListContainerNotFound [2022-03-05T21:38:41.378Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNewClientWithOpsFromEnv [2022-03-05T21:38:41.378Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T21:38:41.378Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestGetAPIPath [2022-03-05T21:38:41.378Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestParseHostURL [2022-03-05T21:38:41.378Z] --- PASS: TestParseHostURL (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-05T21:38:41.378Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-05T21:38:41.378Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNegotiateAPIVersion [2022-03-05T21:38:41.378Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNegotiateAPVersionOverride [2022-03-05T21:38:41.378Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-05T21:38:41.378Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-05T21:38:41.378Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-05T21:38:41.378Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestClientRedirect [2022-03-05T21:38:41.378Z] --- PASS: TestClientRedirect (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigCreateUnsupported [2022-03-05T21:38:41.378Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigCreateError [2022-03-05T21:38:41.378Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigCreate [2022-03-05T21:38:41.378Z] --- PASS: TestConfigCreate (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigInspectNotFound [2022-03-05T21:38:41.378Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigInspectWithEmptyID [2022-03-05T21:38:41.378Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigInspectUnsupported [2022-03-05T21:38:41.378Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigInspectError [2022-03-05T21:38:41.378Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigInspectConfigNotFound [2022-03-05T21:38:41.378Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigInspect [2022-03-05T21:38:41.378Z] --- PASS: TestConfigInspect (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigListUnsupported [2022-03-05T21:38:41.378Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigListError [2022-03-05T21:38:41.378Z] --- PASS: TestConfigListError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigList [2022-03-05T21:38:41.378Z] --- PASS: TestConfigList (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigRemoveUnsupported [2022-03-05T21:38:41.378Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigRemoveError [2022-03-05T21:38:41.378Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigRemove [2022-03-05T21:38:41.378Z] --- PASS: TestConfigRemove (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigUpdateUnsupported [2022-03-05T21:38:41.378Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigUpdateError [2022-03-05T21:38:41.378Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestConfigUpdate [2022-03-05T21:38:41.378Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerCommitError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerCommit [2022-03-05T21:38:41.378Z] --- PASS: TestContainerCommit (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerStatPathError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerStatPathNotFoundError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerStatPathNoHeaderError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerStatPath [2022-03-05T21:38:41.378Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyToContainerError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyToContainerNotFoundError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyToContainer [2022-03-05T21:38:41.378Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyFromContainerError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyFromContainerNotFoundError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-05T21:38:41.378Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestCopyFromContainer [2022-03-05T21:38:41.378Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerCreateError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerCreateImageNotFound [2022-03-05T21:38:41.378Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerCreateWithName [2022-03-05T21:38:41.378Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerCreateAutoRemove [2022-03-05T21:38:41.378Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerDiffError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerDiff [2022-03-05T21:38:41.378Z] --- PASS: TestContainerDiff (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExecCreateError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExecCreate [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExecStartError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExecStart [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExecInspectError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExecInspect [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExportError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExportError (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerExport [2022-03-05T21:38:41.378Z] --- PASS: TestContainerExport (0.00s) [2022-03-05T21:38:41.378Z] === RUN TestContainerInspectError [2022-03-05T21:38:41.378Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerInspectContainerNotFound [2022-03-05T21:38:41.379Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerInspectWithEmptyID [2022-03-05T21:38:41.379Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerInspect [2022-03-05T21:38:41.379Z] --- PASS: TestContainerInspect (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerInspectNode [2022-03-05T21:38:41.379Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerKillError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerKillError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerKill [2022-03-05T21:38:41.379Z] --- PASS: TestContainerKill (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerListError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerListError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerList [2022-03-05T21:38:41.379Z] --- PASS: TestContainerList (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerLogsNotFoundError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerLogsError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerLogs [2022-03-05T21:38:41.379Z] --- PASS: TestContainerLogs (0.24s) [2022-03-05T21:38:41.379Z] === RUN TestContainerPauseError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerPause [2022-03-05T21:38:41.379Z] --- PASS: TestContainerPause (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainersPruneError [2022-03-05T21:38:41.379Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainersPrune [2022-03-05T21:38:41.379Z] --- PASS: TestContainersPrune (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRemoveError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRemoveNotFoundError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRemove [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRemove (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRenameError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRename [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRename (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerResizeError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerExecResizeError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerResize [2022-03-05T21:38:41.379Z] --- PASS: TestContainerResize (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerExecResize [2022-03-05T21:38:41.379Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRestartError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerRestart [2022-03-05T21:38:41.379Z] --- PASS: TestContainerRestart (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerStartError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerStartError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerStart [2022-03-05T21:38:41.379Z] --- PASS: TestContainerStart (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerStatsError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerStats [2022-03-05T21:38:41.379Z] --- PASS: TestContainerStats (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerStopError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerStopError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerStop [2022-03-05T21:38:41.379Z] --- PASS: TestContainerStop (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerTopError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerTopError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerTop [2022-03-05T21:38:41.379Z] --- PASS: TestContainerTop (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerUnpauseError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerUnpause [2022-03-05T21:38:41.379Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerUpdateError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerUpdate [2022-03-05T21:38:41.379Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerWaitError [2022-03-05T21:38:41.379Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestContainerWait [2022-03-05T21:38:41.379Z] --- PASS: TestContainerWait (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestDiskUsageError [2022-03-05T21:38:41.379Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestDiskUsage [2022-03-05T21:38:41.379Z] --- PASS: TestDiskUsage (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestDistributionInspectUnsupported [2022-03-05T21:38:41.379Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestDistributionInspectWithEmptyID [2022-03-05T21:38:41.379Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestEventsErrorInOptions [2022-03-05T21:38:41.379Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestEventsErrorFromServer [2022-03-05T21:38:41.379Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestEvents [2022-03-05T21:38:41.379Z] --- PASS: TestEvents (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestTLSCloseWriter [2022-03-05T21:38:41.379Z] === PAUSE TestTLSCloseWriter [2022-03-05T21:38:41.379Z] === RUN TestImageBuildError [2022-03-05T21:38:41.379Z] --- PASS: TestImageBuildError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageBuild [2022-03-05T21:38:41.379Z] --- PASS: TestImageBuild (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestGetDockerOS [2022-03-05T21:38:41.379Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageCreateError [2022-03-05T21:38:41.379Z] --- PASS: TestImageCreateError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageCreate [2022-03-05T21:38:41.379Z] --- PASS: TestImageCreate (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageHistoryError [2022-03-05T21:38:41.379Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageHistory [2022-03-05T21:38:41.379Z] --- PASS: TestImageHistory (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageImportError [2022-03-05T21:38:41.379Z] --- PASS: TestImageImportError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageImport [2022-03-05T21:38:41.379Z] --- PASS: TestImageImport (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageInspectError [2022-03-05T21:38:41.379Z] --- PASS: TestImageInspectError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageInspectImageNotFound [2022-03-05T21:38:41.379Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageInspectWithEmptyID [2022-03-05T21:38:41.379Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageInspect [2022-03-05T21:38:41.379Z] --- PASS: TestImageInspect (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageListError [2022-03-05T21:38:41.379Z] --- PASS: TestImageListError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageList [2022-03-05T21:38:41.379Z] --- PASS: TestImageList (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageListApiBefore125 [2022-03-05T21:38:41.379Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageLoadError [2022-03-05T21:38:41.379Z] --- PASS: TestImageLoadError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageLoad [2022-03-05T21:38:41.379Z] --- PASS: TestImageLoad (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagesPruneError [2022-03-05T21:38:41.379Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagesPrune [2022-03-05T21:38:41.379Z] --- PASS: TestImagesPrune (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullReferenceParseError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullAnyError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePullWithoutErrors [2022-03-05T21:38:41.379Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushReferenceError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushAnyError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithoutErrors [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-05T21:38:41.379Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-05T21:38:41.379Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageRemoveError [2022-03-05T21:38:41.379Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageRemoveImageNotFound [2022-03-05T21:38:41.379Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageRemove [2022-03-05T21:38:41.379Z] --- PASS: TestImageRemove (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSaveError [2022-03-05T21:38:41.379Z] --- PASS: TestImageSaveError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSave [2022-03-05T21:38:41.379Z] --- PASS: TestImageSave (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSearchAnyError [2022-03-05T21:38:41.379Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-05T21:38:41.379Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:38:41.379Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:38:41.379Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-05T21:38:41.379Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageSearchWithoutErrors [2022-03-05T21:38:41.379Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageTagError [2022-03-05T21:38:41.379Z] --- PASS: TestImageTagError (0.00s) [2022-03-05T21:38:41.379Z] === RUN TestImageTagInvalidReference [2022-03-05T21:38:41.379Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-05T21:38:41.515Z] --- PASS: TestInspectOomKilledTrue (0.43s) [2022-03-05T21:38:41.515Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:38:41.775Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-03-05T21:38:41.775Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T21:38:41.848Z] === RUN TestImageTagInvalidSourceImageName [2022-03-05T21:38:41.848Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestImageTagHexSource [2022-03-05T21:38:41.848Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestImageTag [2022-03-05T21:38:41.848Z] --- PASS: TestImageTag (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestInfoServerError [2022-03-05T21:38:41.848Z] --- PASS: TestInfoServerError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestInfoInvalidResponseJSONError [2022-03-05T21:38:41.848Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestInfo [2022-03-05T21:38:41.848Z] --- PASS: TestInfo (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkConnectError [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkConnect [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkCreateError [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkCreate [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkDisconnectError [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkDisconnect [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect/empty_ID [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect/no_options [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect/verbose [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect/global_scope [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect/unknown_network [2022-03-05T21:38:41.848Z] === RUN TestNetworkInspect/server_error [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkListError [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkListError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkList [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkList (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworksPruneError [2022-03-05T21:38:41.848Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworksPrune [2022-03-05T21:38:41.848Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkRemoveError [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNetworkRemove [2022-03-05T21:38:41.848Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeInspectError [2022-03-05T21:38:41.848Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeInspectNodeNotFound [2022-03-05T21:38:41.848Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeInspectWithEmptyID [2022-03-05T21:38:41.848Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeInspect [2022-03-05T21:38:41.848Z] --- PASS: TestNodeInspect (0.01s) [2022-03-05T21:38:41.848Z] === RUN TestNodeListError [2022-03-05T21:38:41.848Z] --- PASS: TestNodeListError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeList [2022-03-05T21:38:41.848Z] --- PASS: TestNodeList (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeRemoveError [2022-03-05T21:38:41.848Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeRemove [2022-03-05T21:38:41.848Z] --- PASS: TestNodeRemove (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeUpdateError [2022-03-05T21:38:41.848Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestNodeUpdate [2022-03-05T21:38:41.848Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestOptionWithHostFromEnv [2022-03-05T21:38:41.848Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestOptionWithTimeout [2022-03-05T21:38:41.848Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestOptionWithVersionFromEnv [2022-03-05T21:38:41.848Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPingFail [2022-03-05T21:38:41.848Z] --- PASS: TestPingFail (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPingWithError [2022-03-05T21:38:41.848Z] 2022/03/05 21:38:41 RoundTripper returned a response & error; ignoring response [2022-03-05T21:38:41.848Z] 2022/03/05 21:38:41 RoundTripper returned a response & error; ignoring response [2022-03-05T21:38:41.848Z] --- PASS: TestPingWithError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPingSuccess [2022-03-05T21:38:41.848Z] --- PASS: TestPingSuccess (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPingHeadFallback [2022-03-05T21:38:41.848Z] === RUN TestPingHeadFallback/OK [2022-03-05T21:38:41.848Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-05T21:38:41.848Z] === RUN TestPingHeadFallback/Not_Found [2022-03-05T21:38:41.848Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-05T21:38:41.848Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-05T21:38:41.848Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginDisableError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginDisable [2022-03-05T21:38:41.848Z] --- PASS: TestPluginDisable (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginEnableError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginEnable [2022-03-05T21:38:41.848Z] --- PASS: TestPluginEnable (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginInspectError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginInspectWithEmptyID [2022-03-05T21:38:41.848Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginInspect [2022-03-05T21:38:41.848Z] --- PASS: TestPluginInspect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginListError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginListError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginList [2022-03-05T21:38:41.848Z] --- PASS: TestPluginList (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginPushError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginPushError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginPush [2022-03-05T21:38:41.848Z] --- PASS: TestPluginPush (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginRemoveError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginRemove [2022-03-05T21:38:41.848Z] --- PASS: TestPluginRemove (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginSetError [2022-03-05T21:38:41.848Z] --- PASS: TestPluginSetError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPluginSet [2022-03-05T21:38:41.848Z] --- PASS: TestPluginSet (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSetHostHeader [2022-03-05T21:38:41.848Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestPlainTextError [2022-03-05T21:38:41.848Z] --- PASS: TestPlainTextError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestInfiniteError [2022-03-05T21:38:41.848Z] --- PASS: TestInfiniteError (0.03s) [2022-03-05T21:38:41.848Z] === RUN TestCanceledContext [2022-03-05T21:38:41.848Z] 2022/03/05 21:38:41 RoundTripper returned a response & error; ignoring response [2022-03-05T21:38:41.848Z] --- PASS: TestCanceledContext (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestDeadlineExceededContext [2022-03-05T21:38:41.848Z] 2022/03/05 21:38:41 RoundTripper returned a response & error; ignoring response [2022-03-05T21:38:41.848Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretCreateUnsupported [2022-03-05T21:38:41.848Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretCreateError [2022-03-05T21:38:41.848Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretCreate [2022-03-05T21:38:41.848Z] --- PASS: TestSecretCreate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretInspectUnsupported [2022-03-05T21:38:41.848Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretInspectError [2022-03-05T21:38:41.848Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretInspectSecretNotFound [2022-03-05T21:38:41.848Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretInspectWithEmptyID [2022-03-05T21:38:41.848Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretInspect [2022-03-05T21:38:41.848Z] --- PASS: TestSecretInspect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretListUnsupported [2022-03-05T21:38:41.848Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretListError [2022-03-05T21:38:41.848Z] --- PASS: TestSecretListError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretList [2022-03-05T21:38:41.848Z] --- PASS: TestSecretList (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretRemoveUnsupported [2022-03-05T21:38:41.848Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretRemoveError [2022-03-05T21:38:41.848Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretRemove [2022-03-05T21:38:41.848Z] --- PASS: TestSecretRemove (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretUpdateUnsupported [2022-03-05T21:38:41.848Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretUpdateError [2022-03-05T21:38:41.848Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSecretUpdate [2022-03-05T21:38:41.848Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceCreateError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceCreate [2022-03-05T21:38:41.848Z] --- PASS: TestServiceCreate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-05T21:38:41.848Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceCreateDigestPinning [2022-03-05T21:38:41.848Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceInspectError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceInspectServiceNotFound [2022-03-05T21:38:41.848Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceInspectWithEmptyID [2022-03-05T21:38:41.848Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceInspect [2022-03-05T21:38:41.848Z] --- PASS: TestServiceInspect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceListError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceListError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceList [2022-03-05T21:38:41.848Z] --- PASS: TestServiceList (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceLogsError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceLogs [2022-03-05T21:38:41.848Z] --- PASS: TestServiceLogs (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceRemoveError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceRemoveNotFoundError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceRemove [2022-03-05T21:38:41.848Z] --- PASS: TestServiceRemove (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceUpdateError [2022-03-05T21:38:41.848Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestServiceUpdate [2022-03-05T21:38:41.848Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmGetUnlockKeyError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmGetUnlockKey [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmInitError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmInit [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmInit (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmInspectError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmInspect [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmJoinError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmJoin [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmLeaveError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmLeave [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmUnlockError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmUnlock [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmUpdateError [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestSwarmUpdate [2022-03-05T21:38:41.848Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestTaskInspectError [2022-03-05T21:38:41.848Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestTaskInspectWithEmptyID [2022-03-05T21:38:41.848Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestTaskInspect [2022-03-05T21:38:41.848Z] --- PASS: TestTaskInspect (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestTaskListError [2022-03-05T21:38:41.848Z] --- PASS: TestTaskListError (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestTaskList [2022-03-05T21:38:41.848Z] --- PASS: TestTaskList (0.00s) [2022-03-05T21:38:41.848Z] === RUN TestVolumeCreateError [2022-03-05T21:38:41.871Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T21:38:42.035Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2022-03-05T21:38:42.036Z] === RUN TestLinksContainerNames [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeCreate [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeInspectError [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeInspectNotFound [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeInspectWithEmptyID [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeInspect [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeListError [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeListError (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeList [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeList (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeRemoveError [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-05T21:38:42.317Z] === RUN TestVolumeRemove [2022-03-05T21:38:42.317Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-05T21:38:42.317Z] === CONT TestTLSCloseWriter [2022-03-05T21:38:42.317Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-05T21:38:42.317Z] PASS [2022-03-05T21:38:42.317Z] coverage: 75.2% of statements [2022-03-05T21:38:42.317Z] ok github.com/docker/docker/client 0.664s coverage: 75.2% of statements [2022-03-05T21:38:42.976Z] --- PASS: TestLinksContainerNames (0.72s) [2022-03-05T21:38:42.976Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:38:43.236Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-03-05T21:38:43.236Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T21:38:43.497Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/default [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/private [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/slave [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/shared [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/default [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/shared [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/slave [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/private [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:38:43.497Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T21:38:43.497Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T21:38:43.497Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T21:38:43.757Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T21:38:44.017Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T21:38:44.017Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T21:38:44.017Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T21:38:44.017Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T21:38:44.017Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2022-03-05T21:38:44.017Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T21:38:44.017Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T21:38:45.400Z] --- PASS: TestContainerBindMountNonRecursive (1.21s) [2022-03-05T21:38:45.400Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T21:38:45.400Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2022-03-05T21:38:45.400Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T21:38:45.971Z] --- PASS: TestContainerVolumesMountedAsSlave (0.29s) [2022-03-05T21:38:45.971Z] === RUN TestNetworkNat [2022-03-05T21:38:46.078Z] === RUN TestInspectNetwork/full_network_id [2022-03-05T21:38:46.078Z] === RUN TestInspectNetwork/partial_network_id [2022-03-05T21:38:46.078Z] === RUN TestInspectNetwork/network_name [2022-03-05T21:38:46.078Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-05T21:38:46.235Z] --- PASS: TestNetworkNat (0.42s) [2022-03-05T21:38:46.235Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:38:46.805Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-03-05T21:38:46.805Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:38:49.344Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-03-05T21:38:49.344Z] === RUN TestPause [2022-03-05T21:38:49.375Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T21:38:49.604Z] --- PASS: TestPause (0.40s) [2022-03-05T21:38:49.604Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:38:49.604Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:38:49.604Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:38:49.604Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:38:49.864Z] --- PASS: TestPauseStopPausedContainer (0.41s) [2022-03-05T21:38:49.864Z] === RUN TestPidHost [2022-03-05T21:38:49.945Z] --- PASS: TestInspectNetwork (8.77s) [2022-03-05T21:38:49.945Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-05T21:38:49.945Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-05T21:38:49.945Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-05T21:38:49.945Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-05T21:38:49.945Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T21:38:50.477Z] ......... [ 85%] [2022-03-05T21:38:50.806Z] --- PASS: TestPidHost (0.85s) [2022-03-05T21:38:50.806Z] === RUN TestPsFilter [2022-03-05T21:38:50.806Z] --- PASS: TestPsFilter (0.09s) [2022-03-05T21:38:50.806Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:38:51.378Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.35s) [2022-03-05T21:38:51.378Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:38:51.641Z] --- PASS: TestRemoveContainerWithVolume (0.36s) [2022-03-05T21:38:51.641Z] === RUN TestRemoveContainerRunning [2022-03-05T21:38:51.860Z] --- PASS: TestRunContainerWithBridgeNone (1.92s) [2022-03-05T21:38:51.860Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:38:51.860Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:38:51.860Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:38:51.860Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:38:51.860Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:38:51.860Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:38:51.860Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:38:51.860Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:38:51.860Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:38:51.860Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:38:51.860Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T21:38:51.860Z] === RUN TestNetworkList [2022-03-05T21:38:51.860Z] === RUN TestNetworkList//networks [2022-03-05T21:38:51.860Z] === PAUSE TestNetworkList//networks [2022-03-05T21:38:51.860Z] === RUN TestNetworkList//networks/ [2022-03-05T21:38:51.860Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:38:51.860Z] === CONT TestNetworkList//networks [2022-03-05T21:38:51.860Z] === CONT TestNetworkList//networks/ [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkList (0.02s) [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T21:38:51.860Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T21:38:51.860Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:38:51.901Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-03-05T21:38:51.901Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:38:52.431Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-03-05T21:38:52.432Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:38:52.472Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2022-03-05T21:38:52.472Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:38:52.472Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-05T21:38:52.472Z] === RUN TestRenameLinkedContainer [2022-03-05T21:38:52.692Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T21:38:53.648Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2022-03-05T21:38:53.648Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:38:53.861Z] --- PASS: TestRenameLinkedContainer (1.53s) [2022-03-05T21:38:53.861Z] === RUN TestRenameStoppedContainer [2022-03-05T21:38:54.433Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-05T21:38:54.433Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:38:54.621Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2022-03-05T21:38:54.621Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:38:54.621Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T21:38:54.621Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-05T21:38:54.621Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T21:38:54.981Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-05T21:38:55.005Z] --- PASS: TestRenameRunningContainerAndReuse (0.77s) [2022-03-05T21:38:55.005Z] === RUN TestRenameInvalidName [2022-03-05T21:38:55.564Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2022-03-05T21:38:55.564Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:38:55.574Z] --- PASS: TestRenameInvalidName (0.39s) [2022-03-05T21:38:55.574Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:38:56.432Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-05T21:38:56.951Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-03-05T21:38:56.951Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:38:56.959Z] --- PASS: TestRenameAnonymousContainer (1.37s) [2022-03-05T21:38:56.959Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:38:57.220Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2022-03-05T21:38:57.220Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:38:57.524Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2022-03-05T21:38:57.524Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:38:57.785Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T21:38:58.161Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2022-03-05T21:38:58.161Z] === RUN TestResize [2022-03-05T21:38:58.356Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T21:38:58.421Z] --- PASS: TestResize (0.38s) [2022-03-05T21:38:58.421Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:38:58.681Z] --- PASS: TestResizeWithInvalidSize (0.38s) [2022-03-05T21:38:58.681Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:38:59.251Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:38:59.251Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:38:59.251Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:38:59.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T21:38:59.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:38:59.738Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T21:38:59.999Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T21:39:00.260Z] --- PASS: TestServiceWithPredefinedNetwork (2.67s) [2022-03-05T21:39:00.260Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:39:00.260Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:39:00.260Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:39:00.260Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:39:00.632Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T21:39:00.632Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:39:01.649Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T21:39:01.910Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T21:39:02.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T21:39:02.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T21:39:02.858Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T21:39:02.993Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-05T21:39:02.993Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-05T21:39:03.403Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:39:03.403Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:39:03.431Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T21:39:04.704Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-05T21:39:04.818Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T21:39:04.818Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T21:39:04.818Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T21:39:05.079Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T21:39:05.340Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T21:39:05.911Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T21:39:06.165Z] 898469748ff6: Pull complete [2022-03-05T21:39:06.165Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T21:39:06.165Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:39:06.165Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-05T21:39:06.165Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-05T21:39:06.622Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-05T21:39:06.622Z] WARN: Skipping validation tests [2022-03-05T21:39:06.622Z] INFO: Running unit tests at 03/05/2022 21:39:06... [2022-03-05T21:39:06.708Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T21:39:06.708Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T21:39:07.296Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T21:39:07.458Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-05T21:39:07.458Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-05T21:39:07.869Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T21:39:09.786Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T21:39:10.014Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T21:39:10.274Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T21:39:11.170Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T21:39:11.305Z] INFO: make.ps1 starting at 03/05/2022 21:39:11 [2022-03-05T21:39:11.381Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-05T21:39:11.656Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T21:39:11.767Z] INFO: Git commit (0759f013a4) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T21:39:11.767Z] INFO: Invoking autogen... [2022-03-05T21:39:11.896Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-05T21:39:11.896Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-05T21:39:11.896Z] [2022-03-05T21:39:11.896Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-05T21:39:11.896Z] =========================== short test summary info ============================ [2022-03-05T21:39:11.896Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-05T21:39:11.896Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-05T21:39:11.896Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-05T21:39:11.896Z] Not supported on most drivers [2022-03-05T21:39:11.896Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-05T21:39:11.896Z] Output of docker top depends on host distro, and is not formalized. [2022-03-05T21:39:11.897Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-05T21:39:11.897Z] Output of docker top depends on host distro, and is not formalized. [2022-03-05T21:39:11.897Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-05T21:39:11.897Z] Can fail if eth0 has multiple IP addresses [2022-03-05T21:39:11.897Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-05T21:39:11.897Z] This doesn't seem to be taken into account by the engine [2022-03-05T21:39:11.897Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-05T21:39:11.897Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-05T21:39:11.897Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.87 seconds == [2022-03-05T21:39:11.915Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T21:39:12.154Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-05T21:39:12.224Z] INFO: Running unit tests... [2022-03-05T21:39:12.553Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T21:39:13.125Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T21:39:13.828Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T21:39:13.828Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T21:39:14.160Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T21:39:14.160Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.53s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.25s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.29s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.69s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.70s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.61s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.75s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.73s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-03-05T21:39:15.743Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.63s) [2022-03-05T21:39:15.743Z] === RUN TestCgroupNamespacesRun [2022-03-05T21:39:16.092Z] --- PASS: TestServiceWithDataPathPortInit (15.75s) [2022-03-05T21:39:16.092Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:39:16.683Z] --- PASS: TestCgroupNamespacesRun (1.09s) [2022-03-05T21:39:16.683Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T21:39:17.034Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T21:39:17.624Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.18s) [2022-03-05T21:39:17.624Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.02s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.01s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2022-03-05T21:39:18.186Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-05T21:39:18.186Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestConfigureDaemonLogs [2022-03-05T21:39:18.186Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestCommonOptionsInstallFlags [2022-03-05T21:39:18.186Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-05T21:39:18.186Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-05T21:39:18.186Z] PASS [2022-03-05T21:39:18.186Z] coverage: 18.7% of statements [2022-03-05T21:39:18.186Z] ok github.com/docker/docker/cmd/dockerd 0.473s coverage: 18.7% of statements [2022-03-05T21:39:18.186Z] === RUN TestContainerStopSignal [2022-03-05T21:39:18.186Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestContainerStopTimeout [2022-03-05T21:39:18.186Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-05T21:39:18.186Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-05T21:39:18.186Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-05T21:39:18.186Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-05T21:39:18.186Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-05T21:39:18.186Z] === RUN TestReplaceAndAppendEnvVars [2022-03-05T21:39:18.186Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-05T21:39:18.186Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestNewMemoryStore [2022-03-05T21:39:18.186Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestAddContainers [2022-03-05T21:39:18.186Z] --- PASS: TestAddContainers (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestGetContainer [2022-03-05T21:39:18.186Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestDeleteContainer [2022-03-05T21:39:18.186Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestListContainers [2022-03-05T21:39:18.186Z] --- PASS: TestListContainers (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestFirstContainer [2022-03-05T21:39:18.186Z] --- PASS: TestFirstContainer (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestApplyAllContainer [2022-03-05T21:39:18.186Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestIsValidHealthString [2022-03-05T21:39:18.186Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestStateRunStop [2022-03-05T21:39:18.186Z] --- PASS: TestStateRunStop (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestStateTimeoutWait [2022-03-05T21:39:18.186Z] state_test.go:141: Stop callback fired [2022-03-05T21:39:18.186Z] state_test.go:165: Stop callback fired [2022-03-05T21:39:18.186Z] --- PASS: TestStateTimeoutWait (0.11s) [2022-03-05T21:39:18.186Z] === RUN TestIsValidStateString [2022-03-05T21:39:18.186Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestViewSaveDelete [2022-03-05T21:39:18.186Z] --- PASS: TestViewSaveDelete (0.06s) [2022-03-05T21:39:18.186Z] === RUN TestViewAll [2022-03-05T21:39:18.186Z] --- PASS: TestViewAll (0.03s) [2022-03-05T21:39:18.186Z] === RUN TestViewGet [2022-03-05T21:39:18.186Z] --- PASS: TestViewGet (0.01s) [2022-03-05T21:39:18.186Z] === RUN TestNames [2022-03-05T21:39:18.186Z] --- PASS: TestNames (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestViewWithHealthCheck [2022-03-05T21:39:18.186Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-05T21:39:18.186Z] PASS [2022-03-05T21:39:18.186Z] coverage: 41.7% of statements [2022-03-05T21:39:18.186Z] ok github.com/docker/docker/container 0.461s coverage: 41.7% of statements [2022-03-05T21:39:18.186Z] === RUN TestPrepare [2022-03-05T21:39:18.186Z] --- PASS: TestPrepare (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestStart [2022-03-05T21:39:18.186Z] --- PASS: TestStart (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestWaitCancel [2022-03-05T21:39:18.186Z] --- PASS: TestWaitCancel (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestWaitDisabled [2022-03-05T21:39:18.186Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestWaitEnabled [2022-03-05T21:39:18.186Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-05T21:39:18.186Z] === RUN TestRemove [2022-03-05T21:39:18.186Z] --- PASS: TestRemove (0.00s) [2022-03-05T21:39:18.186Z] PASS [2022-03-05T21:39:18.186Z] coverage: 65.3% of statements [2022-03-05T21:39:18.186Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.184s coverage: 65.3% of statements [2022-03-05T21:39:18.952Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4y977p35ge54ryczeyxuh2idd Created:2022-03-05 21:39:16.993870943 +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[88a417a663b40cb46cd5b7db96286bd1b7026f841be2345fead7681f021b17bd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0c6pkr8y1g4c6mspf5vmbeio0 EndpointID:a66b8b248b21a09eafc95d56496f9a20ddcd6447df48be038a43bdca66af52bd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:82a7f701c3d96979619f319fdbc88ca1a89c4d059b635684c73d475a4f3de58f 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:9dd9458d8bb0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0c6pkr8y1g4c6mspf5vmbeio0 EndpointID:a66b8b248b21a09eafc95d56496f9a20ddcd6447df48be038a43bdca66af52bd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-05T21:39:18.952Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T21:39:19.010Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s) [2022-03-05T21:39:19.010Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T21:39:19.525Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T21:39:19.754Z] === RUN TestNewListSecretsFilters [2022-03-05T21:39:19.754Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-05T21:39:19.754Z] === RUN TestNewListConfigsFilters [2022-03-05T21:39:19.754Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-05T21:39:19.754Z] PASS [2022-03-05T21:39:19.754Z] coverage: 0.5% of statements [2022-03-05T21:39:19.754Z] ok github.com/docker/docker/daemon/cluster 0.478s coverage: 0.5% of statements [2022-03-05T21:39:19.952Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-03-05T21:39:19.952Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T21:39:20.097Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T21:39:20.895Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.08s) [2022-03-05T21:39:20.895Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T21:39:22.155Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T21:39:22.155Z] [2022-03-05T21:39:22.155Z] Unloading profiles will leave already running processes permanently [2022-03-05T21:39:22.155Z] unconfined, which can lead to unexpected situations. [2022-03-05T21:39:22.155Z] [2022-03-05T21:39:22.155Z] To set a process to complain mode, use the command line tool [2022-03-05T21:39:22.155Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T21:39:22.155Z] [2022-03-05T21:39:22.276Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2022-03-05T21:39:22.276Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T21:39:22.524Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T21:39:22.706Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-05T21:39:22.845Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-03-05T21:39:22.846Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T21:39:23.175Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.24s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-05T21:39:23.175Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T21:39:23.175Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-05T21:39:23.176Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-05T21:39:23.176Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-05T21:39:23.176Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-05T21:39:23.176Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-05T21:39:23.176Z] PASS [2022-03-05T21:39:23.176Z] coverage: 35.9% of statements [2022-03-05T21:39:23.176Z] ok github.com/docker/docker/daemon/cluster/convert 0.454s coverage: 35.9% of statements [2022-03-05T21:39:23.396Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.32s) [2022-03-05T21:39:23.396Z] PASS [2022-03-05T21:39:23.396Z] [2022-03-05T21:39:23.396Z] === Skipped [2022-03-05T21:39:23.396Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:39:23.396Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:39:23.396Z] [2022-03-05T21:39:23.396Z] DONE 26 tests, 1 skipped in 49.741s [2022-03-05T21:39:23.396Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:39:23.396Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:23.396Z] ++ set -e [2022-03-05T21:39:23.396Z] ++ '[' -n 0 ']' [2022-03-05T21:39:23.396Z] ++ set -x [2022-03-05T21:39:23.396Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:23.396Z] INFO: Testing against a local daemon [2022-03-05T21:39:23.396Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T21:39:23.396Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:39:23.396Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:39:23.396Z] === RUN TestDockerNetworkIpvlan [2022-03-05T21:39:23.396Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:39:23.396Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:39:23.396Z] PASS [2022-03-05T21:39:23.396Z] [2022-03-05T21:39:23.396Z] === Skipped [2022-03-05T21:39:23.396Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:39:23.396Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:39:23.396Z] [2022-03-05T21:39:23.396Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:39:23.396Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:39:23.396Z] [2022-03-05T21:39:23.396Z] DONE 2 tests, 2 skipped in 0.112s [2022-03-05T21:39:23.396Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:39:23.396Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:23.396Z] ++ set -e [2022-03-05T21:39:23.396Z] ++ '[' -n 0 ']' [2022-03-05T21:39:23.396Z] ++ set -x [2022-03-05T21:39:23.396Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:23.659Z] INFO: Testing against a local daemon [2022-03-05T21:39:23.659Z] === RUN TestDockerNetworkMacvlanPersistance Post stage [Pipeline] junit [2022-03-05T21:39:23.670Z] Recording test results [2022-03-05T21:39:23.723Z] --- PASS: TestCheckoutGit (59.41s) [2022-03-05T21:39:23.723Z] === RUN TestValidGitTransport [2022-03-05T21:39:23.723Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-05T21:39:23.723Z] === RUN TestGitInvalidRef [2022-03-05T21:39:23.784Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-03-05T21:39:23.784Z] === RUN TestNISDomainname [2022-03-05T21:39:23.839Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-05T21:39:24.114Z] + echo Ensuring container killed. [2022-03-05T21:39:24.114Z] Ensuring container killed. [2022-03-05T21:39:24.114Z] + docker rm -vf docker-pr2 [2022-03-05T21:39:24.114Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-05T21:39:24.192Z] --- PASS: TestGitInvalidRef (0.42s) [2022-03-05T21:39:24.192Z] PASS [2022-03-05T21:39:24.192Z] coverage: 86.3% of statements [2022-03-05T21:39:24.192Z] ok github.com/docker/docker/builder/remotecontext/git 59.950s coverage: 86.3% of statements [2022-03-05T21:39:24.355Z] --- PASS: TestNISDomainname (0.46s) [2022-03-05T21:39:24.355Z] === RUN TestHostnameDnsResolution [2022-03-05T21:39:24.396Z] + echo Chowning /workspace to jenkins user [2022-03-05T21:39:24.396Z] Chowning /workspace to jenkins user [2022-03-05T21:39:24.396Z] + id -u [2022-03-05T21:39:24.396Z] + id -g [2022-03-05T21:39:24.396Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T21:39:24.928Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-03-05T21:39:24.928Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T21:39:25.051Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s) [2022-03-05T21:39:25.051Z] === RUN TestDockerNetworkMacvlan [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T21:39:25.190Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T21:39:25.501Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2022-03-05T21:39:25.501Z] === RUN TestStats [2022-03-05T21:39:25.625Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-05T21:39:25.659Z] ? github.com/docker/docker/contrib/httpserver [no test files] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T21:39:26.068Z] + bundleName=docker-py [2022-03-05T21:39:26.068Z] + echo Creating docker-py-bundles.tar.gz [2022-03-05T21:39:26.068Z] Creating docker-py-bundles.tar.gz [2022-03-05T21:39:26.068Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-03-05T21:39:26.081Z] Archiving artifacts [2022-03-05T21:39:26.128Z] === RUN TestVerifyNetworkingConfig [2022-03-05T21:39:26.128Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestGetContainer [2022-03-05T21:39:26.128Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestValidContainerNames [2022-03-05T21:39:26.128Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestContainerInitDNS [2022-03-05T21:39:26.128Z] daemon_test.go:145: root required [2022-03-05T21:39:26.128Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestMerge [2022-03-05T21:39:26.128Z] --- PASS: TestMerge (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestValidateContainerIsolation [2022-03-05T21:39:26.128Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestFindNetworkErrorType [2022-03-05T21:39:26.128Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-05T21:39:26.128Z] === RUN TestEnsureServicesExist [2022-03-05T21:39:26.128Z] --- PASS: TestEnsureServicesExist (0.02s) [2022-03-05T21:39:26.128Z] === RUN TestEnsureServicesExistErrors [2022-03-05T21:39:26.128Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-05T21:39:26.200Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T21:39:26.237Z] 2022/03/05 21:39:18 Closing DB instances... [2022-03-05T21:39:26.237Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-05T21:39:26.237Z] === RUN TestFindNode [2022-03-05T21:39:26.237Z] 2022/03/05 21:39:19 Closing DB instances... [2022-03-05T21:39:26.237Z] --- PASS: TestFindNode (0.02s) [2022-03-05T21:39:26.237Z] === RUN TestChangeNodeState [2022-03-05T21:39:26.237Z] 2022/03/05 21:39:20 Closing DB instances... [2022-03-05T21:39:26.237Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-05T21:39:26.237Z] === RUN TestNodeReincarnation [2022-03-05T21:39:26.237Z] 2022/03/05 21:39:20 Closing DB instances... [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-05T21:39:26.237Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-05T21:39:26.237Z] === RUN TestParallelCreate [2022-03-05T21:39:26.237Z] 2022/03/05 21:39:25 Closing DB instances... [2022-03-05T21:39:26.237Z] --- PASS: TestParallelCreate (0.02s) [2022-03-05T21:39:26.237Z] === RUN TestParallelDelete [2022-03-05T21:39:26.237Z] 2022/03/05 21:39:25 Closing DB instances... [2022-03-05T21:39:26.237Z] --- PASS: TestParallelDelete (0.03s) [2022-03-05T21:39:26.237Z] === RUN TestNetworkDBIslands [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:4bf00f19f87e with config:&{NodeID:4bf00f19f87e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cbaa6957173d with config:&{NodeID:cbaa6957173d Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node cbaa6957173d/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node cbaa6957173d/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node cbaa6957173d/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node cbaa6957173d/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:2058a4b29d69 with config:&{NodeID:2058a4b29d69 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 2058a4b29d69/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 2058a4b29d69/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 2058a4b29d69/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 2058a4b29d69/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node cbaa6957173d/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=info msg="Node cbaa6957173d/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:26Z" level=info msg="Node 2058a4b29d69/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.237Z] time="2022-03-05T21:39:26Z" level=info msg="Node 2058a4b29d69/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.350Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-05T21:39:26.461Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-05T21:39:26.596Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-05T21:39:26.596Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-05T21:39:26.596Z] --- PASS: TestEnsureServicesExistErrors (0.01s) [2022-03-05T21:39:26.596Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-05T21:39:26.596Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-05T21:39:26.596Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestContainerDelete [2022-03-05T21:39:26.596Z] --- PASS: TestContainerDelete (0.01s) [2022-03-05T21:39:26.596Z] === RUN TestContainerDoubleDelete [2022-03-05T21:39:26.596Z] --- PASS: TestContainerDoubleDelete (0.01s) [2022-03-05T21:39:26.596Z] === RUN TestLogContainerEventCopyLabels [2022-03-05T21:39:26.596Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestLogContainerEventWithAttributes [2022-03-05T21:39:26.596Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestNoneHealthcheck [2022-03-05T21:39:26.596Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestHealthStates [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] time="2022-03-05T21:39:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:39:26.596Z] --- PASS: TestHealthStates (0.26s) [2022-03-05T21:39:26.596Z] === RUN TestGetInspectData [2022-03-05T21:39:26.596Z] --- PASS: TestGetInspectData (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestFillLicense [2022-03-05T21:39:26.596Z] --- PASS: TestFillLicense (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestListInvalidFilter [2022-03-05T21:39:26.596Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestNameFilter [2022-03-05T21:39:26.596Z] --- PASS: TestNameFilter (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-05T21:39:26.596Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-05T21:39:26.596Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-05T21:39:26.596Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-05T21:39:26.597Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-05T21:39:26.597Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestDaemonReloadLabels [2022-03-05T21:39:26.597Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-05T21:39:26.597Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestDaemonReloadMirrors [2022-03-05T21:39:26.597Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-05T21:39:26.597Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-05T21:39:26.597Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-05T21:39:26.597Z] reload_test.go:342: root required [2022-03-05T21:39:26.597Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T21:39:26.597Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-05T21:39:26.597Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-05T21:39:26.597Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-05T21:39:26.597Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2022-03-05T21:39:26.597Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-05T21:39:26.597Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s) [2022-03-05T21:39:26.597Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-05T21:39:26.597Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-05T21:39:26.597Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-05T21:39:26.597Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-03-05T21:39:26.597Z] === RUN TestParseVolumesFrom [2022-03-05T21:39:26.597Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-05T21:39:26.597Z] PASS [2022-03-05T21:39:26.597Z] coverage: 8.6% of statements [2022-03-05T21:39:26.597Z] ok github.com/docker/docker/daemon 1.102s coverage: 8.6% of statements [2022-03-05T21:39:26.597Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9fcbc0118669 with config:&{NodeID:9fcbc0118669 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node cbaa6957173d/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node cbaa6957173d/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 2058a4b29d69/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 2058a4b29d69/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:26.694Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:26.704Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh binary [2022-03-05T21:39:26.964Z] [2022-03-05T21:39:27.066Z] === RUN TestBuilderGC [2022-03-05T21:39:27.066Z] --- PASS: TestBuilderGC (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationNotFound [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonBrokenConfiguration [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestFindConfigurationConflicts [2022-03-05T21:39:27.066Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-05T21:39:27.066Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-05T21:39:27.066Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-05T21:39:27.066Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-05T21:39:27.066Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_label [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_dns [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-05T21:39:27.066Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-05T21:39:27.066Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestReloadSetConfigFileNotExist [2022-03-05T21:39:27.066Z] time="2022-03-05T21:39:26Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-05T21:39:27.066Z] --- PASS: TestReloadSetConfigFileNotExist (0.23s) [2022-03-05T21:39:27.066Z] === RUN TestReloadDefaultConfigNotExist [2022-03-05T21:39:27.066Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:27.066Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-05T21:39:27.066Z] === RUN TestReloadBadDefaultConfig [2022-03-05T21:39:27.066Z] time="2022-03-05T21:39:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1420142658" [2022-03-05T21:39:27.066Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestReloadWithConflictingLabels [2022-03-05T21:39:27.066Z] time="2022-03-05T21:39:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1629374577" [2022-03-05T21:39:27.066Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestReloadWithDuplicateLabels [2022-03-05T21:39:27.066Z] time="2022-03-05T21:39:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-911191815" [2022-03-05T21:39:27.066Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-03-05T21:39:27.066Z] === RUN TestMaskURLCredentials [2022-03-05T21:39:27.066Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-05T21:39:27.066Z] === RUN TestDaemonConfigurationMerge [2022-03-05T21:39:27.066Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-05T21:39:27.066Z] PASS [2022-03-05T21:39:27.066Z] coverage: 79.2% of statements [2022-03-05T21:39:27.066Z] ok github.com/docker/docker/daemon/config 0.505s coverage: 79.2% of statements [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:ec4e91cb8bb4 with config:&{NodeID:ec4e91cb8bb4 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node cbaa6957173d/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node cbaa6957173d/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node 2058a4b29d69/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node 2058a4b29d69/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:26Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:27Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:27.151Z] time="2022-03-05T21:39:27Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:27.223Z] Removing bundles/ [2022-03-05T21:39:27.223Z] [2022-03-05T21:39:27.223Z] ---> Making bundle: binary (in bundles/binary) [2022-03-05T21:39:27.223Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-05T21:39:27.223Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:39:27.407Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-05T21:39:27.535Z] === RUN TestWaitNodeAttachment [2022-03-05T21:39:27.535Z] === RUN TestEventsLog [2022-03-05T21:39:27.535Z] --- PASS: TestEventsLog (0.00s) [2022-03-05T21:39:27.535Z] === RUN TestEventsLogTimeout [2022-03-05T21:39:27.535Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-05T21:39:27.535Z] === RUN TestLogEvents [2022-03-05T21:39:27.535Z] --- PASS: TestLogEvents (0.05s) [2022-03-05T21:39:27.535Z] === RUN TestLoadBufferedEvents [2022-03-05T21:39:27.607Z] networkdb_test.go:835: Re-joining: 3 [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=info msg="The new bootstrap node list is:[172.30.55.249:10033 172.30.55.249:10034 172.30.55.249:10035]" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49370" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10033" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10034" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49371" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49372" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10035" [2022-03-05T21:39:27.607Z] networkdb_test.go:835: Re-joining: 4 [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=info msg="The new bootstrap node list is:[172.30.55.249:10033 172.30.55.249:10034 172.30.55.249:10035]" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10033" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49373" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10034" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49374" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10035" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49375" [2022-03-05T21:39:27.607Z] time="2022-03-05T21:39:27Z" level=info msg="node 0 leaving" [2022-03-05T21:39:28.004Z] --- PASS: TestLoadBufferedEvents (0.25s) [2022-03-05T21:39:28.004Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-05T21:39:28.004Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-05T21:39:28.004Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-05T21:39:28.004Z] PASS [2022-03-05T21:39:28.004Z] coverage: 50.0% of statements [2022-03-05T21:39:28.004Z] ok github.com/docker/docker/daemon/events 0.432s coverage: 50.0% of statements [2022-03-05T21:39:28.004Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-05T21:39:28.004Z] === RUN TestIsolationConversion [2022-03-05T21:39:28.004Z] === RUN TestIsolationConversion/default [2022-03-05T21:39:28.004Z] === RUN TestIsolationConversion/process [2022-03-05T21:39:28.004Z] === RUN TestIsolationConversion/hyperv [2022-03-05T21:39:28.004Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestContainerLabels [2022-03-05T21:39:28.004Z] --- PASS: TestContainerLabels (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestCredentialSpecConversion [2022-03-05T21:39:28.004Z] === RUN TestCredentialSpecConversion/none [2022-03-05T21:39:28.004Z] === RUN TestCredentialSpecConversion/config [2022-03-05T21:39:28.004Z] === RUN TestCredentialSpecConversion/file [2022-03-05T21:39:28.004Z] === RUN TestCredentialSpecConversion/registry [2022-03-05T21:39:28.004Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-05T21:39:28.004Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestControllerValidateMountBind [2022-03-05T21:39:28.004Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestControllerValidateMountVolume [2022-03-05T21:39:28.004Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestControllerValidateMountTarget [2022-03-05T21:39:28.004Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestControllerValidateMountTmpfs [2022-03-05T21:39:28.004Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestControllerValidateMountInvalidType [2022-03-05T21:39:28.004Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-05T21:39:28.004Z] === RUN TestControllerValidateMountNamedPipe [2022-03-05T21:39:28.004Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-05T21:39:28.004Z] PASS [2022-03-05T21:39:28.004Z] coverage: 11.0% of statements [2022-03-05T21:39:28.004Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.847s coverage: 11.0% of statements [2022-03-05T21:39:28.004Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T21:39:28.004Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T21:39:28.004Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T21:39:28.053Z] --- PASS: TestStats (2.40s) [2022-03-05T21:39:28.053Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:39:28.053Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T21:39:28.053Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T21:39:28.053Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T21:39:28.053Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T21:39:28.053Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T21:39:28.053Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T21:39:28.053Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T21:39:28.053Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T21:39:28.053Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T21:39:28.053Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="node3(2058a4b29d69): Node leave event for 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="node2(cbaa6957173d): Node leave event for 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="node4(9fcbc0118669): Node leave event for 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="node1(4bf00f19f87e): Node leave event for 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.064Z] time="2022-03-05T21:39:27Z" level=info msg="Node 4bf00f19f87e/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.317Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="node 1 leaving" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="node3(2058a4b29d69): Node leave event for cbaa6957173d/172.30.55.249" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d change state NodeActive --> NodeFailed" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d/172.30.55.249, added to failed nodes list" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for cbaa6957173d/172.30.55.249" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="node4(9fcbc0118669): Node leave event for cbaa6957173d/172.30.55.249" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=error msg="node: cbaa6957173d is unknown to memberlist" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.520Z] time="2022-03-05T21:39:28Z" level=info msg="Node cbaa6957173d/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="node 2 leaving" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="Node 2058a4b29d69 change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for 2058a4b29d69/172.30.55.249" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="Node 2058a4b29d69 change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="node4(9fcbc0118669): Node leave event for 2058a4b29d69/172.30.55.249" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="Node 2058a4b29d69 change state NodeActive --> NodeLeft" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="node3(2058a4b29d69): Node leave event for 2058a4b29d69/172.30.55.249" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=debug msg="memberlist: Failed ping: cbaa6957173d (timeout reached)" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.55.249:10035: use of closed network connection" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.55.249:10037: use of closed network connection" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="Node 2058a4b29d69/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="Node 2058a4b29d69/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.976Z] time="2022-03-05T21:39:28Z" level=info msg="Node 2058a4b29d69/172.30.55.249, left gossip cluster" [2022-03-05T21:39:28.991Z] === RUN TestIsEmptyDir [2022-03-05T21:39:28.991Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-05T21:39:28.991Z] PASS [2022-03-05T21:39:28.991Z] coverage: 2.3% of statements [2022-03-05T21:39:28.991Z] ok github.com/docker/docker/daemon/graphdriver 0.139s coverage: 2.3% of statements [2022-03-05T21:39:28.991Z] === RUN TestLinkNaming [2022-03-05T21:39:28.991Z] --- PASS: TestLinkNaming (0.00s) [2022-03-05T21:39:28.991Z] === RUN TestLinkNew [2022-03-05T21:39:28.991Z] --- PASS: TestLinkNew (0.00s) [2022-03-05T21:39:28.991Z] === RUN TestLinkEnv [2022-03-05T21:39:28.991Z] --- PASS: TestLinkEnv (0.00s) [2022-03-05T21:39:28.991Z] === RUN TestLinkMultipleEnv [2022-03-05T21:39:28.991Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-05T21:39:28.991Z] === RUN TestLinkPortRangeEnv [2022-03-05T21:39:28.991Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-05T21:39:28.991Z] PASS [2022-03-05T21:39:28.991Z] coverage: 93.0% of statements [2022-03-05T21:39:28.991Z] ok github.com/docker/docker/daemon/links 0.071s coverage: 93.0% of statements [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-05T21:39:28.991Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="memberlist: Suspect cbaa6957173d has failed, no acks received" [2022-03-05T21:39:29.433Z] networkdb_test.go:867: node4: OK [2022-03-05T21:39:29.433Z] networkdb_test.go:867: node5: OK [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="node 0 coming back" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3e151243d510 with config:&{NodeID:3e151243d510 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="Node 3e151243d510/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="Node 3e151243d510/172.30.55.249, added to nodes list" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="node 1 coming back" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4ea8dc6db29f with config:&{NodeID:4ea8dc6db29f Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, added to nodes list" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="node 2 coming back" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:106efe9b7d13 with config:&{NodeID:106efe9b7d13 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="Node 106efe9b7d13/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:29.433Z] time="2022-03-05T21:39:29Z" level=info msg="Node 106efe9b7d13/172.30.55.249, added to nodes list" [2022-03-05T21:39:29.956Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-05T21:39:29.956Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-05T21:39:29.956Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-05T21:39:30.233Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T21:39:31.210Z] === RUN TestAdapterReadLogs [2022-03-05T21:39:31.210Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-05T21:39:31.210Z] === RUN TestCopier [2022-03-05T21:39:31.210Z] --- PASS: TestCopier (0.00s) [2022-03-05T21:39:31.210Z] === RUN TestCopierLongLines [2022-03-05T21:39:31.210Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-05T21:39:31.210Z] === RUN TestCopierSlow [2022-03-05T21:39:31.615Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-05T21:39:31.615Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-03-05T21:39:31.615Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-03-05T21:39:31.615Z] --- PASS: TestStopContainerWithTimeout/3 (2.36s) [2022-03-05T21:39:31.615Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-03-05T21:39:31.615Z] === RUN TestDeleteDevicemapper [2022-03-05T21:39:31.615Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:39:31.616Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T21:39:31.616Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:39:31.678Z] --- PASS: TestCopierSlow (0.20s) [2022-03-05T21:39:31.678Z] === RUN TestCopierWithSized [2022-03-05T21:39:31.678Z] === RUN TestCopierWithSized/as_is [2022-03-05T21:39:31.678Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-05T21:39:31.678Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-05T21:39:31.678Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-05T21:39:31.678Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-05T21:39:31.678Z] === RUN TestCopierWithPartial [2022-03-05T21:39:31.678Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-05T21:39:31.678Z] === RUN TestRingLogger [2022-03-05T21:39:31.678Z] --- PASS: TestRingLogger (0.00s) [2022-03-05T21:39:31.678Z] === RUN TestRingCap [2022-03-05T21:39:31.678Z] --- PASS: TestRingCap (0.00s) [2022-03-05T21:39:31.678Z] === RUN TestRingClose [2022-03-05T21:39:31.678Z] --- PASS: TestRingClose (0.00s) [2022-03-05T21:39:31.678Z] === RUN TestRingDrain [2022-03-05T21:39:31.678Z] --- PASS: TestRingDrain (0.00s) [2022-03-05T21:39:31.678Z] PASS [2022-03-05T21:39:31.678Z] coverage: 43.2% of statements [2022-03-05T21:39:31.678Z] ok github.com/docker/docker/daemon/logger 0.345s coverage: 43.2% of statements [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-05T21:39:31.678Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-05T21:39:31.678Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-05T21:39:31.678Z] PASS [2022-03-05T21:39:31.678Z] coverage: 33.6% of statements [2022-03-05T21:39:31.678Z] ok github.com/docker/docker/daemon/logger/fluentd 0.122s coverage: 33.6% of statements [2022-03-05T21:39:31.871Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T21:39:32.443Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-05T21:39:32.443Z] docker_api_swarm_test.go:304: [d1eb1a6ad2ca6] joining swarm manager [d399fab682eb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:39:32.665Z] === RUN TestNewStreamConfig [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/defaults [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-05T21:39:32.666Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-05T21:39:32.666Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-05T21:39:32.666Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-05T21:39:32.666Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-05T21:39:32.666Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-05T21:39:32.666Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-05T21:39:32.666Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-05T21:39:32.666Z] === RUN TestSearchRegistryForImagesErrors [2022-03-05T21:39:32.666Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestSearchRegistryForImages [2022-03-05T21:39:32.666Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestOnlyPlatformWithFallback [2022-03-05T21:39:32.666Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestImageDelete [2022-03-05T21:39:32.666Z] === RUN TestImageDelete/no_lease [2022-03-05T21:39:32.666Z] === RUN TestImageDelete/lease_exists [2022-03-05T21:39:32.666Z] time="2022-03-05T21:39:32Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-05T21:39:32.666Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.24s) [2022-03-05T21:39:32.666Z] === RUN TestCreateSuccess [2022-03-05T21:39:32.666Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestCreateStreamSkipped [2022-03-05T21:39:32.666Z] time="2022-03-05T21:39:32Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-05T21:39:32.666Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestCreateLogGroupSuccess [2022-03-05T21:39:32.666Z] time="2022-03-05T21:39:32Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-05T21:39:32.666Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestCreateError [2022-03-05T21:39:32.666Z] --- PASS: TestCreateError (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestCreateAlreadyExists [2022-03-05T21:39:32.666Z] time="2022-03-05T21:39:32Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-05T21:39:32.666Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestLogClosed [2022-03-05T21:39:32.666Z] --- PASS: TestLogClosed (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestLogBlocking [2022-03-05T21:39:32.666Z] --- PASS: TestLogBlocking (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-05T21:39:32.666Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestLogNonBlockingBufferFull [2022-03-05T21:39:32.666Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestPublishBatchSuccess [2022-03-05T21:39:32.666Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestPublishBatchError [2022-03-05T21:39:32.666Z] time="2022-03-05T21:39:32Z" level=error msg=error [2022-03-05T21:39:32.666Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-05T21:39:32.666Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-05T21:39:32.666Z] time="2022-03-05T21:39:32Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T21:39:32.986Z] ? github.com/docker/docker/api [no test files] [2022-03-05T21:39:32.998Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.25s) [2022-03-05T21:39:32.998Z] === RUN TestUpdateMemory [2022-03-05T21:39:33.134Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-05T21:39:33.134Z] time="2022-03-05T21:39:32Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T21:39:33.134Z] time="2022-03-05T21:39:32Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-05T21:39:33.134Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchSimple [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchTicker [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMultilinePattern [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-05T21:39:33.134Z] --- PASS: TestImageDelete (0.06s) [2022-03-05T21:39:33.134Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-05T21:39:33.134Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-05T21:39:33.134Z] === RUN TestContentStoreForPull [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.10s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchClose [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen/0/Hello [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen/2/🙃 [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen/3/���� [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen/4/He��o [2022-03-05T21:39:33.134Z] === RUN TestEffectiveLen/5/ [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen (0.01s) [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/0/ [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/1/Hello [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: Hello [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/2/Hello [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: He [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: llo [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/3/Hello [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: Hello [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/4/🙃 [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/5/🙃 [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/6/a� [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: a [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: � [2022-03-05T21:39:33.134Z] === RUN TestFindValidSplit/7/a� [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1076: a� [2022-03-05T21:39:33.134Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-05T21:39:33.134Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestProcessEventEmoji [2022-03-05T21:39:33.134Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchLineSplit [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMaxEvents [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-05T21:39:33.134Z] --- PASS: TestCollectBatchMaxTotalBytes (0.10s) [2022-03-05T21:39:33.134Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-05T21:39:33.135Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-05T21:39:33.135Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-05T21:39:33.135Z] --- PASS: TestContentStoreForPull (0.27s) [2022-03-05T21:39:33.135Z] PASS [2022-03-05T21:39:33.135Z] coverage: 6.8% of statements [2022-03-05T21:39:33.135Z] ok github.com/docker/docker/daemon/images 0.569s coverage: 6.8% of statements [2022-03-05T21:39:33.135Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-05T21:39:33.135Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsFormat [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-05T21:39:33.135Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-05T21:39:33.135Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestCreateTagSuccess [2022-03-05T21:39:33.135Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-05T21:39:33.135Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-05T21:39:33.135Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-05T21:39:33.135Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-05T21:39:33.135Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-05T21:39:33.135Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-05T21:39:33.135Z] PASS [2022-03-05T21:39:33.135Z] coverage: 80.2% of statements [2022-03-05T21:39:33.135Z] ok github.com/docker/docker/daemon/logger/awslogs 0.780s coverage: 80.2% of statements [2022-03-05T21:39:33.135Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T21:39:33.135Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T21:39:33.135Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-05T21:39:33.135Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T21:39:33.135Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-05T21:39:33.135Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-05T21:39:33.154Z] time="2022-03-05T21:39:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.55.249:10033 172.30.55.249:10034 172.30.55.249:10035]" [2022-03-05T21:39:33.155Z] time="2022-03-05T21:39:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.55.249:10033 172.30.55.249:10034 172.30.55.249:10035]" [2022-03-05T21:39:33.568Z] --- PASS: TestUpdateMemory (0.46s) [2022-03-05T21:39:33.568Z] === RUN TestUpdateCPUQuota [2022-03-05T21:39:33.609Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-05T21:39:33.610Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-05T21:39:33.610Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-05T21:39:33.610Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.24s) [2022-03-05T21:39:33.610Z] === RUN TestFastTimeMarshalJSON [2022-03-05T21:39:33.610Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-05T21:39:33.610Z] PASS [2022-03-05T21:39:33.610Z] coverage: 87.2% of statements [2022-03-05T21:39:33.610Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.346s coverage: 87.2% of statements [2022-03-05T21:39:33.610Z] === RUN TestJSONFileLogger [2022-03-05T21:39:33.610Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-05T21:39:33.610Z] === RUN TestJSONFileLoggerWithTags [2022-03-05T21:39:33.610Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-05T21:39:33.610Z] === RUN TestJSONFileLoggerWithOpts [2022-03-05T21:39:33.610Z] --- PASS: TestJSONFileLoggerWithOpts (0.05s) [2022-03-05T21:39:33.610Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-05T21:39:33.610Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-03-05T21:39:33.610Z] === RUN TestEncodeDecode [2022-03-05T21:39:33.610Z] === PAUSE TestEncodeDecode [2022-03-05T21:39:33.610Z] === RUN TestUnexpectedEOF [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10033" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49377" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, is the new incarnation of the shutdown node 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49378" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10034" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, is the new incarnation of the shutdown node cbaa6957173d/172.30.55.249" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10035" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49379" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 9fcbc0118669/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 9fcbc0118669/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, is the new incarnation of the shutdown node 2058a4b29d69/172.30.55.249" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, is the new incarnation of the shutdown node 4bf00f19f87e/172.30.55.249" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 3e151243d510/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, is the new incarnation of the shutdown node cbaa6957173d/172.30.55.249" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, is the new incarnation of the shutdown node 2058a4b29d69/172.30.55.249" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, added to nodes list" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, joined gossip cluster" [2022-03-05T21:39:33.611Z] time="2022-03-05T21:39:33Z" level=info msg="Node 106efe9b7d13/172.30.55.249, added to nodes list" [2022-03-05T21:39:34.067Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10033" [2022-03-05T21:39:34.067Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49380" [2022-03-05T21:39:34.067Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10034" [2022-03-05T21:39:34.067Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49381" [2022-03-05T21:39:34.067Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.55.249:10035" [2022-03-05T21:39:34.067Z] time="2022-03-05T21:39:33Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49382" [2022-03-05T21:39:34.078Z] time="2022-03-05T21:39:33Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T21:39:34.078Z] time="2022-03-05T21:39:33Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T21:39:34.078Z] --- PASS: TestUnexpectedEOF (0.26s) [2022-03-05T21:39:34.078Z] === CONT TestEncodeDecode [2022-03-05T21:39:34.078Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-05T21:39:34.078Z] PASS [2022-03-05T21:39:34.078Z] coverage: 69.9% of statements [2022-03-05T21:39:34.078Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.470s coverage: 69.9% of statements [2022-03-05T21:39:34.137Z] --- PASS: TestUpdateCPUQuota (0.74s) [2022-03-05T21:39:34.137Z] === RUN TestUpdatePidsLimit [2022-03-05T21:39:34.137Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-05T21:39:34.357Z] docker_api_swarm_test.go:305: [d2aeefc15c7ef] joining swarm manager [d399fab682eb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:39:34.397Z] === RUN TestUpdatePidsLimit/no_change [2022-03-05T21:39:34.523Z] 2022/03/05 21:39:34 Closing DB instances... [2022-03-05T21:39:34.523Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510 change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.523Z] time="2022-03-05T21:39:34Z" level=info msg="node2(4ea8dc6db29f): Node leave event for 3e151243d510/172.30.55.249" [2022-03-05T21:39:34.523Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510 change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.523Z] time="2022-03-05T21:39:34Z" level=info msg="node4(9fcbc0118669): Node leave event for 3e151243d510/172.30.55.249" [2022-03-05T21:39:34.524Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510 change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.524Z] time="2022-03-05T21:39:34Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for 3e151243d510/172.30.55.249" [2022-03-05T21:39:34.524Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510 change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.524Z] time="2022-03-05T21:39:34Z" level=info msg="node1(3e151243d510): Node leave event for 3e151243d510/172.30.55.249" [2022-03-05T21:39:34.524Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510 change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.524Z] time="2022-03-05T21:39:34Z" level=info msg="node3(106efe9b7d13): Node leave event for 3e151243d510/172.30.55.249" [2022-03-05T21:39:34.617Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T21:39:34.656Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-05T21:39:34.657Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-05T21:39:34.880Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-05T21:39:34.918Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510/172.30.55.249, left gossip cluster" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510/172.30.55.249, left gossip cluster" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510/172.30.55.249, left gossip cluster" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510/172.30.55.249, left gossip cluster" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 3e151243d510/172.30.55.249, left gossip cluster" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for 4ea8dc6db29f/172.30.55.249" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="node3(106efe9b7d13): Node leave event for 4ea8dc6db29f/172.30.55.249" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="node4(9fcbc0118669): Node leave event for 4ea8dc6db29f/172.30.55.249" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f change state NodeActive --> NodeLeft" [2022-03-05T21:39:34.980Z] time="2022-03-05T21:39:34Z" level=info msg="node2(4ea8dc6db29f): Node leave event for 4ea8dc6db29f/172.30.55.249" [2022-03-05T21:39:35.179Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-05T21:39:35.179Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:34Z" level=info msg="Node 4ea8dc6db29f/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="Node 106efe9b7d13 change state NodeActive --> NodeLeft" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for 106efe9b7d13/172.30.55.249" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="Node 106efe9b7d13 change state NodeActive --> NodeLeft" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="node4(9fcbc0118669): Node leave event for 106efe9b7d13/172.30.55.249" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="Node 106efe9b7d13 change state NodeActive --> NodeLeft" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="node3(106efe9b7d13): Node leave event for 106efe9b7d13/172.30.55.249" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="Node 106efe9b7d13/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.437Z] time="2022-03-05T21:39:35Z" level=info msg="Node 106efe9b7d13/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.454Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T21:39:35.644Z] === RUN TestWriteLog [2022-03-05T21:39:35.644Z] === PAUSE TestWriteLog [2022-03-05T21:39:35.644Z] === RUN TestReadLog [2022-03-05T21:39:35.644Z] === PAUSE TestReadLog [2022-03-05T21:39:35.644Z] === RUN TestDecode [2022-03-05T21:39:35.644Z] --- PASS: TestDecode (0.03s) [2022-03-05T21:39:35.644Z] === CONT TestWriteLog [2022-03-05T21:39:35.644Z] === CONT TestReadLog [2022-03-05T21:39:35.644Z] === RUN TestReadLog/tail_exact [2022-03-05T21:39:35.644Z] --- PASS: TestWriteLog (0.01s) [2022-03-05T21:39:35.644Z] === RUN TestOpenFileDelete [2022-03-05T21:39:35.644Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestOpenFileRename [2022-03-05T21:39:35.644Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestHandleDecoderErr [2022-03-05T21:39:35.644Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestParseLogTagDefaultTag [2022-03-05T21:39:35.644Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestParseLogTag [2022-03-05T21:39:35.644Z] --- PASS: TestParseLogTag (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestParseLogTagEmptyTag [2022-03-05T21:39:35.644Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestTailFiles [2022-03-05T21:39:35.644Z] --- PASS: TestTailFiles (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestFollowLogsConsumerGone [2022-03-05T21:39:35.644Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-03-05T21:39:35.644Z] === RUN TestFollowLogsProducerGone [2022-03-05T21:39:35.644Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-05T21:39:35.644Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-05T21:39:35.644Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-05T21:39:35.644Z] === RUN TestCheckCapacityAndRotate [2022-03-05T21:39:35.644Z] === RUN TestLog [2022-03-05T21:39:35.644Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-05T21:39:35.644Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-05T21:39:35.644Z] --- PASS: TestLog (0.03s) [2022-03-05T21:39:35.644Z] PASS [2022-03-05T21:39:35.644Z] coverage: 31.5% of statements [2022-03-05T21:39:35.644Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.165s coverage: 31.5% of statements [2022-03-05T21:39:35.644Z] --- PASS: TestCheckCapacityAndRotate (0.18s) [2022-03-05T21:39:35.644Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-05T21:39:35.644Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2022-03-05T21:39:35.644Z] PASS [2022-03-05T21:39:35.644Z] coverage: 55.1% of statements [2022-03-05T21:39:35.644Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.325s coverage: 55.1% of statements [2022-03-05T21:39:35.644Z] === RUN TestReadLog/tail_less_than_available [2022-03-05T21:39:35.644Z] === RUN TestReadLog/tail_more_than_available [2022-03-05T21:39:35.644Z] --- PASS: TestReadLog (0.33s) [2022-03-05T21:39:35.644Z] --- PASS: TestReadLog/tail_exact (0.27s) [2022-03-05T21:39:35.644Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-05T21:39:35.644Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-05T21:39:35.644Z] PASS [2022-03-05T21:39:35.644Z] coverage: 78.7% of statements [2022-03-05T21:39:35.644Z] ok github.com/docker/docker/daemon/logger/local 0.500s coverage: 78.7% of statements [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit (1.61s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/no_change (0.17s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/update_lower (0.17s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2022-03-05T21:39:35.751Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-03-05T21:39:35.751Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:39:35.894Z] time="2022-03-05T21:39:35Z" level=info msg="Node 106efe9b7d13/172.30.55.249, left gossip cluster" [2022-03-05T21:39:35.894Z] time="2022-03-05T21:39:35Z" level=debug msg="memberlist: Failed ping: 106efe9b7d13 (timeout reached)" [2022-03-05T21:39:35.894Z] time="2022-03-05T21:39:35Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.55.249:10037: use of closed network connection" [2022-03-05T21:39:35.894Z] time="2022-03-05T21:39:35Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.55.249:10036: use of closed network connection" [2022-03-05T21:39:35.894Z] time="2022-03-05T21:39:35Z" level=debug msg="memberlist: Stream connection from=172.30.55.249:49383" [2022-03-05T21:39:36.114Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T21:39:36.350Z] time="2022-03-05T21:39:35Z" level=info msg="Node 9fcbc0118669 change state NodeActive --> NodeLeft" [2022-03-05T21:39:36.350Z] time="2022-03-05T21:39:35Z" level=info msg="node5(ec4e91cb8bb4): Node leave event for 9fcbc0118669/172.30.55.249" [2022-03-05T21:39:36.350Z] time="2022-03-05T21:39:35Z" level=info msg="Node 9fcbc0118669 change state NodeActive --> NodeLeft" [2022-03-05T21:39:36.350Z] time="2022-03-05T21:39:35Z" level=info msg="node4(9fcbc0118669): Node leave event for 9fcbc0118669/172.30.55.249" [2022-03-05T21:39:36.350Z] time="2022-03-05T21:39:36Z" level=warning msg="memberlist: Was able to connect to 106efe9b7d13 but other probes failed, network may be misconfigured" [2022-03-05T21:39:36.586Z] === RUN TestValidateLogOpt [2022-03-05T21:39:36.586Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestNewMissedConfig [2022-03-05T21:39:36.586Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestNewMissedUrl [2022-03-05T21:39:36.586Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestNewMissedToken [2022-03-05T21:39:36.586Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestNewWithProxy [2022-03-05T21:39:36.586Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestDefault [2022-03-05T21:39:36.586Z] --- PASS: TestDefault (0.01s) [2022-03-05T21:39:36.586Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-05T21:39:36.586Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestJsonFormat [2022-03-05T21:39:36.586Z] --- PASS: TestJsonFormat (0.01s) [2022-03-05T21:39:36.586Z] === RUN TestRawFormat [2022-03-05T21:39:36.586Z] --- PASS: TestRawFormat (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestRawFormatWithLabels [2022-03-05T21:39:36.586Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestRawFormatWithoutTag [2022-03-05T21:39:36.586Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-05T21:39:36.586Z] === RUN TestBatching [2022-03-05T21:39:36.806Z] time="2022-03-05T21:39:36Z" level=info msg="Node 9fcbc0118669/172.30.55.249, left gossip cluster" [2022-03-05T21:39:36.806Z] time="2022-03-05T21:39:36Z" level=info msg="Node 9fcbc0118669/172.30.55.249, left gossip cluster" [2022-03-05T21:39:36.841Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T21:39:37.057Z] === RUN TestNewParse [2022-03-05T21:39:37.057Z] --- PASS: TestNewParse (0.00s) [2022-03-05T21:39:37.057Z] PASS [2022-03-05T21:39:37.057Z] coverage: 8.3% of statements [2022-03-05T21:39:37.057Z] ok github.com/docker/docker/daemon/logger/templates 0.103s coverage: 8.3% of statements [2022-03-05T21:39:37.057Z] --- PASS: TestBatching (0.30s) [2022-03-05T21:39:37.057Z] === RUN TestFrequency [2022-03-05T21:39:37.057Z] --- PASS: TestFrequency (0.16s) [2022-03-05T21:39:37.057Z] === RUN TestOneMessagePerRequest [2022-03-05T21:39:37.057Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-05T21:39:37.057Z] === RUN TestVerify [2022-03-05T21:39:37.057Z] --- PASS: TestVerify (0.00s) [2022-03-05T21:39:37.057Z] === RUN TestSkipVerify [2022-03-05T21:39:37.107Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-05T21:39:37.107Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T21:39:37.526Z] === RUN TestParseLogFormat [2022-03-05T21:39:37.526Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-05T21:39:37.526Z] === RUN TestValidateLogOptEmpty [2022-03-05T21:39:37.526Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-05T21:39:37.526Z] === RUN TestValidateSyslogAddress [2022-03-05T21:39:37.526Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-05T21:39:37.526Z] === RUN TestParseAddressDefaultPort [2022-03-05T21:39:37.526Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-05T21:39:37.526Z] === RUN TestValidateSyslogFacility [2022-03-05T21:39:37.526Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-05T21:39:37.526Z] === RUN TestValidateLogOptSyslogFormat [2022-03-05T21:39:37.526Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-05T21:39:37.526Z] === RUN TestValidateLogOpt [2022-03-05T21:39:37.526Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T21:39:37.526Z] PASS [2022-03-05T21:39:37.526Z] coverage: 46.8% of statements [2022-03-05T21:39:37.526Z] ok github.com/docker/docker/daemon/logger/syslog 0.166s coverage: 46.8% of statements [2022-03-05T21:39:37.526Z] time="2022-03-05T21:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.526Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.526Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.526Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.680Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T21:39:37.769Z] time="2022-03-05T21:39:37Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, left gossip cluster" [2022-03-05T21:39:37.769Z] time="2022-03-05T21:39:37Z" level=info msg="Node ec4e91cb8bb4 change state NodeActive --> NodeFailed" [2022-03-05T21:39:37.769Z] time="2022-03-05T21:39:37Z" level=info msg="Node ec4e91cb8bb4/172.30.55.249, added to failed nodes list" [2022-03-05T21:39:37.769Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-03-05T21:39:37.769Z] PASS [2022-03-05T21:39:37.769Z] coverage: 60.1% of statements [2022-03-05T21:39:37.769Z] ok github.com/docker/docker/libnetwork/networkdb 150.417s coverage: 60.1% of statements [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/quota [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T21:39:37.769Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T21:39:37.997Z] --- PASS: TestSkipVerify (0.61s) [2022-03-05T21:39:37.997Z] === RUN TestBufferMaximum [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.589726\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.589726\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-05T21:39:37.997Z] === RUN TestServerAlwaysDown [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.593716\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.593716\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.593716\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.594718\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] time="2022-03-05T21:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516377.594718\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:37.997Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-05T21:39:37.997Z] === RUN TestCannotSendAfterClose [2022-03-05T21:39:37.997Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-05T21:39:37.997Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan (13.21s) [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.10s) [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.49s) [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.41s) [2022-03-05T21:39:38.251Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.79s) [2022-03-05T21:39:38.251Z] PASS [2022-03-05T21:39:38.251Z] [2022-03-05T21:39:38.251Z] DONE 8 tests in 14.653s [2022-03-05T21:39:38.251Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T21:39:38.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:38.251Z] ++ set -e [2022-03-05T21:39:38.251Z] ++ '[' -n 0 ']' [2022-03-05T21:39:38.251Z] ++ set -x [2022-03-05T21:39:38.252Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:38.252Z] testing: warning: no tests to run [2022-03-05T21:39:38.252Z] PASS [2022-03-05T21:39:38.252Z] [2022-03-05T21:39:38.252Z] DONE 0 tests in 0.047s [2022-03-05T21:39:38.252Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T21:39:38.252Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:38.252Z] ++ set -e [2022-03-05T21:39:38.252Z] ++ '[' -n 0 ']' [2022-03-05T21:39:38.252Z] ++ set -x [2022-03-05T21:39:38.252Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:39:38.252Z] INFO: Testing against a local daemon [2022-03-05T21:39:38.252Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T21:39:38.512Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T21:39:38.983Z] === RUN TestV1IDService [2022-03-05T21:39:38.983Z] --- PASS: TestV1IDService (0.03s) [2022-03-05T21:39:38.983Z] === RUN TestV2MetadataService [2022-03-05T21:39:38.983Z] time="2022-03-05T21:39:38Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49210/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-05T21:39:38.983Z] time="2022-03-05T21:39:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4c5dc67dae9c\"}'" [2022-03-05T21:39:38.983Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-05T21:39:38.983Z] PASS [2022-03-05T21:39:38.983Z] coverage: 82.5% of statements [2022-03-05T21:39:38.983Z] ok github.com/docker/docker/daemon/logger/splunk 2.259s coverage: 82.5% of statements [2022-03-05T21:39:38.983Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T21:39:38.983Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-05T21:39:38.983Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T21:39:39.456Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T21:39:39.719Z] --- PASS: TestAuthZPluginAllowRequest (1.34s) [2022-03-05T21:39:39.719Z] === RUN TestAuthZPluginTLS [2022-03-05T21:39:39.972Z] === RUN TestSuccessfulDownload [2022-03-05T21:39:39.972Z] download_test.go:267: Needs fixing on Windows [2022-03-05T21:39:39.972Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-05T21:39:39.972Z] === RUN TestCancelledDownload [2022-03-05T21:39:39.972Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-05T21:39:39.972Z] === RUN TestMaxDownloadAttempts [2022-03-05T21:39:39.972Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:39:39.972Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:39:39.972Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:39:39.972Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:39:39.972Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:39:39.972Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:39:39.972Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:39:39.972Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:39:39.972Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:39:39.972Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:39:39.972Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:39:39.972Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:39:39.972Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-05T21:39:39.972Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-05T21:39:39.972Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-05T21:39:39.972Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-05T21:39:39.972Z] === RUN TestContinueOnError_NeverContinue [2022-03-05T21:39:39.972Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-05T21:39:39.972Z] === RUN TestManifestStore [2022-03-05T21:39:39.972Z] === RUN TestManifestStore/no_remote_or_local [2022-03-05T21:39:40.292Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T21:39:40.292Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-03-05T21:39:40.292Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T21:39:40.442Z] --- PASS: TestV2MetadataService (1.57s) [2022-03-05T21:39:40.442Z] PASS [2022-03-05T21:39:40.442Z] coverage: 48.2% of statements [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local893887284\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-05T21:39:40.442Z] ok github.com/docker/docker/distribution/metadata 1.738s coverage: 48.2% of statements [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/no_local_cache [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/with_local_cache [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/unknown_media_type [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="reference for unknown type: " [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="reference for unknown type: " [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="reference for unknown type: " [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="reference for unknown type: " [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:39:40.442Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2022-03-05T21:39:40.442Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2022-03-05T21:39:40.442Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2022-03-05T21:39:40.442Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2022-03-05T21:39:40.442Z] === RUN TestTransfer [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="reference for unknown type: " [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-05T21:39:40.442Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-05T21:39:40.442Z] time="2022-03-05T21:39:40Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore (0.50s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/no_remote_or_local (0.27s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/unknown_media_type (0.13s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.04s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.10s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.06s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-05T21:39:40.442Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-05T21:39:40.442Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-05T21:39:40.442Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-05T21:39:40.442Z] === RUN TestFixManifestLayers [2022-03-05T21:39:40.442Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-05T21:39:40.442Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-05T21:39:40.442Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-05T21:39:40.442Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T21:39:40.442Z] === RUN TestFixManifestLayersBadParent [2022-03-05T21:39:40.442Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-05T21:39:40.442Z] === RUN TestValidateManifest [2022-03-05T21:39:40.442Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-05T21:39:40.442Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-05T21:39:40.442Z] === RUN TestFormatPlatform [2022-03-05T21:39:40.442Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-05T21:39:40.661Z] [2022-03-05T21:39:40.661Z] === Skipped [2022-03-05T21:39:40.661Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-05T21:39:40.661Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T21:39:40.661Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-05T21:39:40.662Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-05T21:39:40.662Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-05T21:39:40.662Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-05T21:39:40.662Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T21:39:40.662Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T21:39:40.662Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T21:39:40.662Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T21:39:40.662Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-05T21:39:40.662Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T21:39:40.662Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-05T21:39:40.662Z] daemon_test.go:145: root required [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T21:39:40.662Z] reload_test.go:342: root required [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T21:39:40.662Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T21:39:40.662Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-05T21:39:40.662Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-05T21:39:40.662Z] download_test.go:267: Needs fixing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-05T21:39:40.662Z] layer_test.go:291: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-05T21:39:40.662Z] layer_test.go:340: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-05T21:39:40.662Z] layer_test.go:455: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-05T21:39:40.662Z] layer_test.go:684: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-05T21:39:40.662Z] migration_test.go:45: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T21:39:40.662Z] migration_test.go:181: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-05T21:39:40.662Z] mount_test.go:17: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-05T21:39:40.662Z] mount_test.go:76: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-05T21:39:40.662Z] mount_test.go:125: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-05T21:39:40.662Z] mount_test.go:212: Failing on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-05T21:39:40.662Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-05T21:39:40.662Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-05T21:39:40.662Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-05T21:39:40.662Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-05T21:39:40.662Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-05T21:39:40.662Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-05T21:39:40.662Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-05T21:39:40.662Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-05T21:39:40.662Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-05T21:39:40.662Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-05T21:39:40.662Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-05T21:39:40.662Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:39:40.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:39:40.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:39:40.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:39:40.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:39:40.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-05T21:39:40.662Z] archive_test.go:140: zstd not installed [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:39:40.662Z] archive_windows_test.go:16: Currently fails [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-05T21:39:40.662Z] changes_test.go:195: needs more investigation [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-05T21:39:40.662Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-05T21:39:40.662Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-05T21:39:40.662Z] changes_test.go:432: needs further investigation [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-05T21:39:40.662Z] changes_test.go:468: needs further investigation [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.01s) [2022-03-05T21:39:40.662Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-05T21:39:40.662Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-05T21:39:40.662Z] poller_test.go:40: No chmod on Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T21:39:40.662Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T21:39:40.662Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-05T21:39:40.662Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-05T21:39:40.662Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-05T21:39:40.662Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-05T21:39:40.662Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-05T21:39:40.662Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T21:39:40.662Z] [2022-03-05T21:39:40.662Z] DONE 2077 tests, 70 skipped in 327.115s [2022-03-05T21:39:40.662Z] INFO: make.ps1 ended at 03/05/2022 21:39:40 [2022-03-05T21:39:40.868Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2022-03-05T21:39:40.868Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T21:39:40.912Z] === RUN TestPullSchema2Config [2022-03-05T21:39:40.912Z] === RUN TestPullSchema2Config/success_first_time [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:39:40.912Z] === RUN TestPullSchema2Config/500_status [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:39:40.912Z] --- PASS: TestTransfer (0.12s) [2022-03-05T21:39:40.912Z] === RUN TestConcurrencyLimit [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:39:40.912Z] === RUN TestPullSchema2Config/EOF [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:39:40.912Z] === RUN TestNotFound [2022-03-05T21:39:40.912Z] --- PASS: TestNotFound (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestConflict [2022-03-05T21:39:40.912Z] --- PASS: TestConflict (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestForbidden [2022-03-05T21:39:40.912Z] --- PASS: TestForbidden (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestInvalidParameter [2022-03-05T21:39:40.912Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestNotImplemented [2022-03-05T21:39:40.912Z] --- PASS: TestNotImplemented (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestNotModified [2022-03-05T21:39:40.912Z] --- PASS: TestNotModified (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestUnauthorized [2022-03-05T21:39:40.912Z] --- PASS: TestUnauthorized (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestUnknown [2022-03-05T21:39:40.912Z] --- PASS: TestUnknown (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestCancelled [2022-03-05T21:39:40.912Z] --- PASS: TestCancelled (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestDeadline [2022-03-05T21:39:40.912Z] --- PASS: TestDeadline (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestDataLoss [2022-03-05T21:39:40.912Z] --- PASS: TestDataLoss (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestUnavailable [2022-03-05T21:39:40.912Z] --- PASS: TestUnavailable (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestSystem [2022-03-05T21:39:40.912Z] --- PASS: TestSystem (0.00s) [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Not_Found [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Bad_Request [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Conflict [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Unauthorized [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Forbidden [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Not_Modified [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-05T21:39:40.912Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-05T21:39:40.912Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-05T21:39:40.912Z] PASS [2022-03-05T21:39:40.912Z] coverage: 53.1% of statements [2022-03-05T21:39:40.912Z] 2022/03/05 21:39:40 http: panic serving 127.0.0.1:49222: intentional panic [2022-03-05T21:39:40.912Z] goroutine 65 [running]: [2022-03-05T21:39:40.912Z] net/http.(*conn).serve.func1() [2022-03-05T21:39:40.912Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T21:39:40.912Z] panic({0x1124800, 0x12a5ea0}) [2022-03-05T21:39:40.912Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T21:39:40.912Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000458f04, {0x12b7200, 0xc000094380}) [2022-03-05T21:39:40.912Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-05T21:39:40.912Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x12b7200, 0xc000094380}, 0xc000143100) [2022-03-05T21:39:40.912Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-05T21:39:40.912Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x12b7200, 0xc000094380}, 0xc38e35) [2022-03-05T21:39:40.912Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T21:39:40.912Z] net/http.serverHandler.ServeHTTP({0xc0000fc240}, {0x12b7200, 0xc000094380}, 0xc000143100) [2022-03-05T21:39:40.912Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T21:39:40.912Z] net/http.(*conn).serve(0xc000186320, {0x12bb838, 0xc0001834d0}) [2022-03-05T21:39:40.912Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T21:39:40.912Z] created by net/http.(*Server).Serve [2022-03-05T21:39:40.912Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T21:39:40.912Z] ok github.com/docker/docker/errdefs 0.085s coverage: 53.1% of statements [2022-03-05T21:39:40.912Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-05T21:39:40.912Z] === RUN TestInactiveJobs [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:39:40.912Z] === RUN TestPullSchema2Config/unauthorized [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:39:40.912Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:39:41.383Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-05T21:39:41.383Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-05T21:39:41.383Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-05T21:39:41.383Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-03-05T21:39:41.383Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-05T21:39:41.383Z] === RUN TestGetRepositoryMountCandidates [2022-03-05T21:39:41.383Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-05T21:39:41.383Z] === RUN TestLayerAlreadyExists [2022-03-05T21:39:41.383Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:39:41.383Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:39:41.383Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:39:41.383Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:39:41.383Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:39:41.383Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:39:41.383Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-05T21:39:41.383Z] === RUN TestWhenEmptyAuthConfig [2022-03-05T21:39:41.383Z] --- PASS: TestInactiveJobs (0.43s) [2022-03-05T21:39:41.383Z] === RUN TestWatchRelease [2022-03-05T21:39:41.383Z] --- PASS: TestWatchRelease (0.04s) [2022-03-05T21:39:41.383Z] === RUN TestWatchFinishedTransfer [2022-03-05T21:39:41.383Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-05T21:39:41.383Z] === RUN TestDuplicateTransfer [2022-03-05T21:39:41.383Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-05T21:39:41.383Z] === RUN TestSuccessfulUpload [2022-03-05T21:39:41.438Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-05T21:39:41.438Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T21:39:41.853Z] time="2022-03-05T21:39:41Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-05T21:39:41.853Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-05T21:39:41.853Z] === RUN TestCancelledUpload [2022-03-05T21:39:41.853Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-05T21:39:41.853Z] PASS [2022-03-05T21:39:41.853Z] coverage: 76.8% of statements [2022-03-05T21:39:41.853Z] ok github.com/docker/docker/distribution/xfer 1.988s coverage: 76.8% of statements [2022-03-05T21:39:42.007Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-03-05T21:39:42.007Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T21:39:42.321Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-03-05T21:39:42.321Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-05T21:39:42.321Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-05T21:39:42.321Z] === RUN TestTokenPassThru [2022-03-05T21:39:42.321Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-05T21:39:42.321Z] === RUN TestTokenPassThruDifferentHost [2022-03-05T21:39:42.321Z] --- PASS: TestTokenPassThruDifferentHost (0.04s) [2022-03-05T21:39:42.321Z] PASS [2022-03-05T21:39:42.321Z] coverage: 26.7% of statements [2022-03-05T21:39:42.321Z] ok github.com/docker/docker/distribution 2.508s coverage: 26.7% of statements [2022-03-05T21:39:42.321Z] === RUN TestCompare [2022-03-05T21:39:42.321Z] --- PASS: TestCompare (0.00s) [2022-03-05T21:39:42.321Z] PASS [2022-03-05T21:39:42.321Z] coverage: 19.2% of statements [2022-03-05T21:39:42.321Z] ok github.com/docker/docker/image/cache 0.175s coverage: 19.2% of statements [2022-03-05T21:39:42.789Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T21:39:42.789Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T21:39:42.789Z] === RUN TestFSGetInvalidData [2022-03-05T21:39:42.789Z] --- PASS: TestFSGetInvalidData (0.03s) [2022-03-05T21:39:42.789Z] === RUN TestFSInvalidSet [2022-03-05T21:39:42.789Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-05T21:39:42.789Z] === RUN TestFSInvalidRoot [2022-03-05T21:39:42.789Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-05T21:39:42.789Z] === RUN TestFSMetadataGetSet [2022-03-05T21:39:42.789Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-03-05T21:39:42.789Z] === RUN TestFSInvalidWalker [2022-03-05T21:39:42.789Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-05T21:39:42.789Z] === RUN TestFSGetSet [2022-03-05T21:39:42.832Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-05T21:39:42.832Z] INFO: Unit tests ended at 03/05/2022 21:39:42. Duration:00:05:42.4222446 [2022-03-05T21:39:42.832Z] INFO: Building busybox [2022-03-05T21:39:42.832Z] Sending build context to Docker daemon 5.12kB [2022-03-05T21:39:42.832Z] [2022-03-05T21:39:42.832Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-05T21:39:42.832Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-05T21:39:42.832Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-05T21:39:42.832Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-05T21:39:42.832Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-05T21:39:42.832Z] ---> bdeb13086b9f [2022-03-05T21:39:42.832Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-05T21:39:42.832Z] ---> Running in ba129527dde7 [2022-03-05T21:39:42.949Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T21:39:43.210Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T21:39:43.210Z] --- PASS: TestAuthZPluginAllowEventStream (1.34s) [2022-03-05T21:39:43.210Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T21:39:43.257Z] --- PASS: TestFSGetSet (0.07s) [2022-03-05T21:39:43.257Z] === RUN TestFSGetUnsetKey [2022-03-05T21:39:43.257Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-05T21:39:43.257Z] === RUN TestFSGetEmptyData [2022-03-05T21:39:43.257Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-05T21:39:43.257Z] === RUN TestFSDelete [2022-03-05T21:39:43.257Z] --- PASS: TestFSDelete (0.04s) [2022-03-05T21:39:43.257Z] === RUN TestFSWalker [2022-03-05T21:39:43.257Z] --- PASS: TestFSWalker (0.04s) [2022-03-05T21:39:43.257Z] === RUN TestFSWalkerStopOnError [2022-03-05T21:39:43.257Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-05T21:39:43.257Z] === RUN TestNewFromJSON [2022-03-05T21:39:43.257Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-05T21:39:43.257Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-05T21:39:43.257Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-05T21:39:43.257Z] === RUN TestMarshalKeyOrder [2022-03-05T21:39:43.257Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-05T21:39:43.257Z] === RUN TestHistoryEqual [2022-03-05T21:39:43.257Z] --- PASS: TestHistoryEqual (0.23s) [2022-03-05T21:39:43.257Z] === RUN TestImage [2022-03-05T21:39:43.257Z] --- PASS: TestImage (0.00s) [2022-03-05T21:39:43.257Z] === RUN TestImageOSNotEmpty [2022-03-05T21:39:43.257Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-05T21:39:43.257Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-05T21:39:43.257Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-05T21:39:43.257Z] === RUN TestCreate [2022-03-05T21:39:43.257Z] --- PASS: TestCreate (0.02s) [2022-03-05T21:39:43.257Z] === RUN TestRestore [2022-03-05T21:39:43.257Z] time="2022-03-05T21:39:43Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-05T21:39:43.257Z] --- PASS: TestRestore (0.05s) [2022-03-05T21:39:43.257Z] === RUN TestAddDelete [2022-03-05T21:39:43.257Z] --- PASS: TestAddDelete (0.03s) [2022-03-05T21:39:43.257Z] === RUN TestSearchAfterDelete [2022-03-05T21:39:43.470Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T21:39:43.471Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-05T21:39:43.471Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T21:39:43.726Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-05T21:39:43.726Z] === RUN TestParentReset [2022-03-05T21:39:43.726Z] --- PASS: TestParentReset (0.04s) [2022-03-05T21:39:43.726Z] === RUN TestGetAndSetLastUpdated [2022-03-05T21:39:43.726Z] --- PASS: TestGetAndSetLastUpdated (0.04s) [2022-03-05T21:39:43.726Z] === RUN TestStoreLen [2022-03-05T21:39:43.726Z] --- PASS: TestStoreLen (0.10s) [2022-03-05T21:39:43.726Z] PASS [2022-03-05T21:39:43.726Z] coverage: 86.9% of statements [2022-03-05T21:39:43.726Z] ok github.com/docker/docker/image 1.128s coverage: 86.9% of statements [2022-03-05T21:39:43.726Z] === RUN TestMakeV1ConfigFromConfig [2022-03-05T21:39:43.726Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-05T21:39:43.726Z] PASS [2022-03-05T21:39:43.726Z] coverage: 25.0% of statements [2022-03-05T21:39:43.726Z] ok github.com/docker/docker/image/v1 0.115s coverage: 25.0% of statements [2022-03-05T21:39:43.731Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T21:39:43.731Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2022-03-05T21:39:43.731Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T21:39:44.202Z] === RUN TestValidateManifest [2022-03-05T21:39:44.202Z] === RUN TestValidateManifest/nil [2022-03-05T21:39:44.202Z] === RUN TestValidateManifest/non-nil [2022-03-05T21:39:44.202Z] --- PASS: TestValidateManifest (0.00s) [2022-03-05T21:39:44.202Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-05T21:39:44.202Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-05T21:39:44.202Z] PASS [2022-03-05T21:39:44.202Z] coverage: 0.7% of statements [2022-03-05T21:39:44.202Z] ok github.com/docker/docker/image/tarexport 0.127s coverage: 0.7% of statements [2022-03-05T21:39:44.202Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T21:39:44.301Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-05T21:39:44.301Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T21:39:44.301Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T21:39:44.561Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T21:39:44.821Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-05T21:39:44.821Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T21:39:45.081Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T21:39:45.767Z] === RUN TestSerialization [2022-03-05T21:39:45.767Z] --- PASS: TestSerialization (0.02s) [2022-03-05T21:39:45.767Z] PASS [2022-03-05T21:39:45.767Z] coverage: 100.0% of statements [2022-03-05T21:39:45.767Z] ok github.com/docker/docker/libcontainerd/queue 0.094s coverage: 100.0% of statements [2022-03-05T21:39:46.236Z] === RUN TestEmptyLayer [2022-03-05T21:39:46.236Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-05T21:39:46.236Z] === RUN TestCommitFailure [2022-03-05T21:39:46.236Z] --- PASS: TestCommitFailure (0.02s) [2022-03-05T21:39:46.236Z] === RUN TestStartTransactionFailure [2022-03-05T21:39:46.236Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-05T21:39:46.236Z] === RUN TestGetOrphan [2022-03-05T21:39:46.236Z] --- PASS: TestGetOrphan (0.05s) [2022-03-05T21:39:46.236Z] === RUN TestMountAndRegister [2022-03-05T21:39:46.467Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.68s) [2022-03-05T21:39:46.467Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T21:39:46.705Z] === RUN TestEnvironmentParsing [2022-03-05T21:39:46.705Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-05T21:39:46.705Z] PASS [2022-03-05T21:39:46.705Z] coverage: 1.2% of statements [2022-03-05T21:39:46.705Z] ok github.com/docker/docker/libcontainerd/local 0.250s coverage: 1.2% of statements [2022-03-05T21:39:46.705Z] layer_test.go:258: Layer size: 14 [2022-03-05T21:39:46.705Z] --- PASS: TestMountAndRegister (0.20s) [2022-03-05T21:39:46.705Z] === RUN TestLayerRelease [2022-03-05T21:39:46.705Z] layer_test.go:291: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestStoreRestore [2022-03-05T21:39:46.705Z] layer_test.go:340: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestTarStreamStability [2022-03-05T21:39:46.705Z] layer_test.go:455: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestRegisterExistingLayer [2022-03-05T21:39:46.705Z] --- PASS: TestRegisterExistingLayer (0.25s) [2022-03-05T21:39:46.705Z] === RUN TestTarStreamVerification [2022-03-05T21:39:46.705Z] layer_test.go:684: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestLayerMigration [2022-03-05T21:39:46.705Z] migration_test.go:45: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestLayerMigrationNoTarsplit [2022-03-05T21:39:46.705Z] migration_test.go:181: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestMountInit [2022-03-05T21:39:46.705Z] mount_test.go:17: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestMountInit (0.00s) [2022-03-05T21:39:46.705Z] === RUN TestMountSize [2022-03-05T21:39:46.705Z] mount_test.go:76: Failing on Windows [2022-03-05T21:39:46.705Z] --- SKIP: TestMountSize (0.00s) [2022-03-05T21:39:47.175Z] === RUN TestMountChanges [2022-03-05T21:39:47.175Z] mount_test.go:125: Failing on Windows [2022-03-05T21:39:47.175Z] --- SKIP: TestMountChanges (0.00s) [2022-03-05T21:39:47.175Z] === RUN TestMountApply [2022-03-05T21:39:47.175Z] mount_test.go:212: Failing on Windows [2022-03-05T21:39:47.175Z] --- SKIP: TestMountApply (0.00s) [2022-03-05T21:39:47.175Z] PASS [2022-03-05T21:39:47.175Z] coverage: 30.2% of statements [2022-03-05T21:39:47.175Z] ok github.com/docker/docker/layer 0.714s coverage: 30.2% of statements [2022-03-05T21:39:47.175Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T21:39:47.175Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T21:39:47.175Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T21:39:47.175Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T21:39:47.644Z] === RUN TestSequenceGetAvailableBit [2022-03-05T21:39:47.644Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-05T21:39:47.644Z] === RUN TestSequenceEqual [2022-03-05T21:39:47.644Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-05T21:39:47.644Z] === RUN TestSequenceCopy [2022-03-05T21:39:47.644Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-05T21:39:47.644Z] === RUN TestGetFirstAvailable [2022-03-05T21:39:47.644Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-05T21:39:47.644Z] === RUN TestFindSequence [2022-03-05T21:39:47.644Z] --- PASS: TestFindSequence (0.00s) [2022-03-05T21:39:47.978Z] --- PASS: TestUpdateRestartPolicy (10.70s) [2022-03-05T21:39:47.978Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:39:47.978Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-03-05T21:39:47.978Z] === RUN TestWaitNonBlocked [2022-03-05T21:39:47.978Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:39:47.978Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:39:47.978Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:39:47.978Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:39:47.978Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:39:47.978Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:39:47.978Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-05T21:39:47.978Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s) [2022-03-05T21:39:47.978Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2022-03-05T21:39:47.978Z] === RUN TestWaitBlocked [2022-03-05T21:39:47.978Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:39:47.978Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:39:47.978Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:39:47.978Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:39:47.978Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T21:39:47.978Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T21:39:48.118Z] === RUN TestCheckIfAvailable [2022-03-05T21:39:48.118Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestMergeSequences [2022-03-05T21:39:48.118Z] --- PASS: TestMergeSequences (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestPushReservation [2022-03-05T21:39:48.118Z] --- PASS: TestPushReservation (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestSerializeDeserialize [2022-03-05T21:39:48.118Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestSet [2022-03-05T21:39:48.118Z] --- PASS: TestSet (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestSetUnset [2022-03-05T21:39:48.118Z] --- PASS: TestSetUnset (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestOffsetSetUnset [2022-03-05T21:39:48.118Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestSetInRange [2022-03-05T21:39:48.118Z] --- PASS: TestSetInRange (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestSetAnyInRange [2022-03-05T21:39:48.118Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestMethods [2022-03-05T21:39:48.118Z] --- PASS: TestMethods (0.00s) [2022-03-05T21:39:48.118Z] === RUN TestRandomAllocateDeallocate [2022-03-05T21:39:48.239Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-05T21:39:48.239Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.53s) [2022-03-05T21:39:48.239Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.58s) [2022-03-05T21:39:48.239Z] === CONT TestContainerStartOnDaemonRestart [2022-03-05T21:39:48.239Z] === CONT TestContainerKillOnDaemonStart [2022-03-05T21:39:48.384Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2022-03-05T21:39:48.384Z] === RUN TestAuthZPluginHeader [2022-03-05T21:39:48.384Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T21:39:48.630Z] Removing intermediate container ba129527dde7 [2022-03-05T21:39:48.630Z] ---> 4e7f72895976 [2022-03-05T21:39:48.630Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-05T21:39:48.630Z] ---> Running in 75de93691645 [2022-03-05T21:39:48.630Z] Removing intermediate container 75de93691645 [2022-03-05T21:39:48.630Z] ---> 3057696d7bda [2022-03-05T21:39:48.630Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-05T21:39:48.630Z] ---> Running in 5f4f9040de54 [2022-03-05T21:39:48.956Z] --- PASS: TestAuthZPluginHeader (0.80s) [2022-03-05T21:39:48.956Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T21:39:49.086Z] Removing intermediate container 5f4f9040de54 [2022-03-05T21:39:49.086Z] ---> 4ffdadd5147c [2022-03-05T21:39:49.086Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-05T21:39:49.218Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T21:39:49.794Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T21:39:50.153Z] --- PASS: TestContainerStartOnDaemonRestart (1.89s) [2022-03-05T21:39:50.154Z] === CONT TestIpcModeOlderClient [2022-03-05T21:39:50.154Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-05T21:39:50.154Z] === CONT TestDaemonHostGatewayIP [2022-03-05T21:39:50.338Z] === RUN TestInvalidConfig [2022-03-05T21:39:50.338Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-05T21:39:50.338Z] === RUN TestConfig [2022-03-05T21:39:50.338Z] --- PASS: TestConfig (0.01s) [2022-03-05T21:39:50.338Z] === RUN TestOptionsLabels [2022-03-05T21:39:50.338Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-05T21:39:50.338Z] === RUN TestValidName [2022-03-05T21:39:50.338Z] --- PASS: TestValidName (0.00s) [2022-03-05T21:39:50.338Z] PASS [2022-03-05T21:39:50.338Z] coverage: 19.7% of statements [2022-03-05T21:39:50.338Z] ok github.com/docker/docker/libnetwork/config 0.271s coverage: 19.7% of statements [2022-03-05T21:39:50.364Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T21:39:50.614Z] [2022-03-05T21:39:50.614Z] ---> d7dce3a27fa4 [2022-03-05T21:39:50.614Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-05T21:39:50.625Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-05T21:39:50.806Z] === RUN TestKey [2022-03-05T21:39:50.806Z] --- PASS: TestKey (0.00s) [2022-03-05T21:39:50.806Z] === RUN TestParseKey [2022-03-05T21:39:50.806Z] --- PASS: TestParseKey (0.00s) [2022-03-05T21:39:50.806Z] === RUN TestInvalidDataStore [2022-03-05T21:39:50.806Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-05T21:39:50.806Z] === RUN TestKVObjectFlatKey [2022-03-05T21:39:50.806Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-05T21:39:50.806Z] === RUN TestAtomicKVObjectFlatKey [2022-03-05T21:39:50.806Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-05T21:39:50.806Z] PASS [2022-03-05T21:39:50.806Z] coverage: 21.9% of statements [2022-03-05T21:39:50.806Z] ok github.com/docker/docker/libnetwork/datastore 0.103s coverage: 21.9% of statements [2022-03-05T21:39:50.806Z] === RUN TestErrorInterfaces [2022-03-05T21:39:50.806Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-05T21:39:50.806Z] === RUN TestNetworkMarshalling [2022-03-05T21:39:50.886Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T21:39:51.070Z] ---> Running in da9ef060fa52 [2022-03-05T21:39:51.276Z] --- PASS: TestNetworkMarshalling (0.25s) [2022-03-05T21:39:51.276Z] === RUN TestEndpointMarshalling [2022-03-05T21:39:51.276Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestAuxAddresses [2022-03-05T21:39:51.276Z] time="2022-03-05T21:39:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:39:51.276Z] --- PASS: TestAuxAddresses (0.03s) [2022-03-05T21:39:51.276Z] === RUN TestSRVServiceQuery [2022-03-05T21:39:51.276Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-05T21:39:51.276Z] === RUN TestServiceVIPReuse [2022-03-05T21:39:51.276Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-05T21:39:51.276Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-05T21:39:51.276Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestDNSIPQuery [2022-03-05T21:39:51.276Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestDNSProxyServFail [2022-03-05T21:39:51.276Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestSandboxAddEmpty [2022-03-05T21:39:51.276Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestSandboxAddEmpty (0.01s) [2022-03-05T21:39:51.276Z] === RUN TestSandboxAddMultiPrio [2022-03-05T21:39:51.276Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestSandboxAddSamePrio [2022-03-05T21:39:51.276Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestCleanupServiceDiscovery [2022-03-05T21:39:51.276Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestDNSOptions [2022-03-05T21:39:51.276Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:39:51.276Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-05T21:39:51.276Z] === RUN TestMultipleControllersWithSameStore [2022-03-05T21:39:51.276Z] time="2022-03-05T21:39:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:39:51.276Z] time="2022-03-05T21:39:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:39:51.276Z] --- PASS: TestMultipleControllersWithSameStore (0.05s) [2022-03-05T21:39:51.276Z] PASS [2022-03-05T21:39:51.276Z] coverage: 8.5% of statements [2022-03-05T21:39:51.276Z] ok github.com/docker/docker/libnetwork 0.586s coverage: 8.5% of statements [2022-03-05T21:39:52.064Z] --- PASS: TestDaemonHostGatewayIP (2.08s) [2022-03-05T21:39:52.064Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T21:39:52.264Z] === RUN TestIPDataMarshalling [2022-03-05T21:39:52.264Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-05T21:39:52.264Z] === RUN TestValidateAndIsV6 [2022-03-05T21:39:52.264Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-05T21:39:52.264Z] PASS [2022-03-05T21:39:52.264Z] coverage: 68.9% of statements [2022-03-05T21:39:52.264Z] ok github.com/docker/docker/libnetwork/driverapi 0.097s coverage: 68.9% of statements [2022-03-05T21:39:52.264Z] === RUN TestDriver [2022-03-05T21:39:52.264Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:39:52.264Z] PASS [2022-03-05T21:39:52.264Z] coverage: 34.8% of statements [2022-03-05T21:39:52.264Z] ok github.com/docker/docker/libnetwork/drivers/host 0.088s coverage: 34.8% of statements [2022-03-05T21:39:52.274Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T21:39:53.251Z] === RUN TestDriver [2022-03-05T21:39:53.251Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:39:53.251Z] PASS [2022-03-05T21:39:53.251Z] coverage: 34.8% of statements [2022-03-05T21:39:53.251Z] ok github.com/docker/docker/libnetwork/drivers/null 0.099s coverage: 34.8% of statements [2022-03-05T21:39:53.251Z] === RUN TestNetworkAllocateFree [2022-03-05T21:39:53.251Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-05T21:39:53.251Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-05T21:39:53.251Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-05T21:39:53.251Z] PASS [2022-03-05T21:39:53.251Z] coverage: 63.6% of statements [2022-03-05T21:39:53.251Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.109s coverage: 63.6% of statements [2022-03-05T21:39:53.662Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.55s) [2022-03-05T21:39:53.662Z] === RUN TestAuthZPluginV2Disable [2022-03-05T21:39:53.662Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T21:39:53.976Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.53s) [2022-03-05T21:39:53.976Z] === CONT TestDaemonRestartIpcMode [2022-03-05T21:39:54.034Z] === RUN TestMiddlewares [2022-03-05T21:39:54.034Z] --- PASS: TestMiddlewares (0.00s) [2022-03-05T21:39:54.034Z] PASS [2022-03-05T21:39:54.034Z] coverage: 9.0% of statements [2022-03-05T21:39:54.034Z] ok github.com/docker/docker/api/server 0.062s coverage: 9.0% of statements [2022-03-05T21:39:54.238Z] === RUN TestGetEmptyCapabilities [2022-03-05T21:39:54.238Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-03-05T21:39:54.238Z] === RUN TestGetExtraCapabilities [2022-03-05T21:39:54.238Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-05T21:39:54.238Z] === RUN TestGetInvalidCapabilities [2022-03-05T21:39:54.238Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-05T21:39:54.238Z] === RUN TestRemoteDriver [2022-03-05T21:39:54.238Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T21:39:54.238Z] === RUN TestDriverError [2022-03-05T21:39:54.238Z] --- PASS: TestDriverError (0.01s) [2022-03-05T21:39:54.238Z] === RUN TestMissingValues [2022-03-05T21:39:54.238Z] --- PASS: TestMissingValues (0.01s) [2022-03-05T21:39:54.238Z] === RUN TestRollback [2022-03-05T21:39:54.238Z] --- PASS: TestRollback (0.01s) [2022-03-05T21:39:54.238Z] PASS [2022-03-05T21:39:54.238Z] coverage: 57.4% of statements [2022-03-05T21:39:54.238Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.178s coverage: 57.4% of statements [2022-03-05T21:39:54.707Z] === RUN TestNAT [2022-03-05T21:39:54.707Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T21:39:54.707Z] --- SKIP: TestNAT (0.00s) [2022-03-05T21:39:54.707Z] === RUN TestTransparent [2022-03-05T21:39:54.707Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T21:39:54.707Z] --- SKIP: TestTransparent (0.00s) [2022-03-05T21:39:54.707Z] PASS [2022-03-05T21:39:54.707Z] coverage: 0.0% of statements [2022-03-05T21:39:54.707Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.106s coverage: 0.0% of statements [2022-03-05T21:39:55.176Z] === RUN TestBuildDefault [2022-03-05T21:39:55.176Z] --- PASS: TestBuildDefault (0.01s) [2022-03-05T21:39:55.176Z] === RUN TestBuildHostnameDomainname [2022-03-05T21:39:55.176Z] --- PASS: TestBuildHostnameDomainname (0.01s) [2022-03-05T21:39:55.176Z] === RUN TestBuildHostname [2022-03-05T21:39:55.176Z] --- PASS: TestBuildHostname (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestBuildHostnameFQDN [2022-03-05T21:39:55.176Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestBuildNoIP [2022-03-05T21:39:55.176Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestUpdate [2022-03-05T21:39:55.176Z] --- PASS: TestUpdate (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-05T21:39:55.176Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-05T21:39:55.176Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestAddEmpty [2022-03-05T21:39:55.176Z] --- PASS: TestAddEmpty (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestAdd [2022-03-05T21:39:55.176Z] --- PASS: TestAdd (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestDeleteEmpty [2022-03-05T21:39:55.176Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestDeleteNewline [2022-03-05T21:39:55.176Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestDelete [2022-03-05T21:39:55.176Z] --- PASS: TestDelete (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestConcurrentWrites [2022-03-05T21:39:55.176Z] === RUN TestNew [2022-03-05T21:39:55.176Z] --- PASS: TestNew (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestAddDriver [2022-03-05T21:39:55.176Z] --- PASS: TestAddDriver (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestAddDuplicateDriver [2022-03-05T21:39:55.176Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-05T21:39:55.176Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestDriver [2022-03-05T21:39:55.176Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestIPAM [2022-03-05T21:39:55.176Z] --- PASS: TestIPAM (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestWalkIPAMs [2022-03-05T21:39:55.176Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-05T21:39:55.176Z] === RUN TestWalkDrivers [2022-03-05T21:39:55.176Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-05T21:39:55.176Z] PASS [2022-03-05T21:39:55.176Z] coverage: 82.4% of statements [2022-03-05T21:39:55.176Z] ok github.com/docker/docker/libnetwork/drvregistry 0.167s coverage: 82.4% of statements [2022-03-05T21:39:55.644Z] --- PASS: TestConcurrentWrites (0.41s) [2022-03-05T21:39:55.644Z] PASS [2022-03-05T21:39:55.644Z] coverage: 81.2% of statements [2022-03-05T21:39:55.644Z] ok github.com/docker/docker/libnetwork/etchosts 0.551s coverage: 81.2% of statements [2022-03-05T21:39:55.891Z] --- PASS: TestDaemonRestartIpcMode (2.13s) [2022-03-05T21:39:56.113Z] === RUN TestNew [2022-03-05T21:39:56.113Z] --- PASS: TestNew (0.00s) [2022-03-05T21:39:56.113Z] === RUN TestAllocate [2022-03-05T21:39:56.113Z] --- PASS: TestAllocate (0.00s) [2022-03-05T21:39:56.113Z] === RUN TestUninitialized [2022-03-05T21:39:56.113Z] --- PASS: TestUninitialized (0.00s) [2022-03-05T21:39:56.113Z] === RUN TestAllocateInRange [2022-03-05T21:39:56.113Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-05T21:39:56.113Z] === RUN TestAllocateSerial [2022-03-05T21:39:56.113Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-05T21:39:56.113Z] PASS [2022-03-05T21:39:56.113Z] coverage: 87.5% of statements [2022-03-05T21:39:56.113Z] ok github.com/docker/docker/libnetwork/idm 0.094s coverage: 87.5% of statements [2022-03-05T21:39:56.113Z] === RUN TestCaller [2022-03-05T21:39:56.113Z] --- PASS: TestCaller (0.00s) [2022-03-05T21:39:56.113Z] PASS [2022-03-05T21:39:56.113Z] coverage: 100.0% of statements [2022-03-05T21:39:56.113Z] ok github.com/docker/docker/libnetwork/internal/caller 0.088s coverage: 100.0% of statements [2022-03-05T21:39:56.113Z] --- PASS: TestRandomAllocateDeallocate (8.52s) [2022-03-05T21:39:56.113Z] === RUN TestAllocateRandomDeallocate [2022-03-05T21:39:56.204Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T21:39:57.103Z] === RUN TestSetSerialInsertDelete [2022-03-05T21:39:57.103Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-05T21:39:57.103Z] === RUN TestSetParallelInsertDelete [2022-03-05T21:39:57.586Z] --- PASS: TestAuthZPluginV2Disable (3.78s) [2022-03-05T21:39:57.586Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T21:39:58.092Z] --- PASS: TestAllocateRandomDeallocate (1.77s) [2022-03-05T21:39:58.092Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-05T21:39:58.561Z] === RUN TestInt2IP2IntConversion [2022-03-05T21:39:59.031Z] --- PASS: TestInt2IP2IntConversion (0.56s) [2022-03-05T21:39:59.031Z] === RUN TestGetAddressVersion [2022-03-05T21:39:59.031Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-05T21:39:59.031Z] === RUN TestKeyString [2022-03-05T21:39:59.031Z] --- PASS: TestKeyString (0.00s) [2022-03-05T21:39:59.031Z] === RUN TestPoolDataMarshal [2022-03-05T21:39:59.031Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-05T21:39:59.031Z] === RUN TestSubnetsMarshal [2022-03-05T21:39:59.031Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-03-05T21:39:59.031Z] === RUN TestAddSubnets [2022-03-05T21:39:59.031Z] --- PASS: TestAddSubnets (0.07s) [2022-03-05T21:39:59.031Z] === RUN TestDoublePoolRelease [2022-03-05T21:39:59.031Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-05T21:39:59.031Z] === RUN TestAddReleasePoolID [2022-03-05T21:39:59.031Z] === RUN TestPoolRequest [2022-03-05T21:39:59.031Z] --- PASS: TestPoolRequest (0.00s) [2022-03-05T21:39:59.031Z] === RUN TestOtherRequests [2022-03-05T21:39:59.031Z] --- PASS: TestOtherRequests (0.00s) [2022-03-05T21:39:59.031Z] PASS [2022-03-05T21:39:59.031Z] coverage: 57.1% of statements [2022-03-05T21:39:59.031Z] ok github.com/docker/docker/libnetwork/ipams/null 0.080s coverage: 57.1% of statements [2022-03-05T21:39:59.031Z] --- PASS: TestAddReleasePoolID (0.11s) [2022-03-05T21:39:59.031Z] === RUN TestPredefinedPool [2022-03-05T21:39:59.500Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-05T21:39:59.500Z] === RUN TestRemoveSubnet [2022-03-05T21:39:59.500Z] --- PASS: TestRemoveSubnet (0.32s) [2022-03-05T21:39:59.500Z] === RUN TestGetSameAddress [2022-03-05T21:39:59.500Z] --- PASS: TestGetSameAddress (0.05s) [2022-03-05T21:39:59.500Z] === RUN TestPoolAllocationReuse [2022-03-05T21:39:59.500Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.54s) [2022-03-05T21:39:59.500Z] === RUN TestRetrieveFromStore [2022-03-05T21:40:00.094Z] --- PASS: TestContainerKillOnDaemonStart (11.59s) [2022-03-05T21:40:00.094Z] PASS [2022-03-05T21:40:00.094Z] [2022-03-05T21:40:00.094Z] === Skipped [2022-03-05T21:40:00.094Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-05T21:40:00.094Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:40:00.094Z] [2022-03-05T21:40:00.094Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T21:40:00.094Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T21:40:00.094Z] [2022-03-05T21:40:00.094Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T21:40:00.094Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T21:40:00.094Z] [2022-03-05T21:40:00.094Z] DONE 200 tests, 3 skipped in 105.784s [2022-03-05T21:40:00.094Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T21:40:00.094Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:00.094Z] ++ set -e [2022-03-05T21:40:00.094Z] ++ '[' -n 0 ']' [2022-03-05T21:40:00.094Z] ++ set -x [2022-03-05T21:40:00.094Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:00.094Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:40:00.356Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-05T21:40:00.356Z] === RUN TestDaemonConfigValidation [2022-03-05T21:40:00.356Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:40:00.356Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:40:00.356Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T21:40:00.356Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T21:40:00.356Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T21:40:00.356Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T21:40:00.356Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T21:40:00.356Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T21:40:00.356Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T21:40:00.356Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T21:40:00.356Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T21:40:00.356Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T21:40:00.356Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T21:40:00.356Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T21:40:00.491Z] --- PASS: TestRetrieveFromStore (0.76s) [2022-03-05T21:40:00.491Z] === RUN TestIsCorrupted [2022-03-05T21:40:00.491Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-05T21:40:00.491Z] === RUN TestSetRollover [2022-03-05T21:40:00.491Z] === RUN TestGetCapabilities [2022-03-05T21:40:00.491Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-05T21:40:00.491Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-05T21:40:00.491Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-05T21:40:00.491Z] === RUN TestGetDefaultAddressSpaces [2022-03-05T21:40:00.491Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-05T21:40:00.491Z] === RUN TestRemoteDriver [2022-03-05T21:40:00.491Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T21:40:00.491Z] PASS [2022-03-05T21:40:00.491Z] coverage: 47.4% of statements [2022-03-05T21:40:00.491Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.144s coverage: 47.4% of statements [2022-03-05T21:40:00.617Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T21:40:00.617Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T21:40:00.617Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-03-05T21:40:00.617Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-03-05T21:40:00.617Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-03-05T21:40:00.617Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-03-05T21:40:00.617Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-03-05T21:40:00.618Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:40:00.618Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T21:40:00.895Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.49s) [2022-03-05T21:40:00.895Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T21:40:01.361Z] Removing intermediate container da9ef060fa52 [2022-03-05T21:40:01.361Z] ---> dd7c75c69d10 [2022-03-05T21:40:01.361Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-05T21:40:01.361Z] ---> Running in 45b2dc5b3a92 [2022-03-05T21:40:01.560Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T21:40:02.059Z] === RUN TestWindowsIPAM [2022-03-05T21:40:02.059Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-05T21:40:02.059Z] PASS [2022-03-05T21:40:02.059Z] coverage: 71.4% of statements [2022-03-05T21:40:02.059Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.088s coverage: 71.4% of statements [2022-03-05T21:40:02.059Z] --- PASS: TestPoolAllocationReuse (2.34s) [2022-03-05T21:40:02.059Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-05T21:40:02.059Z] --- PASS: TestGetAddressSubPoolEqualPool (0.06s) [2022-03-05T21:40:02.059Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-05T21:40:02.325Z] [2022-03-05T21:40:02.325Z] SUCCESS: Specified value was saved. [2022-03-05T21:40:02.505Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T21:40:02.528Z] --- PASS: TestSetRollover (2.31s) [2022-03-05T21:40:02.528Z] === RUN TestSetRolloverSerial [2022-03-05T21:40:02.997Z] === RUN TestDefaultNetwork [2022-03-05T21:40:02.997Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-05T21:40:02.997Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-05T21:40:03.467Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-03-05T21:40:03.467Z] === RUN TestInitAddressPools [2022-03-05T21:40:03.467Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-05T21:40:03.467Z] PASS [2022-03-05T21:40:03.467Z] coverage: 74.0% of statements [2022-03-05T21:40:03.467Z] ok github.com/docker/docker/libnetwork/ipamutils 0.712s coverage: 74.0% of statements [2022-03-05T21:40:03.892Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T21:40:03.892Z] daemon_test.go:156: [d32efce9e434d] daemon is not started [2022-03-05T21:40:03.892Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-05T21:40:03.892Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-05T21:40:03.892Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-05T21:40:03.892Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-05T21:40:03.892Z] === RUN TestDaemonProxy [2022-03-05T21:40:03.892Z] === RUN TestDaemonProxy/environment_variables [2022-03-05T21:40:04.456Z] === RUN TestKeyValue [2022-03-05T21:40:04.456Z] --- PASS: TestKeyValue (0.00s) [2022-03-05T21:40:04.456Z] PASS [2022-03-05T21:40:04.456Z] coverage: 60.0% of statements [2022-03-05T21:40:04.456Z] ok github.com/docker/docker/libnetwork/netlabel 0.081s coverage: 60.0% of statements [2022-03-05T21:40:05.219Z] Removing intermediate container 45b2dc5b3a92 [2022-03-05T21:40:05.219Z] ---> 907be8844fd6 [2022-03-05T21:40:05.219Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-05T21:40:05.219Z] ---> Running in baeec869f370 [2022-03-05T21:40:05.445Z] --- PASS: TestSetRolloverSerial (2.52s) [2022-03-05T21:40:05.445Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-05T21:40:05.445Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-05T21:40:05.445Z] PASS [2022-03-05T21:40:05.445Z] coverage: 84.4% of statements [2022-03-05T21:40:05.445Z] ok github.com/docker/docker/libnetwork/bitseq 17.750s coverage: 84.4% of statements [2022-03-05T21:40:05.802Z] === RUN TestDaemonProxy/command-line_options [2022-03-05T21:40:06.433Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.46s) [2022-03-05T21:40:06.433Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-05T21:40:06.903Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-05T21:40:06.903Z] PASS [2022-03-05T21:40:06.903Z] coverage: 100.0% of statements [2022-03-05T21:40:06.903Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.183s coverage: 100.0% of statements [2022-03-05T21:40:07.183Z] === RUN TestDaemonProxy/configuration_file [2022-03-05T21:40:07.486Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-05T21:40:07.890Z] === RUN TestNetworkDBSimple [2022-03-05T21:40:08.360Z] === RUN TestGenerate [2022-03-05T21:40:08.360Z] --- PASS: TestGenerate (0.00s) [2022-03-05T21:40:08.360Z] === RUN TestGeneratePtr [2022-03-05T21:40:08.360Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-05T21:40:08.360Z] === RUN TestGenerateMissingField [2022-03-05T21:40:08.360Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-05T21:40:08.360Z] === RUN TestFieldCannotBeSet [2022-03-05T21:40:08.360Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-05T21:40:08.360Z] === RUN TestTypeMismatchError [2022-03-05T21:40:08.360Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-05T21:40:08.360Z] PASS [2022-03-05T21:40:08.360Z] coverage: 100.0% of statements [2022-03-05T21:40:08.360Z] ok github.com/docker/docker/libnetwork/options 0.068s coverage: 100.0% of statements [2022-03-05T21:40:08.830Z] 2022/03/05 21:40:08 Closing DB instances... [2022-03-05T21:40:09.092Z] === RUN TestDaemonProxy/conflicting_options [2022-03-05T21:40:09.353Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-05T21:40:09.403Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T21:40:09.665Z] docker_api_swarm_test.go:272: [d15b7b908d1c1] joining swarm manager [d016e0965f732]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:40:09.817Z] testing: warning: no tests to run [2022-03-05T21:40:09.817Z] PASS [2022-03-05T21:40:09.817Z] coverage: 0.0% of statements [2022-03-05T21:40:09.817Z] ok github.com/docker/docker/libnetwork/osl 0.084s coverage: 0.0% of statements [no tests to run] [2022-03-05T21:40:09.890Z] Cannot create a file when that file already exists. [2022-03-05T21:40:09.924Z] --- PASS: TestDaemonProxy (6.29s) [2022-03-05T21:40:09.924Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-05T21:40:09.924Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-03-05T21:40:09.924Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-05T21:40:09.924Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-05T21:40:09.924Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-05T21:40:09.924Z] PASS [2022-03-05T21:40:09.924Z] [2022-03-05T21:40:09.924Z] DONE 17 tests in 10.195s [2022-03-05T21:40:09.924Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T21:40:09.925Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:09.925Z] ++ set -e [2022-03-05T21:40:09.925Z] ++ '[' -n 0 ']' [2022-03-05T21:40:09.925Z] ++ set -x [2022-03-05T21:40:09.925Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:10.185Z] INFO: Testing against a local daemon [2022-03-05T21:40:10.185Z] === RUN TestCommitInheritsEnv [2022-03-05T21:40:10.239Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T21:40:10.290Z] --- PASS: TestNetworkDBSimple (2.67s) [2022-03-05T21:40:10.290Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-05T21:40:10.447Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-03-05T21:40:10.447Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:40:10.447Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-05T21:40:10.447Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform// [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T21:40:10.447Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T21:40:10.500Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T21:40:10.708Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T21:40:10.708Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T21:40:10.708Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-05T21:40:10.708Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-05T21:40:10.709Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T21:40:10.709Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T21:40:10.709Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T21:40:10.709Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:40:10.709Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-05T21:40:10.709Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:40:10.709Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-05T21:40:10.709Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:40:10.759Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (4.31s) [2022-03-05T21:40:10.759Z] === RUN TestGetAddress [2022-03-05T21:40:10.759Z] === RUN TestRequestNewPort [2022-03-05T21:40:10.759Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-05T21:40:10.759Z] === RUN TestRequestSpecificPort [2022-03-05T21:40:10.759Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-05T21:40:10.759Z] === RUN TestReleasePort [2022-03-05T21:40:10.759Z] --- PASS: TestReleasePort (0.00s) [2022-03-05T21:40:10.759Z] === RUN TestReuseReleasedPort [2022-03-05T21:40:10.759Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-05T21:40:10.759Z] === RUN TestReleaseUnreadledPort [2022-03-05T21:40:10.759Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-05T21:40:10.759Z] === RUN TestUnknowProtocol [2022-03-05T21:40:10.759Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-05T21:40:10.759Z] === RUN TestAllocateAllPorts [2022-03-05T21:40:10.760Z] --- PASS: TestAllocateAllPorts (0.01s) [2022-03-05T21:40:10.760Z] === RUN TestPortAllocation [2022-03-05T21:40:10.760Z] --- PASS: TestPortAllocation (0.00s) [2022-03-05T21:40:10.760Z] === RUN TestPortAllocationWithCustomRange [2022-03-05T21:40:10.760Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-05T21:40:10.760Z] === RUN TestNoDuplicateBPR [2022-03-05T21:40:10.760Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-05T21:40:10.760Z] === RUN TestChangePortRange [2022-03-05T21:40:10.760Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-05T21:40:10.760Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-05T21:40:10.760Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-05T21:40:10.760Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-05T21:40:10.760Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-05T21:40:10.760Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-05T21:40:10.760Z] --- PASS: TestChangePortRange (0.00s) [2022-03-05T21:40:10.760Z] PASS [2022-03-05T21:40:10.760Z] coverage: 88.6% of statements [2022-03-05T21:40:10.760Z] ok github.com/docker/docker/libnetwork/portallocator 0.109s coverage: 88.6% of statements [2022-03-05T21:40:10.970Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-03-05T21:40:10.970Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T21:40:10.970Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:40:10.970Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-05T21:40:10.970Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:40:10.970Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-05T21:40:10.970Z] === RUN TestTagInvalidReference [2022-03-05T21:40:10.970Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-05T21:40:10.970Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:40:10.970Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-05T21:40:10.970Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:40:10.970Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-05T21:40:10.970Z] === RUN TestTagOfficialNames [2022-03-05T21:40:10.970Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-05T21:40:10.970Z] === RUN TestTagMatchesDigest [2022-03-05T21:40:10.970Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-05T21:40:10.970Z] PASS [2022-03-05T21:40:10.970Z] [2022-03-05T21:40:10.970Z] === Skipped [2022-03-05T21:40:10.970Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:40:10.970Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-05T21:40:10.970Z] [2022-03-05T21:40:10.970Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-05T21:40:10.970Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:40:10.970Z] [2022-03-05T21:40:10.970Z] DONE 22 tests, 2 skipped in 1.106s [2022-03-05T21:40:10.970Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T21:40:10.970Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:10.970Z] ++ set -e [2022-03-05T21:40:10.970Z] ++ '[' -n 0 ']' [2022-03-05T21:40:10.970Z] ++ set -x [2022-03-05T21:40:10.970Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:11.073Z] docker_api_swarm_test.go:273: [d5b484fd016a3] joining swarm manager [d016e0965f732]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:40:11.231Z] INFO: Testing against a local daemon [2022-03-05T21:40:11.231Z] === RUN TestNetworkCreateDelete [2022-03-05T21:40:11.231Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-05T21:40:11.231Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:40:11.334Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T21:40:11.747Z] 2022/03/05 21:40:11 Closing DB instances... [2022-03-05T21:40:11.802Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-03-05T21:40:11.802Z] === RUN TestDaemonDNSFallback [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T21:40:12.216Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T21:40:12.216Z] testing: warning: no tests to run [2022-03-05T21:40:12.216Z] PASS [2022-03-05T21:40:12.216Z] coverage: 0.0% of statements [2022-03-05T21:40:12.216Z] ok github.com/docker/docker/libnetwork/portmapper 0.094s coverage: 0.0% of statements [no tests to run] [2022-03-05T21:40:12.277Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T21:40:12.277Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.28s) [2022-03-05T21:40:12.277Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T21:40:13.204Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-03-05T21:40:13.204Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-05T21:40:13.204Z] === RUN TestHashData [2022-03-05T21:40:13.204Z] --- PASS: TestHashData (0.00s) [2022-03-05T21:40:13.204Z] PASS [2022-03-05T21:40:13.204Z] coverage: 2.8% of statements [2022-03-05T21:40:13.204Z] ok github.com/docker/docker/libnetwork/resolvconf 0.088s coverage: 2.8% of statements [2022-03-05T21:40:13.218Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T21:40:13.218Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-05T21:40:13.218Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T21:40:13.218Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-05T21:40:13.218Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T21:40:13.218Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-05T21:40:13.218Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T21:40:13.218Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-05T21:40:13.218Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T21:40:13.673Z] === RUN TestErrorConstructors [2022-03-05T21:40:13.673Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-05T21:40:13.673Z] === RUN TestCompareIPMask [2022-03-05T21:40:13.673Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-05T21:40:13.673Z] === RUN TestUtilGetHostPartIP [2022-03-05T21:40:13.673Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-05T21:40:13.673Z] === RUN TestUtilGetBroadcastIP [2022-03-05T21:40:13.673Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-05T21:40:13.673Z] === RUN TestParseCIDR [2022-03-05T21:40:13.673Z] --- PASS: TestParseCIDR (0.00s) [2022-03-05T21:40:13.673Z] PASS [2022-03-05T21:40:13.673Z] coverage: 37.3% of statements [2022-03-05T21:40:13.673Z] ok github.com/docker/docker/libnetwork/types 0.084s coverage: 37.3% of statements [2022-03-05T21:40:14.163Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T21:40:14.424Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T21:40:14.665Z] 2022/03/05 21:40:14 Closing DB instances... [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-05T21:40:14.665Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-05T21:40:14.665Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-05T21:40:14.665Z] PASS [2022-03-05T21:40:14.665Z] coverage: 50.0% of statements [2022-03-05T21:40:14.665Z] ok github.com/docker/docker/oci 0.106s coverage: 50.0% of statements [2022-03-05T21:40:14.997Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T21:40:15.259Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T21:40:15.653Z] === RUN TestAddressPoolOpt [2022-03-05T21:40:15.653Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/a [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/something [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/_=a [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/env1=value1 [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/_env1=value1 [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/PATH [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/=a [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/PATH= [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/PATH=something [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/asd!qwe [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/1asd [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/123 [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/some_space [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/__some_space_before [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/some_space_after__ [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/= [2022-03-05T21:40:15.653Z] === RUN TestValidateEnv/PaTh [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestParseHost [2022-03-05T21:40:15.653Z] --- PASS: TestParseHost (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestParseDockerDaemonHost [2022-03-05T21:40:15.653Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestParseTCP [2022-03-05T21:40:15.653Z] --- PASS: TestParseTCP (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-05T21:40:15.653Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestValidateExtraHosts [2022-03-05T21:40:15.653Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestIpOptString [2022-03-05T21:40:15.653Z] --- PASS: TestIpOptString (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-05T21:40:15.653Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestNewIpOptValidDefaultVal [2022-03-05T21:40:15.653Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestIpOptSetInvalidVal [2022-03-05T21:40:15.653Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestValidateIPAddress [2022-03-05T21:40:15.653Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestMapOpts [2022-03-05T21:40:15.653Z] --- PASS: TestMapOpts (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestListOptsWithoutValidator [2022-03-05T21:40:15.653Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestListOptsWithValidator [2022-03-05T21:40:15.653Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestValidateDNSSearch [2022-03-05T21:40:15.653Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_general_format [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_one_more [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-05T21:40:15.653Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-05T21:40:15.653Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestNamedListOpts [2022-03-05T21:40:15.653Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestNamedMapOpts [2022-03-05T21:40:15.653Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestParseLink [2022-03-05T21:40:15.653Z] --- PASS: TestParseLink (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestQuotedStringSetWithQuotes [2022-03-05T21:40:15.653Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-05T21:40:15.653Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-05T21:40:15.653Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-05T21:40:15.653Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-05T21:40:15.653Z] === RUN TestUlimitOpt [2022-03-05T21:40:15.653Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-05T21:40:15.653Z] PASS [2022-03-05T21:40:15.654Z] coverage: 67.4% of statements [2022-03-05T21:40:15.654Z] ok github.com/docker/docker/opts 0.188s coverage: 67.4% of statements [2022-03-05T21:40:15.654Z] === RUN TestParseVersion [2022-03-05T21:40:15.654Z] --- PASS: TestParseVersion (0.00s) [2022-03-05T21:40:15.654Z] PASS [2022-03-05T21:40:15.654Z] coverage: 52.9% of statements [2022-03-05T21:40:15.654Z] ok github.com/docker/docker/pkg/aaparser 0.069s coverage: 52.9% of statements [2022-03-05T21:40:15.654Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.70s) [2022-03-05T21:40:15.654Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-05T21:40:15.664Z] Removing intermediate container baeec869f370 [2022-03-05T21:40:15.664Z] ---> 07fc8ec0d52c [2022-03-05T21:40:15.664Z] Step 13/13 : CMD ["sh"] [2022-03-05T21:40:15.664Z] ---> Running in 9ab0387af20a [2022-03-05T21:40:15.664Z] Removing intermediate container 9ab0387af20a [2022-03-05T21:40:15.664Z] ---> 8c27458a60d4 [2022-03-05T21:40:15.664Z] Successfully built 8c27458a60d4 [2022-03-05T21:40:15.664Z] Successfully tagged busybox:latest [2022-03-05T21:40:15.664Z] INFO: Docker images of the daemon under test [2022-03-05T21:40:15.664Z] [2022-03-05T21:40:15.664Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T21:40:15.664Z] busybox latest 8c27458a60d4 Less than a second ago 5GB [2022-03-05T21:40:15.664Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T21:40:15.664Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T21:40:15.664Z] [2022-03-05T21:40:15.664Z] INFO: Running integration tests at 03/05/2022 21:40:15... [2022-03-05T21:40:15.664Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-05T21:40:15.664Z] INFO: Integration API tests being run from the host: [2022-03-05T21:40:15.664Z] INFO: make.ps1 starting at 03/05/2022 21:40:15 [2022-03-05T21:40:15.832Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T21:40:16.093Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T21:40:16.640Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-05T21:40:17.873Z] === RUN TestPeerCertificateMarshalJSON [2022-03-05T21:40:18.006Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T21:40:18.342Z] 2022/03/05 21:40:17 Closing DB instances... [2022-03-05T21:40:18.342Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-05T21:40:18.342Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-05T21:40:18.342Z] --- PASS: TestPeerCertificateMarshalJSON (0.47s) [2022-03-05T21:40:18.342Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-05T21:40:18.342Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-05T21:40:18.342Z] === RUN TestMiddleware [2022-03-05T21:40:18.342Z] --- PASS: TestMiddleware (0.00s) [2022-03-05T21:40:18.342Z] === RUN TestNewResponseModifier [2022-03-05T21:40:18.342Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-05T21:40:18.342Z] PASS [2022-03-05T21:40:18.342Z] coverage: 26.8% of statements [2022-03-05T21:40:18.342Z] ok github.com/docker/docker/pkg/authorization 0.599s coverage: 26.8% of statements [2022-03-05T21:40:18.380Z] --- PASS: TestDaemonDNSFallback (6.25s) [2022-03-05T21:40:18.380Z] === RUN TestInspectNetwork [2022-03-05T21:40:18.814Z] === RUN TestIsArchivePathDir [2022-03-05T21:40:18.814Z] --- PASS: TestIsArchivePathDir (0.12s) [2022-03-05T21:40:18.814Z] === RUN TestIsArchivePathInvalidFile [2022-03-05T21:40:18.946Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T21:40:19.283Z] --- PASS: TestIsArchivePathInvalidFile (0.21s) [2022-03-05T21:40:19.283Z] === RUN TestIsArchivePathTar [2022-03-05T21:40:19.283Z] --- PASS: TestIsArchivePathTar (0.29s) [2022-03-05T21:40:19.283Z] === RUN TestDecompressStreamGzip [2022-03-05T21:40:19.283Z] === RUN TestUnbuffered [2022-03-05T21:40:19.283Z] --- PASS: TestUnbuffered (0.00s) [2022-03-05T21:40:19.283Z] === RUN TestRaceUnbuffered [2022-03-05T21:40:19.283Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-05T21:40:19.283Z] PASS [2022-03-05T21:40:19.283Z] coverage: 100.0% of statements [2022-03-05T21:40:19.283Z] ok github.com/docker/docker/pkg/broadcaster 0.070s coverage: 100.0% of statements [2022-03-05T21:40:19.518Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T21:40:19.518Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T21:40:19.752Z] --- PASS: TestDecompressStreamGzip (0.20s) [2022-03-05T21:40:19.752Z] === RUN TestDecompressStreamBzip2 [2022-03-05T21:40:19.752Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2022-03-05T21:40:19.752Z] === RUN TestDecompressStreamXz [2022-03-05T21:40:19.752Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T21:40:19.752Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestDecompressStreamZstd [2022-03-05T21:40:19.752Z] archive_test.go:140: zstd not installed [2022-03-05T21:40:19.752Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-05T21:40:19.752Z] === RUN TestCompressStreamXzUnsupported [2022-03-05T21:40:19.752Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-05T21:40:19.752Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestCompressStreamInvalid [2022-03-05T21:40:19.752Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestExtensionInvalid [2022-03-05T21:40:19.752Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestExtensionUncompressed [2022-03-05T21:40:19.752Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestExtensionBzip2 [2022-03-05T21:40:19.752Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestExtensionGzip [2022-03-05T21:40:19.752Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestExtensionXz [2022-03-05T21:40:19.752Z] --- PASS: TestExtensionXz (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestExtensionZstd [2022-03-05T21:40:19.752Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestCmdStreamLargeStderr [2022-03-05T21:40:19.752Z] --- PASS: TestCmdStreamLargeStderr (0.11s) [2022-03-05T21:40:19.752Z] === RUN TestCmdStreamBad [2022-03-05T21:40:19.752Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T21:40:19.752Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-05T21:40:19.752Z] === RUN TestCmdStreamGood [2022-03-05T21:40:19.752Z] --- PASS: TestCmdStreamGood (0.06s) [2022-03-05T21:40:19.752Z] === RUN TestUntarPathWithInvalidDest [2022-03-05T21:40:19.752Z] --- PASS: TestNetworkDBCRUDTableEntry (4.09s) [2022-03-05T21:40:19.752Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-05T21:40:20.091Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T21:40:20.091Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-05T21:40:20.091Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T21:40:20.221Z] --- PASS: TestUntarPathWithInvalidDest (0.11s) [2022-03-05T21:40:20.221Z] === RUN TestUntarPathWithInvalidSrc [2022-03-05T21:40:20.221Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-05T21:40:20.221Z] === RUN TestUntarPath [2022-03-05T21:40:20.221Z] --- PASS: TestUntarPath (0.10s) [2022-03-05T21:40:20.221Z] === RUN TestUntarPathWithDestinationFile [2022-03-05T21:40:20.221Z] === RUN TestMatch [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[foo]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[foo_bar]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[]#01 [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[qux]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-05T21:40:20.221Z] === RUN TestMatch/[[foo_baz]] [2022-03-05T21:40:20.221Z] --- PASS: TestMatch (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-05T21:40:20.221Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-05T21:40:20.221Z] PASS [2022-03-05T21:40:20.221Z] coverage: 87.5% of statements [2022-03-05T21:40:20.221Z] ok github.com/docker/docker/pkg/capabilities 0.070s coverage: 87.5% of statements [2022-03-05T21:40:20.221Z] --- PASS: TestUntarPathWithDestinationFile (0.09s) [2022-03-05T21:40:20.221Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-05T21:40:20.221Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.12s) [2022-03-05T21:40:20.221Z] === RUN TestCopyWithTarInvalidSrc [2022-03-05T21:40:20.221Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-05T21:40:20.221Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-05T21:40:20.221Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T21:40:20.221Z] === RUN TestCopyWithTarSrcFile [2022-03-05T21:40:20.221Z] --- PASS: TestCopyWithTarSrcFile (0.02s) [2022-03-05T21:40:20.221Z] === RUN TestCopyWithTarSrcFolder [2022-03-05T21:40:20.221Z] --- PASS: TestCopyWithTarSrcFolder (0.02s) [2022-03-05T21:40:20.221Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-05T21:40:20.221Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-05T21:40:20.221Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-05T21:40:20.221Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T21:40:20.221Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-05T21:40:20.221Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-03-05T21:40:20.221Z] === RUN TestCopyFileWithTarSrcFile [2022-03-05T21:40:20.221Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-05T21:40:20.221Z] === RUN TestTarFiles [2022-03-05T21:40:20.661Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T21:40:20.934Z] === RUN TestInspectNetwork/full_network_id [2022-03-05T21:40:20.934Z] === RUN TestInspectNetwork/partial_network_id [2022-03-05T21:40:20.934Z] === RUN TestInspectNetwork/network_name [2022-03-05T21:40:20.934Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-05T21:40:21.787Z] === RUN TestChrootTarUntar [2022-03-05T21:40:21.788Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-05T21:40:21.788Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.01s) [2022-03-05T21:40:21.788Z] === RUN TestChrootUntarEmptyArchive [2022-03-05T21:40:21.788Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootTarUntarWithSymlink [2022-03-05T21:40:21.788Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootTarUntarWithSymlink (0.01s) [2022-03-05T21:40:21.788Z] === RUN TestChrootCopyWithTar [2022-03-05T21:40:21.788Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootCopyFileWithTar [2022-03-05T21:40:21.788Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootUntarPath [2022-03-05T21:40:21.788Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-05T21:40:21.788Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-05T21:40:21.788Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:40:21.788Z] === RUN TestChrootApplyDotDotFile [2022-03-05T21:40:21.788Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:40:21.788Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-05T21:40:21.788Z] PASS [2022-03-05T21:40:21.788Z] coverage: 15.1% of statements [2022-03-05T21:40:21.788Z] 2022/03/05 21:40:21 Closing DB instances... [2022-03-05T21:40:21.788Z] ok github.com/docker/docker/pkg/chrootarchive 0.191s coverage: 15.1% of statements [2022-03-05T21:40:22.047Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T21:40:22.047Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T21:40:22.047Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T21:40:22.047Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T21:40:22.309Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T21:40:22.882Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T21:40:23.355Z] --- PASS: TestNetworkDBCRUDTableEntries (3.28s) [2022-03-05T21:40:23.356Z] === RUN TestNetworkDBNodeLeave [2022-03-05T21:40:23.356Z] === RUN TestEnsureRemoveAllNotExist [2022-03-05T21:40:23.356Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-05T21:40:23.356Z] === RUN TestEnsureRemoveAllWithDir [2022-03-05T21:40:23.356Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-05T21:40:23.356Z] === RUN TestEnsureRemoveAllWithFile [2022-03-05T21:40:23.356Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-05T21:40:23.356Z] PASS [2022-03-05T21:40:23.356Z] coverage: 0.0% of statements [2022-03-05T21:40:23.356Z] ok github.com/docker/docker/pkg/containerfs 0.087s coverage: 0.0% of statements [2022-03-05T21:40:23.456Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T21:40:24.034Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T21:40:24.344Z] === RUN TestSizeEmpty [2022-03-05T21:40:24.344Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-05T21:40:24.344Z] === RUN TestSizeEmptyFile [2022-03-05T21:40:24.344Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-05T21:40:24.344Z] === RUN TestSizeNonemptyFile [2022-03-05T21:40:24.344Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-05T21:40:24.344Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-05T21:40:24.344Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-05T21:40:24.344Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-05T21:40:24.344Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-05T21:40:24.344Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-05T21:40:24.344Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-05T21:40:24.344Z] === RUN TestMoveToSubdir [2022-03-05T21:40:24.344Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-05T21:40:24.344Z] === RUN TestSizeNonExistingDirectory [2022-03-05T21:40:24.344Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-05T21:40:24.344Z] PASS [2022-03-05T21:40:24.344Z] coverage: 80.0% of statements [2022-03-05T21:40:24.344Z] ok github.com/docker/docker/pkg/directory 0.108s coverage: 80.0% of statements [2022-03-05T21:40:24.977Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T21:40:25.144Z] --- PASS: TestInspectNetwork (6.90s) [2022-03-05T21:40:25.144Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-05T21:40:25.144Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-05T21:40:25.144Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-05T21:40:25.144Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-05T21:40:25.144Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T21:40:25.912Z] === RUN TestPollerAddRemove [2022-03-05T21:40:25.912Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-05T21:40:25.912Z] === RUN TestPollerEvent [2022-03-05T21:40:25.912Z] poller_test.go:40: No chmod on Windows [2022-03-05T21:40:25.912Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-05T21:40:25.912Z] === RUN TestPollerClose [2022-03-05T21:40:25.912Z] --- PASS: TestPollerClose (0.00s) [2022-03-05T21:40:25.912Z] PASS [2022-03-05T21:40:25.912Z] coverage: 36.2% of statements [2022-03-05T21:40:25.912Z] ok github.com/docker/docker/pkg/filenotify 0.079s coverage: 36.2% of statements [2022-03-05T21:40:25.912Z] --- PASS: TestNetworkDBNodeLeave (2.90s) [2022-03-05T21:40:25.912Z] === RUN TestNetworkDBWatch [2022-03-05T21:40:25.920Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T21:40:26.089Z] --- PASS: TestRunContainerWithBridgeNone (1.35s) [2022-03-05T21:40:26.089Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:40:26.089Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:40:26.089Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:40:26.089Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:40:26.089Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:40:26.089Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:40:26.089Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:40:26.089Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:40:26.089Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:40:26.089Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T21:40:26.089Z] === RUN TestNetworkList [2022-03-05T21:40:26.089Z] === RUN TestNetworkList//networks [2022-03-05T21:40:26.089Z] === PAUSE TestNetworkList//networks [2022-03-05T21:40:26.089Z] === RUN TestNetworkList//networks/ [2022-03-05T21:40:26.089Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:40:26.089Z] === CONT TestNetworkList//networks [2022-03-05T21:40:26.089Z] === CONT TestNetworkList//networks/ [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkList (0.01s) [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T21:40:26.089Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T21:40:26.089Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:40:26.492Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T21:40:26.661Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-05T21:40:26.661Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:40:27.479Z] === RUN TestCopyFileWithInvalidSrc [2022-03-05T21:40:27.479Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-05T21:40:27.479Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T21:40:27.479Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:40:27.479Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-05T21:40:27.479Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-05T21:40:27.479Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-05T21:40:27.479Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-05T21:40:27.479Z] === RUN TestCopyFile [2022-03-05T21:40:27.879Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T21:40:27.947Z] --- PASS: TestCopyFile (0.01s) [2022-03-05T21:40:27.947Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-05T21:40:27.947Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T21:40:27.947Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-05T21:40:27.948Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-05T21:40:27.948Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T21:40:27.948Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestWildcardMatches [2022-03-05T21:40:27.948Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestPatternMatches [2022-03-05T21:40:27.948Z] --- PASS: TestPatternMatches (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-05T21:40:27.948Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestPatternMatchesFolderExclusions [2022-03-05T21:40:27.948Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-05T21:40:27.948Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-05T21:40:27.948Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-05T21:40:27.948Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-05T21:40:27.948Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestSingleExclamationError [2022-03-05T21:40:27.948Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestMatchesWithNoPatterns [2022-03-05T21:40:27.948Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestMatchesWithMalformedPatterns [2022-03-05T21:40:27.948Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestMatches [2022-03-05T21:40:27.948Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-05T21:40:27.948Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-05T21:40:27.948Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-05T21:40:27.948Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-05T21:40:27.948Z] --- PASS: TestMatches (0.01s) [2022-03-05T21:40:27.948Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-05T21:40:27.948Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-05T21:40:27.948Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-05T21:40:27.948Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCleanPatterns [2022-03-05T21:40:27.948Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-05T21:40:27.948Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCleanPatternsExceptionFlag [2022-03-05T21:40:27.948Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-05T21:40:27.948Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-05T21:40:27.948Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCleanPatternsErrorSingleException [2022-03-05T21:40:27.948Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCreateIfNotExistsDir [2022-03-05T21:40:27.948Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCreateIfNotExistsFile [2022-03-05T21:40:27.948Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-05T21:40:27.948Z] === RUN TestMatch [2022-03-05T21:40:27.948Z] --- PASS: TestMatch (0.00s) [2022-03-05T21:40:27.948Z] === RUN TestCompile [2022-03-05T21:40:27.948Z] === RUN TestCompile/slash [2022-03-05T21:40:27.948Z] === RUN TestCompile/backslash [2022-03-05T21:40:27.948Z] --- PASS: TestCompile (0.00s) [2022-03-05T21:40:27.948Z] --- PASS: TestCompile/slash (0.00s) [2022-03-05T21:40:27.948Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-05T21:40:27.948Z] PASS [2022-03-05T21:40:27.948Z] coverage: 84.7% of statements [2022-03-05T21:40:27.948Z] ok github.com/docker/docker/pkg/fileutils 0.143s coverage: 84.7% of statements [2022-03-05T21:40:27.948Z] 2022/03/05 21:40:27 Closing DB instances... [2022-03-05T21:40:28.045Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-05T21:40:28.045Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:40:28.140Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T21:40:28.615Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-05T21:40:28.615Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:40:28.711Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-05T21:40:28.711Z] PASS [2022-03-05T21:40:28.711Z] [2022-03-05T21:40:28.711Z] DONE 17 tests in 50.574s [2022-03-05T21:40:28.711Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T21:40:28.711Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:28.711Z] ++ set -e [2022-03-05T21:40:28.711Z] ++ '[' -n 0 ']' [2022-03-05T21:40:28.711Z] ++ set -x [2022-03-05T21:40:28.711Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:28.973Z] INFO: Testing against a local daemon [2022-03-05T21:40:28.973Z] === RUN TestPluginInvalidJSON [2022-03-05T21:40:28.973Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:40:28.973Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:40:28.973Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:40:28.973Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-05T21:40:28.973Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:40:28.973Z] === RUN TestPluginInstall [2022-03-05T21:40:28.973Z] === RUN TestPluginInstall/no_auth [2022-03-05T21:40:29.233Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T21:40:29.512Z] === RUN TestGet [2022-03-05T21:40:29.513Z] --- PASS: TestGet (0.00s) [2022-03-05T21:40:29.513Z] === RUN TestGetShortcutString [2022-03-05T21:40:29.513Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-05T21:40:29.513Z] PASS [2022-03-05T21:40:29.513Z] coverage: 42.9% of statements [2022-03-05T21:40:29.513Z] ok github.com/docker/docker/pkg/homedir 0.092s coverage: 42.9% of statements [2022-03-05T21:40:29.513Z] --- PASS: TestNetworkDBWatch (3.26s) [2022-03-05T21:40:29.513Z] === RUN TestNetworkDBBulkSync [2022-03-05T21:40:29.554Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-05T21:40:29.554Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:40:29.810Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T21:40:29.810Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T21:40:29.810Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T21:40:29.810Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T21:40:30.090Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T21:40:30.090Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T21:40:30.090Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T21:40:30.935Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.18s) [2022-03-05T21:40:30.935Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:40:31.037Z] time="2022-03-05T21:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:40:31.037Z] time="2022-03-05T21:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4dd4cd4c7d156ccc941a1842d39590bf8fe66d064126500d338061acf58353c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:40:31.037Z] time="2022-03-05T21:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:40:31.037Z] time="2022-03-05T21:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4dd4cd4c7d156ccc941a1842d39590bf8fe66d064126500d338061acf58353c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:40:31.078Z] 2022/03/05 21:40:30 Closing DB instances... [2022-03-05T21:40:31.078Z] --- PASS: TestTarFiles (10.38s) [2022-03-05T21:40:31.078Z] === RUN TestDetectCompressionZstd [2022-03-05T21:40:31.078Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-05T21:40:31.078Z] === RUN TestTarUntar [2022-03-05T21:40:31.078Z] --- PASS: TestTarUntar (0.05s) [2022-03-05T21:40:31.078Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-05T21:40:31.078Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-05T21:40:31.078Z] === RUN TestTarWithOptions [2022-03-05T21:40:31.078Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-05T21:40:31.078Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-05T21:40:31.078Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-05T21:40:31.078Z] === RUN TestUntarUstarGnuConflict [2022-03-05T21:40:31.078Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-05T21:40:31.078Z] === RUN TestUntarInvalidFilenames [2022-03-05T21:40:31.078Z] === RUN TestCreateIDMapOrder [2022-03-05T21:40:31.078Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-05T21:40:31.078Z] PASS [2022-03-05T21:40:31.078Z] coverage: 7.2% of statements [2022-03-05T21:40:31.078Z] ok github.com/docker/docker/pkg/idtools 0.092s coverage: 7.2% of statements [2022-03-05T21:40:31.078Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1116204793\\dest" [2022-03-05T21:40:31.078Z] --- PASS: TestUntarInvalidFilenames (0.24s) [2022-03-05T21:40:31.078Z] === RUN TestUntarHardlinkToSymlink [2022-03-05T21:40:31.078Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2022-03-05T21:40:31.078Z] === RUN TestUntarInvalidHardlink [2022-03-05T21:40:31.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2637234225\\victim\\hello" -> "../victim/hello" [2022-03-05T21:40:31.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink374084401\\victim\\hello" -> "/../victim/hello" [2022-03-05T21:40:31.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4179346254\\victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2605927790\\victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4293300689\\victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1664424031\\victim" -> "../victim" [2022-03-05T21:40:31.078Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-03-05T21:40:31.078Z] === RUN TestUntarInvalidSymlink [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink245142731\\dest\\dotdot" -> "../victim/hello" [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink675554197\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink480335232\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink827577162\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3963766008\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink560101418\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:31.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3708096231\\dest\\dir\\loophole" -> "../../victim" [2022-03-05T21:40:31.078Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-05T21:40:31.078Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-05T21:40:31.078Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-05T21:40:31.078Z] === RUN TestXGlobalNoParent [2022-03-05T21:40:31.078Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-05T21:40:31.078Z] === RUN TestReplaceFileTarWrapper [2022-03-05T21:40:31.298Z] === RUN TestPluginInstall/with_htpasswd [2022-03-05T21:40:31.298Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T21:40:31.508Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-05T21:40:31.508Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:40:31.548Z] --- PASS: TestReplaceFileTarWrapper (0.28s) [2022-03-05T21:40:31.548Z] === RUN TestPrefixHeaderReadable [2022-03-05T21:40:31.548Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-05T21:40:31.548Z] === RUN TestDisablePigz [2022-03-05T21:40:31.548Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-05T21:40:31.548Z] --- PASS: TestDisablePigz (0.22s) [2022-03-05T21:40:31.548Z] === RUN TestPigz [2022-03-05T21:40:31.872Z] time="2022-03-05T21:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:40:31.872Z] time="2022-03-05T21:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:675a4384c5766fbf1e701a6d86495fa5df72ccd56cef9cdb4a9670f634e0d223" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:40:31.872Z] time="2022-03-05T21:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:40:31.872Z] time="2022-03-05T21:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:675a4384c5766fbf1e701a6d86495fa5df72ccd56cef9cdb4a9670f634e0d223" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:40:32.018Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-05T21:40:32.018Z] --- PASS: TestPigz (0.21s) [2022-03-05T21:40:32.018Z] === RUN TestNosysFileInfo [2022-03-05T21:40:32.018Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-05T21:40:32.018Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T21:40:32.018Z] archive_windows_test.go:16: Currently fails [2022-03-05T21:40:32.018Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:40:32.018Z] === RUN TestCanonicalTarNameForPath [2022-03-05T21:40:32.018Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-05T21:40:32.018Z] === RUN TestCanonicalTarName [2022-03-05T21:40:32.018Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-05T21:40:32.018Z] === RUN TestChmodTarEntry [2022-03-05T21:40:32.018Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-05T21:40:32.018Z] === RUN TestHardLinkOrder [2022-03-05T21:40:32.018Z] --- PASS: TestHardLinkOrder (0.18s) [2022-03-05T21:40:32.018Z] === RUN TestChangeString [2022-03-05T21:40:32.018Z] --- PASS: TestChangeString (0.00s) [2022-03-05T21:40:32.018Z] === RUN TestChangesWithNoChanges [2022-03-05T21:40:32.018Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-05T21:40:32.018Z] === RUN TestChangesWithChanges [2022-03-05T21:40:32.134Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-05T21:40:32.134Z] === RUN TestPluginInstall/with_insecure [2022-03-05T21:40:32.487Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-05T21:40:32.487Z] === RUN TestChangesWithChangesGH13590 [2022-03-05T21:40:32.487Z] changes_test.go:195: needs more investigation [2022-03-05T21:40:32.487Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestChangesDirsEmpty [2022-03-05T21:40:32.487Z] --- PASS: TestNetworkDBBulkSync (3.06s) [2022-03-05T21:40:32.487Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-05T21:40:32.487Z] --- PASS: TestChangesDirsEmpty (0.21s) [2022-03-05T21:40:32.487Z] === RUN TestChangesDirsMutated [2022-03-05T21:40:32.487Z] === RUN TestFixedBufferCap [2022-03-05T21:40:32.487Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestFixedBufferLen [2022-03-05T21:40:32.487Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestFixedBufferString [2022-03-05T21:40:32.487Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestFixedBufferWrite [2022-03-05T21:40:32.487Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestFixedBufferRead [2022-03-05T21:40:32.487Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestBytesPipeRead [2022-03-05T21:40:32.487Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestBytesPipeWrite [2022-03-05T21:40:32.487Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-05T21:40:32.487Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-05T21:40:32.708Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T21:40:32.708Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T21:40:32.955Z] --- PASS: TestChangesDirsMutated (0.30s) [2022-03-05T21:40:32.955Z] === RUN TestApplyLayer [2022-03-05T21:40:32.955Z] changes_test.go:432: needs further investigation [2022-03-05T21:40:32.955Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-05T21:40:32.955Z] === RUN TestChangesSizeWithHardlinks [2022-03-05T21:40:32.955Z] changes_test.go:468: needs further investigation [2022-03-05T21:40:32.955Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-05T21:40:32.955Z] === RUN TestChangesSizeWithNoChanges [2022-03-05T21:40:32.955Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-05T21:40:32.955Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-05T21:40:32.955Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-05T21:40:32.955Z] === RUN TestChangesSize [2022-03-05T21:40:32.955Z] --- PASS: TestChangesSize (0.01s) [2022-03-05T21:40:32.955Z] === RUN TestApplyLayerInvalidFilenames [2022-03-05T21:40:32.955Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4009345830\\dest" [2022-03-05T21:40:32.955Z] --- PASS: TestApplyLayerInvalidFilenames (0.03s) [2022-03-05T21:40:32.955Z] === RUN TestApplyLayerInvalidHardlink [2022-03-05T21:40:32.955Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4168444808\\victim\\hello" -> "../victim/hello" [2022-03-05T21:40:32.955Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3498580132\\victim\\hello" -> "/../victim/hello" [2022-03-05T21:40:32.955Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1116037991\\victim" -> "../victim" [2022-03-05T21:40:32.955Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2392866399\\victim" -> "../victim" [2022-03-05T21:40:32.955Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2428282078\\victim" -> "../victim" [2022-03-05T21:40:32.955Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3758071040\\victim" -> "../victim" [2022-03-05T21:40:32.955Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-05T21:40:32.955Z] === RUN TestApplyLayerInvalidSymlink [2022-03-05T21:40:32.955Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3316641790\\dest\\dotdot" -> "../victim/hello" [2022-03-05T21:40:32.955Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1757635526\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T21:40:32.955Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1741874520\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:32.955Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2941958127\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:32.955Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3697379805\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:32.955Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3948321723\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:40:32.955Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-05T21:40:32.955Z] === RUN TestApplyLayerWhiteouts [2022-03-05T21:40:32.955Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-03-05T21:40:32.955Z] === RUN TestGenerateEmptyFile [2022-03-05T21:40:32.955Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-05T21:40:32.955Z] === RUN TestGenerateWithContent [2022-03-05T21:40:32.955Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-05T21:40:32.955Z] PASS [2022-03-05T21:40:32.955Z] coverage: 63.0% of statements [2022-03-05T21:40:32.955Z] ok github.com/docker/docker/pkg/archive 14.343s coverage: 63.0% of statements [2022-03-05T21:40:32.955Z] --- PASS: TestBytesPipeWriteRandomChunks (0.57s) [2022-03-05T21:40:32.955Z] === RUN TestAtomicWriteToFile [2022-03-05T21:40:32.955Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-05T21:40:32.955Z] === RUN TestAtomicWriteSetCommit [2022-03-05T21:40:32.955Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-05T21:40:32.955Z] === RUN TestAtomicWriteSetCancel [2022-03-05T21:40:33.282Z] time="2022-03-05T21:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:40:33.282Z] time="2022-03-05T21:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:777ad44d06b4cfc5a4530882ce93dbcf7d38a5603c41c3ff6d7b505fc7ede9da" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:40:33.282Z] time="2022-03-05T21:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:40:33.282Z] time="2022-03-05T21:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:777ad44d06b4cfc5a4530882ce93dbcf7d38a5603c41c3ff6d7b505fc7ede9da" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:40:33.422Z] --- PASS: TestServiceWithPredefinedNetwork (2.12s) [2022-03-05T21:40:33.422Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:40:33.422Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:40:33.422Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:40:33.422Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:40:33.425Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2022-03-05T21:40:33.425Z] === RUN TestReadCloserWrapperClose [2022-03-05T21:40:33.425Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-05T21:40:33.425Z] === RUN TestReaderErrWrapperReadOnError [2022-03-05T21:40:33.425Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-05T21:40:33.425Z] === RUN TestReaderErrWrapperRead [2022-03-05T21:40:33.425Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-05T21:40:33.425Z] === RUN TestCancelReadCloser [2022-03-05T21:40:33.425Z] --- PASS: TestCancelReadCloser (0.11s) [2022-03-05T21:40:33.425Z] === RUN TestWriteCloserWrapperClose [2022-03-05T21:40:33.425Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-05T21:40:33.425Z] === RUN TestNopWriteCloser [2022-03-05T21:40:33.425Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-05T21:40:33.425Z] === RUN TestNopWriter [2022-03-05T21:40:33.425Z] --- PASS: TestNopWriter (0.00s) [2022-03-05T21:40:33.425Z] === RUN TestWriteCounter [2022-03-05T21:40:33.425Z] --- PASS: TestWriteCounter (0.00s) [2022-03-05T21:40:33.425Z] PASS [2022-03-05T21:40:33.425Z] coverage: 69.6% of statements [2022-03-05T21:40:33.425Z] ok github.com/docker/docker/pkg/ioutils 0.794s coverage: 69.6% of statements [2022-03-05T21:40:33.543Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T21:40:33.543Z] plugin_test.go:165: [d5dabb0be02f5] daemon is not started [2022-03-05T21:40:33.543Z] --- PASS: TestPluginInstall (4.60s) [2022-03-05T21:40:33.543Z] --- PASS: TestPluginInstall/no_auth (2.37s) [2022-03-05T21:40:33.543Z] --- PASS: TestPluginInstall/with_htpasswd (0.89s) [2022-03-05T21:40:33.543Z] --- PASS: TestPluginInstall/with_insecure (1.34s) [2022-03-05T21:40:33.543Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:40:34.116Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T21:40:34.412Z] === RUN TestError [2022-03-05T21:40:34.412Z] --- PASS: TestError (0.00s) [2022-03-05T21:40:34.412Z] === RUN TestProgressString [2022-03-05T21:40:34.412Z] === RUN TestProgressString/no_progress [2022-03-05T21:40:34.412Z] === RUN TestProgressString/progress_1 [2022-03-05T21:40:34.412Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-05T21:40:34.412Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-05T21:40:34.412Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-05T21:40:34.412Z] === RUN TestProgressString/with_units [2022-03-05T21:40:34.412Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-05T21:40:34.412Z] === RUN TestProgressString/hide_counts [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-05T21:40:34.412Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-05T21:40:34.412Z] === RUN TestJSONMessageDisplay [2022-03-05T21:40:34.880Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-03-05T21:40:34.880Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-05T21:40:34.880Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-05T21:40:34.880Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-05T21:40:34.880Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-05T21:40:34.880Z] === RUN TestDisplayJSONMessagesStream [2022-03-05T21:40:34.880Z] --- PASS: TestDisplayJSONMessagesStream (0.01s) [2022-03-05T21:40:34.880Z] PASS [2022-03-05T21:40:34.880Z] coverage: 91.7% of statements [2022-03-05T21:40:34.880Z] ok github.com/docker/docker/pkg/jsonmessage 0.296s coverage: 91.7% of statements [2022-03-05T21:40:35.058Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T21:40:35.356Z] 2022/03/05 21:40:35 Closing DB instances... [2022-03-05T21:40:35.629Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T21:40:35.629Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-05T21:40:35.825Z] === RUN TestStandardLongPath [2022-03-05T21:40:35.825Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-05T21:40:35.825Z] === RUN TestUNCLongPath [2022-03-05T21:40:35.825Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-05T21:40:35.825Z] PASS [2022-03-05T21:40:35.825Z] coverage: 100.0% of statements [2022-03-05T21:40:35.825Z] ok github.com/docker/docker/pkg/longpath 0.073s coverage: 100.0% of statements [2022-03-05T21:40:36.206Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T21:40:36.206Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T21:40:36.206Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T21:40:36.779Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T21:40:36.779Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T21:40:36.779Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-05T21:40:36.779Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T21:40:36.779Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T21:40:36.779Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T21:40:36.813Z] === RUN TestNameFormat [2022-03-05T21:40:36.813Z] --- PASS: TestNameFormat (0.00s) [2022-03-05T21:40:36.813Z] === RUN TestNameRetries [2022-03-05T21:40:36.813Z] --- PASS: TestNameRetries (0.00s) [2022-03-05T21:40:36.813Z] PASS [2022-03-05T21:40:36.813Z] coverage: 85.7% of statements [2022-03-05T21:40:36.813Z] ok github.com/docker/docker/pkg/namesgenerator 0.081s coverage: 85.7% of statements [2022-03-05T21:40:37.353Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T21:40:37.616Z] --- PASS: TestPluginsWithRuntimes (4.21s) [2022-03-05T21:40:37.616Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.03s) [2022-03-05T21:40:37.616Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.00s) [2022-03-05T21:40:37.616Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:40:37.800Z] === RUN TestParseKeyValueOpt [2022-03-05T21:40:37.800Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-05T21:40:37.800Z] === RUN TestParseUintList [2022-03-05T21:40:37.800Z] --- PASS: TestParseUintList (0.00s) [2022-03-05T21:40:37.800Z] === RUN TestParseUintListMaximumLimits [2022-03-05T21:40:37.800Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-05T21:40:37.800Z] PASS [2022-03-05T21:40:37.800Z] coverage: 97.0% of statements [2022-03-05T21:40:37.800Z] ok github.com/docker/docker/pkg/parsers 0.076s coverage: 97.0% of statements [2022-03-05T21:40:37.877Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T21:40:38.269Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.90s) [2022-03-05T21:40:38.269Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-05T21:40:38.451Z] --- PASS: TestPluginBackCompatMediaTypes (0.72s) [2022-03-05T21:40:38.451Z] PASS [2022-03-05T21:40:38.451Z] [2022-03-05T21:40:38.451Z] DONE 10 tests in 9.678s [2022-03-05T21:40:38.451Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T21:40:38.451Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:38.451Z] ++ set -e [2022-03-05T21:40:38.451Z] ++ '[' -n 0 ']' [2022-03-05T21:40:38.451Z] ++ set -x [2022-03-05T21:40:38.451Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:38.451Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T21:40:38.451Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T21:40:38.713Z] INFO: Testing against a local daemon [2022-03-05T21:40:38.713Z] === RUN TestExternalGraphDriver [2022-03-05T21:40:38.713Z] === RUN TestExternalGraphDriver/json [2022-03-05T21:40:38.738Z] === RUN TestNewAndRemove [2022-03-05T21:40:38.738Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-05T21:40:38.738Z] === RUN TestRemoveInvalidPath [2022-03-05T21:40:38.738Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-05T21:40:38.738Z] PASS [2022-03-05T21:40:38.738Z] coverage: 82.6% of statements [2022-03-05T21:40:38.738Z] ok github.com/docker/docker/pkg/pidfile 0.074s coverage: 82.6% of statements [2022-03-05T21:40:39.207Z] 2022/03/05 21:40:39 Closing DB instances... [2022-03-05T21:40:39.676Z] --- PASS: TestGetAddress (29.00s) [2022-03-05T21:40:39.677Z] === RUN TestRequestSyntaxCheck [2022-03-05T21:40:39.677Z] --- PASS: TestRequestSyntaxCheck (0.05s) [2022-03-05T21:40:39.677Z] === RUN TestRequest [2022-03-05T21:40:40.097Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T21:40:40.357Z] === RUN TestExternalGraphDriver/spec [2022-03-05T21:40:40.357Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T21:40:40.357Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T21:40:40.928Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T21:40:41.246Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-03-05T21:40:41.246Z] === RUN TestNetworkDBGarbageCollection [2022-03-05T21:40:41.246Z] === RUN TestFailedConnection [2022-03-05T21:40:41.499Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T21:40:42.070Z] === RUN TestExternalGraphDriver/pull [2022-03-05T21:40:42.070Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T21:40:42.235Z] --- PASS: TestFailedConnection (1.08s) [2022-03-05T21:40:42.235Z] === RUN TestFailOnce [2022-03-05T21:40:42.235Z] 2022/03/05 21:40:41 http: panic serving 127.0.0.1:49313: Plugin not ready [2022-03-05T21:40:42.235Z] goroutine 34 [running]: [2022-03-05T21:40:42.235Z] net/http.(*conn).serve.func1() [2022-03-05T21:40:42.235Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T21:40:42.235Z] panic({0x158ca00, 0x16a09d0}) [2022-03-05T21:40:42.235Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T21:40:42.235Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x624f7eb7df652449}, 0xc000215a98) [2022-03-05T21:40:42.235Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-05T21:40:42.236Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x16ad900, 0xc00019e0e0}, 0x14c1d26) [2022-03-05T21:40:42.236Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T21:40:42.236Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x16ad900, 0xc00019e0e0}, 0xc0000ae000) [2022-03-05T21:40:42.236Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-05T21:40:42.236Z] net/http.serverHandler.ServeHTTP({0x16abff0}, {0x16ad900, 0xc00019e0e0}, 0xc0000ae000) [2022-03-05T21:40:42.236Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T21:40:42.236Z] net/http.(*conn).serve(0xc0000a8000, {0x16af900, 0xc00008a0c0}) [2022-03-05T21:40:42.236Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T21:40:42.236Z] created by net/http.(*Server).Serve [2022-03-05T21:40:42.236Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T21:40:42.236Z] time="2022-03-05T21:40:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49312/Test.FailOnce: Post \"http://127.0.0.1:49312/Test.FailOnce\": EOF, retrying in 1s" [2022-03-05T21:40:42.642Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T21:40:42.642Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T21:40:43.214Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T21:40:43.226Z] --- PASS: TestFailOnce (1.25s) [2022-03-05T21:40:43.226Z] === RUN TestEchoInputOutput [2022-03-05T21:40:43.226Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-05T21:40:43.226Z] === RUN TestBackoff [2022-03-05T21:40:43.226Z] --- PASS: TestBackoff (0.00s) [2022-03-05T21:40:43.226Z] === RUN TestAbortRetry [2022-03-05T21:40:43.226Z] --- PASS: TestAbortRetry (0.00s) [2022-03-05T21:40:43.226Z] === RUN TestClientScheme [2022-03-05T21:40:43.226Z] --- PASS: TestClientScheme (0.00s) [2022-03-05T21:40:43.226Z] === RUN TestNewClientWithTimeout [2022-03-05T21:40:43.785Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T21:40:44.045Z] --- PASS: TestExternalGraphDriver (5.35s) [2022-03-05T21:40:44.045Z] --- PASS: TestExternalGraphDriver/json (1.77s) [2022-03-05T21:40:44.045Z] --- PASS: TestExternalGraphDriver/spec (1.77s) [2022-03-05T21:40:44.045Z] --- PASS: TestExternalGraphDriver/pull (1.77s) [2022-03-05T21:40:44.045Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:40:44.213Z] time="2022-03-05T21:40:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-05T21:40:44.305Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T21:40:44.565Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T21:40:44.825Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T21:40:45.201Z] time="2022-03-05T21:40:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-05T21:40:46.209Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T21:40:46.622Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:40:46.622Z] INFO: Testing against a local daemon [2022-03-05T21:40:46.622Z] === RUN TestBuildWithSession [2022-03-05T21:40:46.622Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:40:46.622Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:40:46.622Z] === RUN TestBuildSquashParent [2022-03-05T21:40:46.622Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:40:46.622Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:40:46.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:40:46.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:40:46.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:40:46.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:40:46.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:40:46.622Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:40:46.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:40:46.622Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:40:46.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:40:46.622Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:40:46.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:40:47.153Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T21:40:47.153Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T21:40:47.153Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T21:40:47.153Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T21:40:47.153Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T21:40:47.415Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T21:40:47.988Z] --- PASS: TestGraphdriverPluginV2 (4.16s) [2022-03-05T21:40:47.988Z] PASS [2022-03-05T21:40:47.988Z] [2022-03-05T21:40:47.988Z] DONE 5 tests in 9.619s [2022-03-05T21:40:47.988Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T21:40:47.988Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:47.988Z] ++ set -e [2022-03-05T21:40:47.988Z] ++ '[' -n 0 ']' [2022-03-05T21:40:47.988Z] ++ set -x [2022-03-05T21:40:47.989Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:48.158Z] time="2022-03-05T21:40:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-05T21:40:48.250Z] INFO: Testing against a local daemon [2022-03-05T21:40:48.250Z] === RUN TestContinueAfterPluginCrash [2022-03-05T21:40:48.250Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T21:40:48.250Z] === RUN TestReadPluginNoRead [2022-03-05T21:40:48.250Z] === PAUSE TestReadPluginNoRead [2022-03-05T21:40:48.250Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T21:40:48.250Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T21:40:48.250Z] === CONT TestContinueAfterPluginCrash [2022-03-05T21:40:48.250Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T21:40:48.328Z] --- PASS: TestServiceWithDataPathPortInit (13.37s) [2022-03-05T21:40:48.328Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:40:49.273Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:e11wr1ocs5b030bca11kjo1yi Created:2022-03-05 21:40:48.189502254 +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[58409776dd8e4ef3dec184a9cb35a6ae1ad1d7e44f6fb9ebcbf40347c78670f5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jm2n0qdnp93qwhqtb3ay0n6ke EndpointID:6112b14c447d5cc8ddbe0eed0cc7eb9f28393750544ff7e55a0371147ac97751 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c6ef7d21c16f0069f778a195f33bb6a061962bcc4149ccaf6e6ecf38274bd844 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:04ab2c32c035 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jm2n0qdnp93qwhqtb3ay0n6ke EndpointID:6112b14c447d5cc8ddbe0eed0cc7eb9f28393750544ff7e55a0371147ac97751 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-05T21:40:52.471Z] --- PASS: TestDaemonStartWithLogOpt (3.48s) [2022-03-05T21:40:52.471Z] === CONT TestReadPluginNoRead [2022-03-05T21:40:52.471Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T21:40:52.471Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T21:40:52.919Z] time="2022-03-05T21:40:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-05T21:40:53.056Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T21:40:53.056Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-05T21:40:53.056Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T21:40:53.056Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T21:40:53.493Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.63s) [2022-03-05T21:40:53.493Z] PASS [2022-03-05T21:40:53.493Z] [2022-03-05T21:40:53.493Z] === Skipped [2022-03-05T21:40:53.493Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:40:53.493Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:40:53.493Z] [2022-03-05T21:40:53.493Z] DONE 26 tests, 1 skipped in 42.434s [2022-03-05T21:40:53.493Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:40:53.493Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:53.493Z] ++ set -e [2022-03-05T21:40:53.493Z] ++ '[' -n 0 ']' [2022-03-05T21:40:53.493Z] ++ set -x [2022-03-05T21:40:53.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:53.780Z] INFO: Testing against a local daemon [2022-03-05T21:40:53.780Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T21:40:53.780Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:40:53.780Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:40:53.780Z] === RUN TestDockerNetworkIpvlan [2022-03-05T21:40:53.780Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:40:53.780Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:40:53.780Z] PASS [2022-03-05T21:40:53.780Z] [2022-03-05T21:40:53.780Z] === Skipped [2022-03-05T21:40:53.780Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T21:40:53.780Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:40:53.780Z] [2022-03-05T21:40:53.780Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T21:40:53.780Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T21:40:53.780Z] [2022-03-05T21:40:53.780Z] DONE 2 tests, 2 skipped in 0.099s [2022-03-05T21:40:53.780Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T21:40:53.780Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:53.780Z] ++ set -e [2022-03-05T21:40:53.780Z] ++ '[' -n 0 ']' [2022-03-05T21:40:53.780Z] ++ set -x [2022-03-05T21:40:53.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:53.780Z] INFO: Testing against a local daemon [2022-03-05T21:40:53.780Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T21:40:53.907Z] --- PASS: TestRequest (14.28s) [2022-03-05T21:40:53.907Z] === RUN TestOverlappingRequests [2022-03-05T21:40:54.418Z] === RUN TestBoolValue [2022-03-05T21:40:54.418Z] --- PASS: TestBoolValue (0.00s) [2022-03-05T21:40:54.418Z] === RUN TestBoolValueOrDefault [2022-03-05T21:40:54.418Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-05T21:40:54.418Z] === RUN TestInt64ValueOrZero [2022-03-05T21:40:54.418Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-05T21:40:54.418Z] === RUN TestInt64ValueOrDefault [2022-03-05T21:40:54.418Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-05T21:40:54.418Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-05T21:40:54.418Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-05T21:40:54.418Z] === RUN TestJsonContentType [2022-03-05T21:40:54.418Z] --- PASS: TestJsonContentType (0.00s) [2022-03-05T21:40:54.418Z] PASS [2022-03-05T21:40:54.418Z] coverage: 14.7% of statements [2022-03-05T21:40:54.418Z] ok github.com/docker/docker/api/server/httputils 0.106s coverage: 14.7% of statements [2022-03-05T21:40:54.418Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T21:40:54.443Z] === RUN TestReadPluginNoRead/default [2022-03-05T21:40:54.897Z] --- PASS: TestOverlappingRequests (0.71s) [2022-03-05T21:40:54.897Z] === RUN TestRelease [2022-03-05T21:40:55.170Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.21s) [2022-03-05T21:40:55.170Z] === RUN TestDockerNetworkMacvlan [2022-03-05T21:40:55.382Z] === RUN TestMaskSecretKeys [2022-03-05T21:40:55.382Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-05T21:40:55.382Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-05T21:40:55.382Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-05T21:40:55.382Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-05T21:40:55.382Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-05T21:40:55.382Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-05T21:40:55.382Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-05T21:40:55.382Z] === RUN TestVersionMiddlewareVersion [2022-03-05T21:40:55.382Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-05T21:40:55.382Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-05T21:40:55.382Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-05T21:40:55.382Z] PASS [2022-03-05T21:40:55.382Z] coverage: 37.7% of statements [2022-03-05T21:40:55.382Z] ok github.com/docker/docker/api/server/middleware 0.069s coverage: 37.7% of statements [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T21:40:55.382Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T21:40:55.742Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-05T21:40:55.831Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T21:40:55.831Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T21:40:56.093Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-05T21:40:56.313Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-05T21:40:56.346Z] === RUN TestAdjustForAPIVersion [2022-03-05T21:40:56.346Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-05T21:40:56.346Z] PASS [2022-03-05T21:40:56.346Z] coverage: 5.7% of statements [2022-03-05T21:40:56.346Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T21:40:56.346Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T21:40:56.346Z] === RUN TestStrSliceMarshalJSON [2022-03-05T21:40:56.346Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestStrSliceUnmarshalJSON [2022-03-05T21:40:56.346Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestStrSliceUnmarshalString [2022-03-05T21:40:56.346Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestStrSliceUnmarshalSlice [2022-03-05T21:40:56.346Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-05T21:40:56.346Z] PASS [2022-03-05T21:40:56.346Z] coverage: 90.0% of statements [2022-03-05T21:40:56.346Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2022-03-05T21:40:56.346Z] === RUN TestToJSON [2022-03-05T21:40:56.346Z] --- PASS: TestToJSON (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestToParamWithVersion [2022-03-05T21:40:56.346Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestFromJSON [2022-03-05T21:40:56.346Z] --- PASS: TestFromJSON (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestEmpty [2022-03-05T21:40:56.346Z] --- PASS: TestEmpty (0.00s) [2022-03-05T21:40:56.346Z] === RUN TestArgsMatchKVListEmptySources [2022-03-05T21:40:56.347Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestArgsMatchKVList [2022-03-05T21:40:56.347Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestArgsMatch [2022-03-05T21:40:56.347Z] --- PASS: TestArgsMatch (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestAdd [2022-03-05T21:40:56.347Z] --- PASS: TestAdd (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestDel [2022-03-05T21:40:56.347Z] --- PASS: TestDel (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestLen [2022-03-05T21:40:56.347Z] --- PASS: TestLen (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestExactMatch [2022-03-05T21:40:56.347Z] --- PASS: TestExactMatch (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestOnlyOneExactMatch [2022-03-05T21:40:56.347Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestContains [2022-03-05T21:40:56.347Z] --- PASS: TestContains (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestValidate [2022-03-05T21:40:56.347Z] --- PASS: TestValidate (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestWalkValues [2022-03-05T21:40:56.347Z] --- PASS: TestWalkValues (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestFuzzyMatch [2022-03-05T21:40:56.347Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-05T21:40:56.347Z] === RUN TestClone [2022-03-05T21:40:56.347Z] --- PASS: TestClone (0.00s) [2022-03-05T21:40:56.347Z] PASS [2022-03-05T21:40:56.347Z] coverage: 92.2% of statements [2022-03-05T21:40:56.347Z] ok github.com/docker/docker/api/types/filters 0.053s coverage: 92.2% of statements [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T21:40:56.347Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T21:40:56.667Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T21:40:56.667Z] --- PASS: TestContinueAfterPluginCrash (8.39s) [2022-03-05T21:40:56.803Z] === RUN TestDurationToSecondsString [2022-03-05T21:40:56.803Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-05T21:40:56.803Z] === RUN TestGetTimestamp [2022-03-05T21:40:56.803Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-05T21:40:56.803Z] === RUN TestParseTimestamps [2022-03-05T21:40:56.803Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-05T21:40:56.803Z] PASS [2022-03-05T21:40:56.803Z] coverage: 100.0% of statements [2022-03-05T21:40:56.803Z] ok github.com/docker/docker/api/types/time 0.277s coverage: 100.0% of statements [2022-03-05T21:40:56.803Z] === RUN TestCompareVersion [2022-03-05T21:40:56.803Z] --- PASS: TestCompareVersion (0.00s) [2022-03-05T21:40:56.803Z] PASS [2022-03-05T21:40:56.803Z] coverage: 77.3% of statements [2022-03-05T21:40:56.803Z] ok github.com/docker/docker/api/types/versions 0.055s coverage: 77.3% of statements [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T21:40:56.803Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T21:40:57.253Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-05T21:40:57.607Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T21:40:57.607Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T21:40:57.862Z] --- PASS: TestRelease (2.82s) [2022-03-05T21:40:57.862Z] === RUN TestAllocateRandomDeallocate [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-05T21:40:58.332Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-05T21:40:58.332Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-05T21:40:58.332Z] === RUN TestCloneArgsSmartHttp [2022-03-05T21:40:58.332Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-05T21:40:58.332Z] === RUN TestCloneArgsDumbHttp [2022-03-05T21:40:58.332Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-05T21:40:58.332Z] === RUN TestCloneArgsGit [2022-03-05T21:40:58.332Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-05T21:40:58.332Z] === RUN TestCheckoutGit [2022-03-05T21:40:58.638Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-05T21:40:59.525Z] === CONT TestReadPluginNoRead [2022-03-05T21:40:59.525Z] read_test.go:92: [dacaa1e803205] daemon is not started [2022-03-05T21:40:59.525Z] --- PASS: TestReadPluginNoRead (7.51s) [2022-03-05T21:40:59.525Z] --- PASS: TestReadPluginNoRead/default (1.38s) [2022-03-05T21:40:59.525Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.69s) [2022-03-05T21:40:59.525Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.78s) [2022-03-05T21:40:59.525Z] PASS [2022-03-05T21:40:59.525Z] [2022-03-05T21:40:59.525Z] DONE 6 tests in 11.089s [2022-03-05T21:40:59.525Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T21:40:59.525Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:59.525Z] ++ set -e [2022-03-05T21:40:59.525Z] ++ '[' -n 0 ']' [2022-03-05T21:40:59.525Z] ++ set -x [2022-03-05T21:40:59.525Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:59.525Z] testing: warning: no tests to run [2022-03-05T21:40:59.525Z] PASS [2022-03-05T21:40:59.525Z] [2022-03-05T21:40:59.525Z] DONE 0 tests in 0.044s [2022-03-05T21:40:59.525Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T21:40:59.525Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:59.525Z] ++ set -e [2022-03-05T21:40:59.525Z] ++ '[' -n 0 ']' [2022-03-05T21:40:59.525Z] ++ set -x [2022-03-05T21:40:59.525Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:40:59.525Z] INFO: Testing against a local daemon [2022-03-05T21:40:59.525Z] === RUN TestPluginWithDevMounts [2022-03-05T21:40:59.525Z] === PAUSE TestPluginWithDevMounts [2022-03-05T21:40:59.525Z] === CONT TestPluginWithDevMounts [2022-03-05T21:41:00.023Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-05T21:41:00.470Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-05T21:41:00.507Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-05T21:41:00.507Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.02s) [2022-03-05T21:41:00.507Z] === RUN TestProcessNoDockerignore [2022-03-05T21:41:00.507Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-05T21:41:00.507Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-05T21:41:00.507Z] === RUN TestDetectContentType [2022-03-05T21:41:00.507Z] --- PASS: TestDetectContentType (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestSelectAcceptableMIME [2022-03-05T21:41:00.507Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestInspectEmptyResponse [2022-03-05T21:41:00.507Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestInspectResponseBinary [2022-03-05T21:41:00.507Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestResponseUnsupportedContentType [2022-03-05T21:41:00.507Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestInspectResponseTextSimple [2022-03-05T21:41:00.507Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestInspectResponseEmptyContentType [2022-03-05T21:41:00.507Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestUnknownContentLength [2022-03-05T21:41:00.507Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestDownloadRemote [2022-03-05T21:41:00.507Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-05T21:41:00.507Z] === RUN TestGetWithStatusError [2022-03-05T21:41:00.507Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestCloseRootDirectory [2022-03-05T21:41:00.507Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:00.507Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestHashFile [2022-03-05T21:41:00.507Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:00.507Z] --- SKIP: TestHashFile (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestHashSubdir [2022-03-05T21:41:00.507Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:00.507Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-05T21:41:00.507Z] === RUN TestRemoveDirectory [2022-03-05T21:41:00.507Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:00.507Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-05T21:41:00.507Z] PASS [2022-03-05T21:41:00.507Z] coverage: 9.3% of statements [2022-03-05T21:41:00.507Z] === RUN TestEnable [2022-03-05T21:41:00.507Z] --- PASS: TestEnable (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestDisable [2022-03-05T21:41:00.507Z] --- PASS: TestDisable (0.00s) [2022-03-05T21:41:00.507Z] === RUN TestEnabled [2022-03-05T21:41:00.507Z] --- PASS: TestEnabled (0.00s) [2022-03-05T21:41:00.507Z] PASS [2022-03-05T21:41:00.507Z] coverage: 100.0% of statements [2022-03-05T21:41:00.507Z] ok github.com/docker/docker/builder/remotecontext 0.317s coverage: 9.3% of statements [2022-03-05T21:41:00.507Z] ok github.com/docker/docker/cli/debug 0.090s coverage: 100.0% of statements [2022-03-05T21:41:00.820Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-05T21:41:00.820Z] === RUN TestClientStream [2022-03-05T21:41:00.820Z] --- PASS: TestClientStream (0.00s) [2022-03-05T21:41:00.820Z] === RUN TestClientSendFile [2022-03-05T21:41:00.820Z] --- PASS: TestClientSendFile (0.00s) [2022-03-05T21:41:00.820Z] === RUN TestClientWithRequestTimeout [2022-03-05T21:41:00.820Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-05T21:41:00.820Z] === RUN TestFileSpecPlugin [2022-03-05T21:41:00.964Z] === RUN TestGetAllAllowed [2022-03-05T21:41:00.964Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestGetAllMeta [2022-03-05T21:41:00.964Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-05T21:41:00.964Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestIsUnreferencedBuiltin [2022-03-05T21:41:00.964Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestIsExistingDirectory [2022-03-05T21:41:00.964Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestGetFilenameForDownload [2022-03-05T21:41:00.964Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestEnv2Variables [2022-03-05T21:41:00.964Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-05T21:41:00.964Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestMaintainer [2022-03-05T21:41:00.964Z] --- PASS: TestMaintainer (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestLabel [2022-03-05T21:41:00.964Z] --- PASS: TestLabel (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestFromScratch [2022-03-05T21:41:00.964Z] --- PASS: TestFromScratch (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestFromWithArg [2022-03-05T21:41:00.964Z] --- PASS: TestFromWithArg (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-05T21:41:00.964Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestFromWithUndefinedArg [2022-03-05T21:41:00.964Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestFromMultiStageWithNamedStage [2022-03-05T21:41:00.964Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestOnbuild [2022-03-05T21:41:00.964Z] --- PASS: TestOnbuild (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestWorkdir [2022-03-05T21:41:00.964Z] --- PASS: TestWorkdir (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestCmd [2022-03-05T21:41:00.964Z] --- PASS: TestCmd (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestHealthcheckNone [2022-03-05T21:41:00.964Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestHealthcheckCmd [2022-03-05T21:41:00.964Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestEntrypoint [2022-03-05T21:41:00.964Z] --- PASS: TestEntrypoint (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestExpose [2022-03-05T21:41:00.964Z] --- PASS: TestExpose (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestUser [2022-03-05T21:41:00.964Z] --- PASS: TestUser (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestVolume [2022-03-05T21:41:00.964Z] --- PASS: TestVolume (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestStopSignal [2022-03-05T21:41:00.964Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T21:41:00.964Z] --- SKIP: TestStopSignal (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestArg [2022-03-05T21:41:00.964Z] --- PASS: TestArg (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestShell [2022-03-05T21:41:00.964Z] --- PASS: TestShell (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestPrependEnvOnCmd [2022-03-05T21:41:00.964Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestRunWithBuildArgs [2022-03-05T21:41:00.964Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestRunIgnoresHealthcheck [2022-03-05T21:41:00.964Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestDispatchUnsupportedOptions [2022-03-05T21:41:00.964Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-05T21:41:00.964Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-05T21:41:00.964Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-05T21:41:00.964Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-05T21:41:00.964Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-05T21:41:00.964Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-05T21:41:00.964Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestNormalizeWorkdir [2022-03-05T21:41:00.964Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-05T21:41:00.964Z] === RUN TestDispatch [2022-03-05T21:41:00.964Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-05T21:41:00.964Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-05T21:41:00.964Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-05T21:41:00.964Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-05T21:41:00.964Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-05T21:41:01.290Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-05T21:41:01.290Z] === RUN TestFileJSONSpecPlugin [2022-03-05T21:41:01.290Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-05T21:41:01.290Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-05T21:41:01.290Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-05T21:41:01.290Z] === RUN TestPluginAddHandler [2022-03-05T21:41:01.290Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestPluginWaitBadPlugin [2022-03-05T21:41:01.290Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestGet [2022-03-05T21:41:01.290Z] time="2022-03-05T21:41:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-05T21:41:01.290Z] === RUN TestParseEmptyInterface [2022-03-05T21:41:01.290Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestParseNonInterfaceType [2022-03-05T21:41:01.290Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestParseWithOneFunction [2022-03-05T21:41:01.290Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestParseWithMultipleFuncs [2022-03-05T21:41:01.290Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestParseWithUnnamedReturn [2022-03-05T21:41:01.290Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestEmbeddedInterface [2022-03-05T21:41:01.290Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestParsedImports [2022-03-05T21:41:01.290Z] --- PASS: TestParsedImports (0.00s) [2022-03-05T21:41:01.290Z] === RUN TestAliasedImports [2022-03-05T21:41:01.290Z] --- PASS: TestAliasedImports (0.00s) [2022-03-05T21:41:01.290Z] PASS [2022-03-05T21:41:01.290Z] coverage: 56.8% of statements [2022-03-05T21:41:01.290Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.107s coverage: 56.8% of statements [2022-03-05T21:41:01.415Z] --- PASS: TestPluginWithDevMounts (1.75s) [2022-03-05T21:41:01.415Z] PASS [2022-03-05T21:41:01.415Z] [2022-03-05T21:41:01.415Z] DONE 1 tests in 1.894s [2022-03-05T21:41:01.415Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T21:41:01.415Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:01.415Z] ++ set -e [2022-03-05T21:41:01.415Z] ++ '[' -n 0 ']' [2022-03-05T21:41:01.415Z] ++ set -x [2022-03-05T21:41:01.415Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:01.415Z] INFO: Testing against a local daemon [2022-03-05T21:41:01.415Z] === RUN TestSecretInspect [2022-03-05T21:41:01.420Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-05T21:41:01.420Z] === RUN TestDispatch/COPY_url [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch (0.08s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-05T21:41:01.420Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestAddScratchImageAddsToMounts [2022-03-05T21:41:01.420Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-05T21:41:01.420Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-05T21:41:01.420Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-05T21:41:01.420Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestImageSourceGetAddsToMounts [2022-03-05T21:41:01.420Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestEmptyDockerfile [2022-03-05T21:41:01.420Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-05T21:41:01.420Z] === RUN TestSymlinkDockerfile [2022-03-05T21:41:01.420Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-05T21:41:01.420Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-05T21:41:01.420Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestNonExistingDockerfile [2022-03-05T21:41:01.420Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestCopyRunConfig [2022-03-05T21:41:01.420Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestDeepCopyRunConfig [2022-03-05T21:41:01.420Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestExportImage [2022-03-05T21:41:01.420Z] --- PASS: TestExportImage (0.00s) [2022-03-05T21:41:01.420Z] === RUN TestNormalizeDest [2022-03-05T21:41:01.420Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-05T21:41:01.420Z] PASS [2022-03-05T21:41:01.420Z] coverage: 46.7% of statements [2022-03-05T21:41:01.420Z] ok github.com/docker/docker/builder/dockerfile 0.240s coverage: 46.7% of statements [2022-03-05T21:41:01.420Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T21:41:01.876Z] === RUN TestTCP4Proxy [2022-03-05T21:41:01.876Z] --- PASS: TestTCP4Proxy (0.02s) [2022-03-05T21:41:01.876Z] === RUN TestTCP4ProxyHalfClose [2022-03-05T21:41:01.876Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestTCP6Proxy [2022-03-05T21:41:01.876Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:41:01.876Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestTCPDualStackProxy [2022-03-05T21:41:01.876Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:41:01.876Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestUDP4Proxy [2022-03-05T21:41:01.876Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestUDP6Proxy [2022-03-05T21:41:01.876Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:41:01.876Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestUDPWriteError [2022-03-05T21:41:01.876Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestSCTP4Proxy [2022-03-05T21:41:01.876Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T21:41:01.876Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-05T21:41:01.876Z] === RUN TestSCTP6Proxy [2022-03-05T21:41:01.876Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:41:01.876Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-05T21:41:01.876Z] PASS [2022-03-05T21:41:01.876Z] coverage: 49.4% of statements [2022-03-05T21:41:01.876Z] ok github.com/docker/docker/cmd/docker-proxy 0.103s coverage: 49.4% of statements [2022-03-05T21:41:01.990Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T21:41:02.278Z] time="2022-03-05T21:41:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-05T21:41:02.561Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T21:41:02.747Z] === RUN TestHTTPTransport [2022-03-05T21:41:02.747Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-05T21:41:02.747Z] PASS [2022-03-05T21:41:02.747Z] coverage: 85.7% of statements [2022-03-05T21:41:02.747Z] ok github.com/docker/docker/pkg/plugins/transport 0.102s coverage: 85.7% of statements [2022-03-05T21:41:03.324Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-05T21:41:03.503Z] docker_api_swarm_node_test.go:20: [daa397b0b627c] joining swarm manager [d17d36d003c8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:41:03.673Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-05T21:41:03.673Z] Copying nested executables into bundles/binary-daemon [2022-03-05T21:41:03.673Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-05T21:41:03.673Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:41:03.673Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-05T21:41:03.673Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-05T21:41:03.740Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-05T21:41:03.740Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T21:41:03.740Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-05T21:41:03.740Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-05T21:41:03.740Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-05T21:41:03.740Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-05T21:41:03.740Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-05T21:41:03.740Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T21:41:03.740Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-05T21:41:03.740Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-05T21:41:03.740Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-05T21:41:03.740Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-05T21:41:03.740Z] === RUN TestBufferPoolPutAndGet [2022-03-05T21:41:03.740Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-05T21:41:03.740Z] PASS [2022-03-05T21:41:03.740Z] coverage: 88.2% of statements [2022-03-05T21:41:03.740Z] ok github.com/docker/docker/pkg/pools 0.084s coverage: 88.2% of statements [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan (8.80s) [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.69s) [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.70s) [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.78s) [2022-03-05T21:41:03.895Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-03-05T21:41:03.895Z] PASS [2022-03-05T21:41:03.895Z] [2022-03-05T21:41:03.895Z] DONE 8 tests in 10.091s [2022-03-05T21:41:03.895Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T21:41:03.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:03.895Z] ++ set -e [2022-03-05T21:41:03.895Z] ++ '[' -n 0 ']' [2022-03-05T21:41:03.895Z] ++ set -x [2022-03-05T21:41:03.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:03.895Z] testing: warning: no tests to run [2022-03-05T21:41:03.895Z] PASS [2022-03-05T21:41:03.895Z] [2022-03-05T21:41:03.895Z] DONE 0 tests in 0.024s [2022-03-05T21:41:03.895Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T21:41:03.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:03.895Z] ++ set -e [2022-03-05T21:41:03.895Z] ++ '[' -n 0 ']' [2022-03-05T21:41:03.895Z] ++ set -x [2022-03-05T21:41:03.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:03.895Z] INFO: Testing against a local daemon [2022-03-05T21:41:03.895Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T21:41:04.012Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/make.sh cross [2022-03-05T21:41:04.210Z] time="2022-03-05T21:41:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-05T21:41:04.270Z] [2022-03-05T21:41:04.445Z] docker_api_swarm_node_test.go:21: [d5a8f1298fea2] joining swarm manager [d17d36d003c8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:41:04.445Z] --- PASS: TestSecretInspect (2.90s) [2022-03-05T21:41:04.445Z] === RUN TestSecretList [2022-03-05T21:41:04.445Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T21:41:04.528Z] Removing bundles/ [2022-03-05T21:41:04.528Z] [2022-03-05T21:41:04.528Z] ---> Making bundle: cross (in bundles/cross) [2022-03-05T21:41:04.528Z] Cross building: bundles/cross/linux/amd64 [2022-03-05T21:41:04.528Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-05T21:41:04.528Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-05T21:41:04.679Z] === RUN TestOutputOnPrematureClose [2022-03-05T21:41:04.679Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-05T21:41:04.679Z] === RUN TestCompleteSilently [2022-03-05T21:41:04.679Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-05T21:41:04.679Z] PASS [2022-03-05T21:41:04.679Z] coverage: 75.9% of statements [2022-03-05T21:41:04.679Z] ok github.com/docker/docker/pkg/progress 0.066s coverage: 75.9% of statements [2022-03-05T21:41:05.148Z] === RUN TestSendToOneSub [2022-03-05T21:41:05.148Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-05T21:41:05.148Z] === RUN TestSendToMultipleSubs [2022-03-05T21:41:05.148Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-05T21:41:05.148Z] === RUN TestEvictOneSub [2022-03-05T21:41:05.148Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-05T21:41:05.148Z] === RUN TestClosePublisher [2022-03-05T21:41:05.148Z] --- PASS: TestClosePublisher (0.00s) [2022-03-05T21:41:05.148Z] === RUN TestPubSubRace [2022-03-05T21:41:05.277Z] --- PASS: TestAuthZPluginAllowRequest (1.08s) [2022-03-05T21:41:05.277Z] === RUN TestAuthZPluginTLS [2022-03-05T21:41:05.538Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-03-05T21:41:05.538Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T21:41:05.618Z] --- PASS: TestAllocateRandomDeallocate (7.84s) [2022-03-05T21:41:05.618Z] === RUN TestRetrieveFromStore [2022-03-05T21:41:05.831Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T21:41:06.109Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-05T21:41:06.109Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T21:41:06.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-05T21:41:06.610Z] --- PASS: TestPubSubRace (1.09s) [2022-03-05T21:41:06.610Z] PASS [2022-03-05T21:41:06.610Z] coverage: 75.0% of statements [2022-03-05T21:41:06.610Z] ok github.com/docker/docker/pkg/pubsub 1.162s coverage: 75.0% of statements [2022-03-05T21:41:06.667Z] --- PASS: TestSecretList (2.53s) [2022-03-05T21:41:06.667Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:41:06.680Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-05T21:41:06.680Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T21:41:07.252Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-05T21:41:07.252Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T21:41:07.597Z] === RUN TestRegister [2022-03-05T21:41:07.597Z] --- PASS: TestRegister (0.00s) [2022-03-05T21:41:07.597Z] === RUN TestCommand [2022-03-05T21:41:07.597Z] --- PASS: TestCommand (0.05s) [2022-03-05T21:41:07.597Z] === RUN TestNaiveSelf [2022-03-05T21:41:07.597Z] --- PASS: TestNaiveSelf (0.05s) [2022-03-05T21:41:07.597Z] PASS [2022-03-05T21:41:07.597Z] coverage: 82.4% of statements [2022-03-05T21:41:07.597Z] ok github.com/docker/docker/pkg/reexec 0.181s coverage: 82.4% of statements [2022-03-05T21:41:07.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:41:07.703Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:41:08.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-05T21:41:08.067Z] --- PASS: TestRetrieveFromStore (2.46s) [2022-03-05T21:41:08.067Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-05T21:41:08.067Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-05T21:41:08.067Z] === RUN TestParallelPredefinedRequest1 [2022-03-05T21:41:08.067Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-05T21:41:08.067Z] === RUN TestParallelPredefinedRequest2 [2022-03-05T21:41:08.067Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-05T21:41:08.067Z] === RUN TestParallelPredefinedRequest3 [2022-03-05T21:41:08.067Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-05T21:41:08.067Z] === RUN TestParallelPredefinedRequest4 [2022-03-05T21:41:08.067Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-05T21:41:08.067Z] === RUN TestParallelPredefinedRequest5 [2022-03-05T21:41:08.067Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-05T21:41:08.067Z] === RUN TestDebug [2022-03-05T21:41:08.067Z] --- PASS: TestDebug (0.00s) [2022-03-05T21:41:08.067Z] === RUN TestRequestPoolParallel [2022-03-05T21:41:08.067Z] time="2022-03-05T21:41:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-05T21:41:08.067Z] --- PASS: TestRequestPoolParallel (0.23s) [2022-03-05T21:41:08.067Z] === RUN TestFullAllocateRelease [2022-03-05T21:41:08.067Z] === RUN TestDump [2022-03-05T21:41:08.067Z] goroutine 6 [running]: [2022-03-05T21:41:08.067Z] github.com/docker/docker/pkg/stack.dump(0x102b9d7) [2022-03-05T21:41:08.067Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T21:41:08.067Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-05T21:41:08.067Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-05T21:41:08.067Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-05T21:41:08.067Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-05T21:41:08.067Z] testing.tRunner(0xc00015a1a0, 0x119a190) [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:41:08.067Z] created by testing.(*T).Run [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T21:41:08.067Z] [2022-03-05T21:41:08.067Z] goroutine 1 [chan receive]: [2022-03-05T21:41:08.067Z] testing.(*T).Run(0xc00015a000, {0x118b7b1, 0x100a733}, 0x119a190) [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T21:41:08.067Z] testing.runTests.func1(0xc000068840) [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T21:41:08.067Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:41:08.067Z] testing.runTests(0xc000076080, {0x12fec20, 0x3, 0x3}, {0x102ac2d, 0x118d4ab, 0x13036e0}) [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T21:41:08.067Z] testing.(*M).Run(0xc000076080) [2022-03-05T21:41:08.067Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T21:41:08.067Z] main.main() [2022-03-05T21:41:08.067Z] _testmain.go:95 +0x1f5 [2022-03-05T21:41:08.067Z] --- PASS: TestDump (0.00s) [2022-03-05T21:41:08.067Z] === RUN TestDumpToFile [2022-03-05T21:41:08.195Z] --- PASS: TestAuthZPluginAllowEventStream (1.03s) [2022-03-05T21:41:08.195Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T21:41:08.537Z] --- PASS: TestDumpToFile (0.24s) [2022-03-05T21:41:08.537Z] === RUN TestDumpToFileWithEmptyInput [2022-03-05T21:41:08.537Z] goroutine 8 [running]: [2022-03-05T21:41:08.537Z] github.com/docker/docker/pkg/stack.dump(0x1098bb4) [2022-03-05T21:41:08.537Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T21:41:08.537Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x1098f60}) [2022-03-05T21:41:08.537Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-05T21:41:08.537Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-05T21:41:08.537Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-05T21:41:08.537Z] testing.tRunner(0xc00015a680, 0x119a180) [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:41:08.537Z] created by testing.(*T).Run [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T21:41:08.537Z] [2022-03-05T21:41:08.537Z] goroutine 1 [chan receive]: [2022-03-05T21:41:08.537Z] testing.(*T).Run(0xc00015a000, {0x1192596, 0x100a733}, 0x119a180) [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T21:41:08.537Z] testing.runTests.func1(0xc000068840) [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T21:41:08.537Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:41:08.537Z] testing.runTests(0xc000076080, {0x12fec20, 0x3, 0x3}, {0x102ac2d, 0x118d4ab, 0x13036e0}) [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T21:41:08.537Z] testing.(*M).Run(0xc000076080) [2022-03-05T21:41:08.537Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T21:41:08.537Z] main.main() [2022-03-05T21:41:08.537Z] _testmain.go:95 +0x1f5 [2022-03-05T21:41:08.537Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-05T21:41:08.537Z] PASS [2022-03-05T21:41:08.537Z] coverage: 90.9% of statements [2022-03-05T21:41:08.537Z] ok github.com/docker/docker/pkg/stack 0.320s coverage: 90.9% of statements [2022-03-05T21:41:08.537Z] --- PASS: TestFullAllocateRelease (0.52s) [2022-03-05T21:41:08.537Z] === RUN TestOddAllocateRelease [2022-03-05T21:41:08.766Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-05T21:41:08.766Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T21:41:08.998Z] --- PASS: TestSecretsCreateAndDelete (2.33s) [2022-03-05T21:41:08.998Z] === RUN TestSecretsUpdate [2022-03-05T21:41:09.006Z] --- PASS: TestOddAllocateRelease (0.30s) [2022-03-05T21:41:09.006Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-05T21:41:09.006Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-05T21:41:09.006Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-05T21:41:09.006Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-05T21:41:09.006Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-05T21:41:09.006Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-05T21:41:09.006Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T21:41:09.006Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:09.006Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:41:09.006Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T21:41:09.006Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:09.006Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:41:09.006Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T21:41:09.006Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:09.006Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:41:09.006Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T21:41:09.006Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:09.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-05T21:41:09.338Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-05T21:41:09.338Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T21:41:09.476Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:41:09.476Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T21:41:09.476Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:09.476Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:41:09.476Z] PASS [2022-03-05T21:41:09.476Z] coverage: 85.3% of statements [2022-03-05T21:41:09.476Z] ok github.com/docker/docker/libnetwork/ipam 70.995s coverage: 85.3% of statements [2022-03-05T21:41:09.476Z] === RUN TestNewStdWriter [2022-03-05T21:41:09.476Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-05T21:41:09.476Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestWriteWithNilBytes [2022-03-05T21:41:09.476Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestWrite [2022-03-05T21:41:09.476Z] --- PASS: TestWrite (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestWriteWithWriterError [2022-03-05T21:41:09.476Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-05T21:41:09.476Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyWriteAndRead [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-05T21:41:09.476Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-05T21:41:09.476Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-05T21:41:09.476Z] PASS [2022-03-05T21:41:09.476Z] coverage: 100.0% of statements [2022-03-05T21:41:09.476Z] ok github.com/docker/docker/pkg/stdcopy 0.069s coverage: 100.0% of statements [2022-03-05T21:41:09.910Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-05T21:41:09.910Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T21:41:10.465Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-05T21:41:10.465Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-05T21:41:10.465Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestFormatStatus [2022-03-05T21:41:10.465Z] --- PASS: TestFormatStatus (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestFormatError [2022-03-05T21:41:10.465Z] --- PASS: TestFormatError (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestFormatJSONError [2022-03-05T21:41:10.465Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-05T21:41:10.465Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-05T21:41:10.465Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestNewJSONProgressOutput [2022-03-05T21:41:10.465Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestAuxFormatterEmit [2022-03-05T21:41:10.465Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestStreamWriterStdout [2022-03-05T21:41:10.465Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-05T21:41:10.465Z] === RUN TestStreamWriterStderr [2022-03-05T21:41:10.465Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-05T21:41:10.465Z] PASS [2022-03-05T21:41:10.465Z] coverage: 66.2% of statements [2022-03-05T21:41:10.465Z] ok github.com/docker/docker/pkg/streamformatter 0.089s coverage: 66.2% of statements [2022-03-05T21:41:10.649Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-05T21:41:10.934Z] === RUN TestGenerateRandomID [2022-03-05T21:41:10.934Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-05T21:41:10.934Z] === RUN TestShortenId [2022-03-05T21:41:10.934Z] --- PASS: TestShortenId (0.00s) [2022-03-05T21:41:10.934Z] === RUN TestShortenSha256Id [2022-03-05T21:41:10.934Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-05T21:41:10.934Z] === RUN TestShortenIdEmpty [2022-03-05T21:41:10.934Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-05T21:41:10.934Z] === RUN TestShortenIdInvalid [2022-03-05T21:41:10.934Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-05T21:41:10.934Z] === RUN TestIsShortIDNonHex [2022-03-05T21:41:10.935Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-05T21:41:10.935Z] === RUN TestIsShortIDNotCorrectSize [2022-03-05T21:41:10.935Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-05T21:41:10.935Z] PASS [2022-03-05T21:41:10.935Z] coverage: 70.6% of statements [2022-03-05T21:41:10.935Z] ok github.com/docker/docker/pkg/stringid 0.073s coverage: 70.6% of statements [2022-03-05T21:41:11.296Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.27s) [2022-03-05T21:41:11.296Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T21:41:11.592Z] --- PASS: TestSecretsUpdate (2.29s) [2022-03-05T21:41:11.592Z] === RUN TestTemplatedSecret [2022-03-05T21:41:11.852Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d9abd0_} [2022-03-05T21:41:11.923Z] === RUN TestIsCpusetListAvailable [2022-03-05T21:41:11.923Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-05T21:41:11.923Z] PASS [2022-03-05T21:41:11.923Z] coverage: 39.4% of statements [2022-03-05T21:41:11.923Z] ok github.com/docker/docker/pkg/sysinfo 0.062s coverage: 39.4% of statements [2022-03-05T21:41:12.238Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.24s) [2022-03-05T21:41:12.238Z] === RUN TestAuthZPluginHeader [2022-03-05T21:41:13.203Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-05T21:41:13.203Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T21:41:13.203Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:13.203Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-05T21:41:13.203Z] === RUN TestAuthZPluginV2Disable [2022-03-05T21:41:13.203Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:13.203Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-05T21:41:13.203Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T21:41:13.203Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:13.203Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-05T21:41:13.203Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T21:41:13.203Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:13.203Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-05T21:41:13.203Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T21:41:13.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1851441134_/foo_false____} [2022-03-05T21:41:14.142Z] === RUN TestChtimes [2022-03-05T21:41:14.142Z] --- PASS: TestChtimes (0.01s) [2022-03-05T21:41:14.142Z] === RUN TestChtimesWindows [2022-03-05T21:41:14.142Z] --- PASS: TestChtimesWindows (0.01s) [2022-03-05T21:41:14.142Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-05T21:41:14.142Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-05T21:41:14.142Z] PASS [2022-03-05T21:41:14.142Z] coverage: 12.9% of statements [2022-03-05T21:41:14.142Z] ok github.com/docker/docker/pkg/system 0.087s coverage: 12.9% of statements [2022-03-05T21:41:14.177Z] --- PASS: TestTemplatedSecret (2.69s) [2022-03-05T21:41:14.177Z] === RUN TestSecretCreateResolve [2022-03-05T21:41:14.230Z] === RUN TestCheckpointCreateError [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCheckpointCreate [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCheckpointDeleteError [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCheckpointDelete [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCheckpointListError [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCheckpointList [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointList (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCheckpointListContainerNotFound [2022-03-05T21:41:14.230Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNewClientWithOpsFromEnv [2022-03-05T21:41:14.230Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T21:41:14.230Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestGetAPIPath [2022-03-05T21:41:14.230Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestParseHostURL [2022-03-05T21:41:14.230Z] --- PASS: TestParseHostURL (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-05T21:41:14.230Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-05T21:41:14.230Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNegotiateAPIVersion [2022-03-05T21:41:14.230Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNegotiateAPVersionOverride [2022-03-05T21:41:14.230Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-05T21:41:14.230Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-05T21:41:14.230Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-05T21:41:14.230Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestClientRedirect [2022-03-05T21:41:14.230Z] --- PASS: TestClientRedirect (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigCreateUnsupported [2022-03-05T21:41:14.230Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigCreateError [2022-03-05T21:41:14.230Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigCreate [2022-03-05T21:41:14.230Z] --- PASS: TestConfigCreate (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigInspectNotFound [2022-03-05T21:41:14.230Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigInspectWithEmptyID [2022-03-05T21:41:14.230Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigInspectUnsupported [2022-03-05T21:41:14.230Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigInspectError [2022-03-05T21:41:14.230Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigInspectConfigNotFound [2022-03-05T21:41:14.230Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigInspect [2022-03-05T21:41:14.230Z] --- PASS: TestConfigInspect (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigListUnsupported [2022-03-05T21:41:14.230Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigListError [2022-03-05T21:41:14.230Z] --- PASS: TestConfigListError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigList [2022-03-05T21:41:14.230Z] --- PASS: TestConfigList (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigRemoveUnsupported [2022-03-05T21:41:14.230Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigRemoveError [2022-03-05T21:41:14.230Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigRemove [2022-03-05T21:41:14.230Z] --- PASS: TestConfigRemove (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigUpdateUnsupported [2022-03-05T21:41:14.230Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigUpdateError [2022-03-05T21:41:14.230Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestConfigUpdate [2022-03-05T21:41:14.230Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerCommitError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerCommit [2022-03-05T21:41:14.230Z] --- PASS: TestContainerCommit (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStatPathError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStatPathNotFoundError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStatPathNoHeaderError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStatPath [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyToContainerError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyToContainerNotFoundError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyToContainer [2022-03-05T21:41:14.230Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyFromContainerError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyFromContainerNotFoundError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-05T21:41:14.230Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestCopyFromContainer [2022-03-05T21:41:14.230Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerCreateError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerCreateImageNotFound [2022-03-05T21:41:14.230Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerCreateWithName [2022-03-05T21:41:14.230Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerCreateAutoRemove [2022-03-05T21:41:14.230Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerDiffError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerDiff [2022-03-05T21:41:14.230Z] --- PASS: TestContainerDiff (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecCreateError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecCreate [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecStartError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecStart [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecInspectError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecInspect [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExportError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExportError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExport [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExport (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerInspectError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerInspectContainerNotFound [2022-03-05T21:41:14.230Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerInspectWithEmptyID [2022-03-05T21:41:14.230Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerInspect [2022-03-05T21:41:14.230Z] --- PASS: TestContainerInspect (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerInspectNode [2022-03-05T21:41:14.230Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerKillError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerKillError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerKill [2022-03-05T21:41:14.230Z] --- PASS: TestContainerKill (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerListError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerListError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerList [2022-03-05T21:41:14.230Z] --- PASS: TestContainerList (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerLogsNotFoundError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerLogsError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerLogs [2022-03-05T21:41:14.230Z] --- PASS: TestContainerLogs (0.25s) [2022-03-05T21:41:14.230Z] === RUN TestContainerPauseError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerPause [2022-03-05T21:41:14.230Z] --- PASS: TestContainerPause (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainersPruneError [2022-03-05T21:41:14.230Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainersPrune [2022-03-05T21:41:14.230Z] --- PASS: TestContainersPrune (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRemoveError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRemoveNotFoundError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRemove [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRemove (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRenameError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRename [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRename (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerResizeError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecResizeError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerResize [2022-03-05T21:41:14.230Z] --- PASS: TestContainerResize (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerExecResize [2022-03-05T21:41:14.230Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRestartError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerRestart [2022-03-05T21:41:14.230Z] --- PASS: TestContainerRestart (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStartError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStartError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStart [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStart (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStatsError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStats [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStats (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStopError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStopError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerStop [2022-03-05T21:41:14.230Z] --- PASS: TestContainerStop (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerTopError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerTopError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerTop [2022-03-05T21:41:14.230Z] --- PASS: TestContainerTop (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerUnpauseError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerUnpause [2022-03-05T21:41:14.230Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerUpdateError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerUpdate [2022-03-05T21:41:14.230Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerWaitError [2022-03-05T21:41:14.230Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestContainerWait [2022-03-05T21:41:14.230Z] --- PASS: TestContainerWait (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestDiskUsageError [2022-03-05T21:41:14.230Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestDiskUsage [2022-03-05T21:41:14.230Z] --- PASS: TestDiskUsage (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestDistributionInspectUnsupported [2022-03-05T21:41:14.230Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestDistributionInspectWithEmptyID [2022-03-05T21:41:14.230Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestEventsErrorInOptions [2022-03-05T21:41:14.230Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestEventsErrorFromServer [2022-03-05T21:41:14.230Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestEvents [2022-03-05T21:41:14.230Z] --- PASS: TestEvents (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestTLSCloseWriter [2022-03-05T21:41:14.230Z] === PAUSE TestTLSCloseWriter [2022-03-05T21:41:14.230Z] === RUN TestImageBuildError [2022-03-05T21:41:14.230Z] --- PASS: TestImageBuildError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageBuild [2022-03-05T21:41:14.230Z] --- PASS: TestImageBuild (0.01s) [2022-03-05T21:41:14.230Z] === RUN TestGetDockerOS [2022-03-05T21:41:14.230Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageCreateError [2022-03-05T21:41:14.230Z] --- PASS: TestImageCreateError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageCreate [2022-03-05T21:41:14.230Z] --- PASS: TestImageCreate (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageHistoryError [2022-03-05T21:41:14.230Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageHistory [2022-03-05T21:41:14.230Z] --- PASS: TestImageHistory (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageImportError [2022-03-05T21:41:14.230Z] --- PASS: TestImageImportError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageImport [2022-03-05T21:41:14.230Z] --- PASS: TestImageImport (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageInspectError [2022-03-05T21:41:14.230Z] --- PASS: TestImageInspectError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageInspectImageNotFound [2022-03-05T21:41:14.230Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageInspectWithEmptyID [2022-03-05T21:41:14.230Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageInspect [2022-03-05T21:41:14.230Z] --- PASS: TestImageInspect (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageListError [2022-03-05T21:41:14.230Z] --- PASS: TestImageListError (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageList [2022-03-05T21:41:14.230Z] --- PASS: TestImageList (0.00s) [2022-03-05T21:41:14.230Z] === RUN TestImageListApiBefore125 [2022-03-05T21:41:14.230Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageLoadError [2022-03-05T21:41:14.231Z] --- PASS: TestImageLoadError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageLoad [2022-03-05T21:41:14.231Z] --- PASS: TestImageLoad (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagesPruneError [2022-03-05T21:41:14.231Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagesPrune [2022-03-05T21:41:14.231Z] --- PASS: TestImagesPrune (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullReferenceParseError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullAnyError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePullWithoutErrors [2022-03-05T21:41:14.231Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushReferenceError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushAnyError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithoutErrors [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-05T21:41:14.231Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-05T21:41:14.231Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageRemoveError [2022-03-05T21:41:14.231Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageRemoveImageNotFound [2022-03-05T21:41:14.231Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageRemove [2022-03-05T21:41:14.231Z] --- PASS: TestImageRemove (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSaveError [2022-03-05T21:41:14.231Z] --- PASS: TestImageSaveError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSave [2022-03-05T21:41:14.231Z] --- PASS: TestImageSave (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSearchAnyError [2022-03-05T21:41:14.231Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-05T21:41:14.231Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T21:41:14.231Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T21:41:14.231Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-05T21:41:14.231Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageSearchWithoutErrors [2022-03-05T21:41:14.231Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageTagError [2022-03-05T21:41:14.231Z] --- PASS: TestImageTagError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageTagInvalidReference [2022-03-05T21:41:14.231Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageTagInvalidSourceImageName [2022-03-05T21:41:14.231Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageTagHexSource [2022-03-05T21:41:14.231Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestImageTag [2022-03-05T21:41:14.231Z] --- PASS: TestImageTag (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestInfoServerError [2022-03-05T21:41:14.231Z] --- PASS: TestInfoServerError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestInfoInvalidResponseJSONError [2022-03-05T21:41:14.231Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestInfo [2022-03-05T21:41:14.231Z] --- PASS: TestInfo (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkConnectError [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkConnect [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkCreateError [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkCreate [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkDisconnectError [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkDisconnect [2022-03-05T21:41:14.231Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-05T21:41:14.231Z] === RUN TestNetworkInspect [2022-03-05T21:41:14.231Z] === RUN TestNetworkInspect/empty_ID [2022-03-05T21:41:14.231Z] === RUN TestNetworkInspect/no_options [2022-03-05T21:41:14.231Z] === RUN TestNetworkInspect/verbose [2022-03-05T21:41:14.231Z] === RUN TestNetworkInspect/global_scope [2022-03-05T21:41:14.231Z] === RUN TestNetworkInspect/unknown_network [2022-03-05T21:41:14.687Z] === RUN TestNetworkInspect/server_error [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNetworkListError [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkListError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNetworkList [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkList (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNetworksPruneError [2022-03-05T21:41:14.687Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNetworksPrune [2022-03-05T21:41:14.687Z] --- PASS: TestNetworksPrune (0.01s) [2022-03-05T21:41:14.687Z] === RUN TestNetworkRemoveError [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNetworkRemove [2022-03-05T21:41:14.687Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeInspectError [2022-03-05T21:41:14.687Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeInspectNodeNotFound [2022-03-05T21:41:14.687Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeInspectWithEmptyID [2022-03-05T21:41:14.687Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeInspect [2022-03-05T21:41:14.687Z] --- PASS: TestNodeInspect (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeListError [2022-03-05T21:41:14.687Z] --- PASS: TestNodeListError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeList [2022-03-05T21:41:14.687Z] --- PASS: TestNodeList (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeRemoveError [2022-03-05T21:41:14.687Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeRemove [2022-03-05T21:41:14.687Z] --- PASS: TestNodeRemove (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeUpdateError [2022-03-05T21:41:14.687Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestNodeUpdate [2022-03-05T21:41:14.687Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestOptionWithHostFromEnv [2022-03-05T21:41:14.687Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestOptionWithTimeout [2022-03-05T21:41:14.687Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestOptionWithVersionFromEnv [2022-03-05T21:41:14.687Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPingFail [2022-03-05T21:41:14.687Z] --- PASS: TestPingFail (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPingWithError [2022-03-05T21:41:14.687Z] 2022/03/05 21:41:14 RoundTripper returned a response & error; ignoring response [2022-03-05T21:41:14.687Z] 2022/03/05 21:41:14 RoundTripper returned a response & error; ignoring response [2022-03-05T21:41:14.687Z] --- PASS: TestPingWithError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPingSuccess [2022-03-05T21:41:14.687Z] --- PASS: TestPingSuccess (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPingHeadFallback [2022-03-05T21:41:14.687Z] === RUN TestPingHeadFallback/OK [2022-03-05T21:41:14.687Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-05T21:41:14.687Z] === RUN TestPingHeadFallback/Not_Found [2022-03-05T21:41:14.687Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-05T21:41:14.687Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-05T21:41:14.687Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginDisableError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginDisable [2022-03-05T21:41:14.687Z] --- PASS: TestPluginDisable (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginEnableError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginEnable [2022-03-05T21:41:14.687Z] --- PASS: TestPluginEnable (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginInspectError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginInspectWithEmptyID [2022-03-05T21:41:14.687Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginInspect [2022-03-05T21:41:14.687Z] --- PASS: TestPluginInspect (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginListError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginListError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginList [2022-03-05T21:41:14.687Z] --- PASS: TestPluginList (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginPushError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginPushError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginPush [2022-03-05T21:41:14.687Z] --- PASS: TestPluginPush (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginRemoveError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginRemove [2022-03-05T21:41:14.687Z] --- PASS: TestPluginRemove (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginSetError [2022-03-05T21:41:14.687Z] --- PASS: TestPluginSetError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPluginSet [2022-03-05T21:41:14.687Z] --- PASS: TestPluginSet (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSetHostHeader [2022-03-05T21:41:14.687Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestPlainTextError [2022-03-05T21:41:14.687Z] --- PASS: TestPlainTextError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestInfiniteError [2022-03-05T21:41:14.687Z] --- PASS: TestInfiniteError (0.06s) [2022-03-05T21:41:14.687Z] === RUN TestCanceledContext [2022-03-05T21:41:14.687Z] 2022/03/05 21:41:14 RoundTripper returned a response & error; ignoring response [2022-03-05T21:41:14.687Z] --- PASS: TestCanceledContext (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestDeadlineExceededContext [2022-03-05T21:41:14.687Z] 2022/03/05 21:41:14 RoundTripper returned a response & error; ignoring response [2022-03-05T21:41:14.687Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretCreateUnsupported [2022-03-05T21:41:14.687Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretCreateError [2022-03-05T21:41:14.687Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretCreate [2022-03-05T21:41:14.687Z] --- PASS: TestSecretCreate (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretInspectUnsupported [2022-03-05T21:41:14.687Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretInspectError [2022-03-05T21:41:14.687Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretInspectSecretNotFound [2022-03-05T21:41:14.687Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretInspectWithEmptyID [2022-03-05T21:41:14.687Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretInspect [2022-03-05T21:41:14.687Z] --- PASS: TestSecretInspect (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretListUnsupported [2022-03-05T21:41:14.687Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretListError [2022-03-05T21:41:14.687Z] --- PASS: TestSecretListError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretList [2022-03-05T21:41:14.687Z] --- PASS: TestSecretList (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretRemoveUnsupported [2022-03-05T21:41:14.687Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretRemoveError [2022-03-05T21:41:14.687Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretRemove [2022-03-05T21:41:14.687Z] --- PASS: TestSecretRemove (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretUpdateUnsupported [2022-03-05T21:41:14.687Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretUpdateError [2022-03-05T21:41:14.687Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSecretUpdate [2022-03-05T21:41:14.687Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceCreateError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceCreate [2022-03-05T21:41:14.687Z] --- PASS: TestServiceCreate (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-05T21:41:14.687Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceCreateDigestPinning [2022-03-05T21:41:14.687Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceInspectError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceInspectServiceNotFound [2022-03-05T21:41:14.687Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceInspectWithEmptyID [2022-03-05T21:41:14.687Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceInspect [2022-03-05T21:41:14.687Z] --- PASS: TestServiceInspect (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceListError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceListError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceList [2022-03-05T21:41:14.687Z] --- PASS: TestServiceList (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceLogsError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceLogs [2022-03-05T21:41:14.687Z] --- PASS: TestServiceLogs (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceRemoveError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceRemoveNotFoundError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceRemove [2022-03-05T21:41:14.687Z] --- PASS: TestServiceRemove (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceUpdateError [2022-03-05T21:41:14.687Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestServiceUpdate [2022-03-05T21:41:14.687Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmGetUnlockKeyError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmGetUnlockKey [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmInitError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmInit [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmInit (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmInspectError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmInspect [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmJoinError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmJoin [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmLeaveError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmLeave [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmUnlockError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmUnlock [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmUpdateError [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestSwarmUpdate [2022-03-05T21:41:14.687Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestTaskInspectError [2022-03-05T21:41:14.687Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestTaskInspectWithEmptyID [2022-03-05T21:41:14.687Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestTaskInspect [2022-03-05T21:41:14.687Z] --- PASS: TestTaskInspect (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestTaskListError [2022-03-05T21:41:14.687Z] --- PASS: TestTaskListError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestTaskList [2022-03-05T21:41:14.687Z] --- PASS: TestTaskList (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestVolumeCreateError [2022-03-05T21:41:14.687Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-05T21:41:14.687Z] === RUN TestVolumeCreate [2022-03-05T21:41:14.687Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeInspectError [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeInspectNotFound [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeInspectWithEmptyID [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeInspect [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeListError [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeListError (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeList [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeList (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeRemoveError [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-05T21:41:14.688Z] === RUN TestVolumeRemove [2022-03-05T21:41:14.688Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-05T21:41:14.688Z] === CONT TestTLSCloseWriter [2022-03-05T21:41:14.688Z] --- PASS: TestTLSCloseWriter (0.04s) [2022-03-05T21:41:14.688Z] PASS [2022-03-05T21:41:14.688Z] coverage: 75.2% of statements [2022-03-05T21:41:14.688Z] ok github.com/docker/docker/client 0.552s coverage: 75.2% of statements [2022-03-05T21:41:14.747Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1851441134_/foo_true____} [2022-03-05T21:41:14.747Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (18.85s) [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (19.21s) [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (19.21s) [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.33s) [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.92s) [2022-03-05T21:41:14.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.48s) [2022-03-05T21:41:14.763Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:41:14.763Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:41:15.191Z] === RUN TestTailFile [2022-03-05T21:41:15.191Z] --- PASS: TestTailFile (0.00s) [2022-03-05T21:41:15.191Z] === RUN TestTailFileManyLines [2022-03-05T21:41:15.191Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-05T21:41:15.191Z] === RUN TestTailEmptyFile [2022-03-05T21:41:15.191Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-05T21:41:15.191Z] === RUN TestTailNegativeN [2022-03-05T21:41:15.191Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/truncated_last_line [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader/no_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.191Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.191Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:15.192Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:15.192Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.661Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:15.661Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:15.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:15.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.662Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:15.662Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:15.662Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:15.663Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.663Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:15.663Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.133Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.134Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.134Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.134Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.140Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.140Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33429636954_/foo_false____} [2022-03-05T21:41:16.422Z] --- PASS: TestSecretCreateResolve (2.40s) [2022-03-05T21:41:16.422Z] PASS [2022-03-05T21:41:16.422Z] [2022-03-05T21:41:16.422Z] DONE 6 tests in 15.265s [2022-03-05T21:41:16.422Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T21:41:16.422Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:16.422Z] ++ set -e [2022-03-05T21:41:16.422Z] ++ '[' -n 0 ']' [2022-03-05T21:41:16.422Z] ++ set -x [2022-03-05T21:41:16.422Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.635Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:41:16.636Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:41:16.637Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.01s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:41:16.637Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:41:16.684Z] INFO: Testing against a local daemon [2022-03-05T21:41:16.684Z] === RUN TestServiceCreateInit [2022-03-05T21:41:16.684Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:41:17.111Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:41:17.112Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:41:17.113Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:41:17.114Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:41:17.587Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:41:17.587Z] PASS [2022-03-05T21:41:17.587Z] coverage: 88.6% of statements [2022-03-05T21:41:17.587Z] ok github.com/docker/docker/pkg/tailfile 0.267s coverage: 88.6% of statements [2022-03-05T21:41:17.587Z] --- PASS: TestGet (15.02s) [2022-03-05T21:41:17.587Z] === RUN TestPluginWithNoManifest [2022-03-05T21:41:17.587Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestGetAll [2022-03-05T21:41:17.587Z] --- PASS: TestGetAll (0.02s) [2022-03-05T21:41:17.587Z] PASS [2022-03-05T21:41:17.587Z] coverage: 73.2% of statements [2022-03-05T21:41:17.587Z] ok github.com/docker/docker/pkg/plugins 35.167s coverage: 73.2% of statements [2022-03-05T21:41:17.587Z] === RUN TestTarSumRemoveNonExistent [2022-03-05T21:41:17.587Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-05T21:41:17.587Z] === RUN TestTarSumRemove [2022-03-05T21:41:17.587Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestSortFileInfoSums [2022-03-05T21:41:17.587Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestNewTarSumForLabelInvalid [2022-03-05T21:41:17.587Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestNewTarSumForLabel [2022-03-05T21:41:17.587Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestEmptyTar [2022-03-05T21:41:17.587Z] --- PASS: TestEmptyTar (0.01s) [2022-03-05T21:41:17.587Z] === RUN TestTarSumsReadSize [2022-03-05T21:41:17.587Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-05T21:41:17.587Z] === RUN TestTarSums [2022-03-05T21:41:17.587Z] --- PASS: TestTarSums (0.10s) [2022-03-05T21:41:17.587Z] === RUN TestIteration [2022-03-05T21:41:17.587Z] --- PASS: TestIteration (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestVersionLabelForChecksum [2022-03-05T21:41:17.587Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestVersion [2022-03-05T21:41:17.587Z] --- PASS: TestVersion (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestGetVersion [2022-03-05T21:41:17.587Z] --- PASS: TestGetVersion (0.00s) [2022-03-05T21:41:17.587Z] === RUN TestGetVersions [2022-03-05T21:41:17.587Z] --- PASS: TestGetVersions (0.00s) [2022-03-05T21:41:17.587Z] PASS [2022-03-05T21:41:17.587Z] coverage: 89.3% of statements [2022-03-05T21:41:17.587Z] ok github.com/docker/docker/pkg/tarsum 0.217s coverage: 89.3% of statements [2022-03-05T21:41:17.587Z] testing: warning: no tests to run [2022-03-05T21:41:17.587Z] PASS [2022-03-05T21:41:17.587Z] coverage: [no statements] [2022-03-05T21:41:17.587Z] ok github.com/docker/docker/pkg/term/windows 0.077s coverage: [no statements] [no tests to run] [2022-03-05T21:41:17.629Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33429636954_/foo_true____} [2022-03-05T21:41:18.055Z] === RUN TestTruncIndex [2022-03-05T21:41:18.056Z] --- PASS: TestTruncIndex (0.10s) [2022-03-05T21:41:18.056Z] PASS [2022-03-05T21:41:18.056Z] coverage: 91.5% of statements [2022-03-05T21:41:18.056Z] ok github.com/docker/docker/pkg/truncindex 0.166s coverage: 91.5% of statements [2022-03-05T21:41:18.525Z] === RUN TestIsGIT [2022-03-05T21:41:18.525Z] --- PASS: TestIsGIT (0.00s) [2022-03-05T21:41:18.525Z] === RUN TestIsTransport [2022-03-05T21:41:18.525Z] --- PASS: TestIsTransport (0.00s) [2022-03-05T21:41:18.525Z] PASS [2022-03-05T21:41:18.525Z] coverage: 100.0% of statements [2022-03-05T21:41:18.525Z] ok github.com/docker/docker/pkg/urlutil 0.089s coverage: 100.0% of statements [2022-03-05T21:41:18.525Z] === RUN TestVersionInfo [2022-03-05T21:41:18.525Z] --- PASS: TestVersionInfo (0.00s) [2022-03-05T21:41:18.525Z] === RUN TestAppendVersions [2022-03-05T21:41:18.525Z] --- PASS: TestAppendVersions (0.00s) [2022-03-05T21:41:18.525Z] PASS [2022-03-05T21:41:18.525Z] coverage: 88.9% of statements [2022-03-05T21:41:18.525Z] ok github.com/docker/docker/pkg/useragent 0.060s coverage: 88.9% of statements [2022-03-05T21:41:19.546Z] docker_api_swarm_test.go:502: [d7f3debd63aac] joining swarm manager [de58bb55d2f67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:41:19.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33429636954_/foo_true__0xc000d9ac00__} [2022-03-05T21:41:20.742Z] === RUN TestNewSettable [2022-03-05T21:41:20.742Z] --- PASS: TestNewSettable (0.00s) [2022-03-05T21:41:20.742Z] === RUN TestIsSettable [2022-03-05T21:41:20.742Z] --- PASS: TestIsSettable (0.00s) [2022-03-05T21:41:20.742Z] === RUN TestUpdateSettingsEnv [2022-03-05T21:41:20.742Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-05T21:41:20.742Z] PASS [2022-03-05T21:41:20.742Z] coverage: 20.0% of statements [2022-03-05T21:41:20.742Z] ok github.com/docker/docker/plugin/v2 0.090s coverage: 20.0% of statements [2022-03-05T21:41:20.742Z] === RUN TestValidatePrivileges [2022-03-05T21:41:20.742Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-05T21:41:20.742Z] === RUN TestFilterByCapNeg [2022-03-05T21:41:20.742Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-05T21:41:20.742Z] === RUN TestFilterByCapPos [2022-03-05T21:41:20.742Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-05T21:41:20.742Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-05T21:41:20.742Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-05T21:41:20.742Z] PASS [2022-03-05T21:41:20.742Z] coverage: 12.0% of statements [2022-03-05T21:41:20.742Z] ok github.com/docker/docker/plugin 0.139s coverage: 12.0% of statements [2022-03-05T21:41:20.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d9ac18_} [2022-03-05T21:41:21.502Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:41:21.503Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d9ac30_} [2022-03-05T21:41:21.732Z] === RUN TestLoad [2022-03-05T21:41:21.732Z] --- PASS: TestLoad (0.00s) [2022-03-05T21:41:21.732Z] === RUN TestSave [2022-03-05T21:41:22.201Z] --- PASS: TestSave (0.05s) [2022-03-05T21:41:22.201Z] === RUN TestAddDeleteGet [2022-03-05T21:41:22.201Z] --- PASS: TestAddDeleteGet (0.08s) [2022-03-05T21:41:22.201Z] === RUN TestInvalidTags [2022-03-05T21:41:22.201Z] --- PASS: TestInvalidTags (0.01s) [2022-03-05T21:41:22.201Z] PASS [2022-03-05T21:41:22.201Z] coverage: 84.4% of statements [2022-03-05T21:41:22.201Z] ok github.com/docker/docker/reference 0.283s coverage: 84.4% of statements [2022-03-05T21:41:22.891Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d9ac48_} [2022-03-05T21:41:23.188Z] === RUN TestResolveAuthConfigIndexServer [2022-03-05T21:41:23.188Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-05T21:41:23.188Z] === RUN TestResolveAuthConfigFullURL [2022-03-05T21:41:23.188Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-05T21:41:23.188Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-05T21:41:23.188Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-05T21:41:23.188Z] === RUN TestValidateMirror [2022-03-05T21:41:23.188Z] --- PASS: TestValidateMirror (0.00s) [2022-03-05T21:41:23.188Z] === RUN TestLoadInsecureRegistries [2022-03-05T21:41:23.657Z] time="2022-03-05T21:41:23Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T21:41:23.657Z] time="2022-03-05T21:41:23Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-05T21:41:23.657Z] time="2022-03-05T21:41:23Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T21:41:23.657Z] --- PASS: TestLoadInsecureRegistries (0.23s) [2022-03-05T21:41:23.657Z] === RUN TestNewServiceConfig [2022-03-05T21:41:23.657Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestValidateIndexName [2022-03-05T21:41:23.657Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestValidateIndexNameWithError [2022-03-05T21:41:23.657Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestEndpointParse [2022-03-05T21:41:23.657Z] --- PASS: TestEndpointParse (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestEndpointParseInvalid [2022-03-05T21:41:23.657Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestValidateEndpoint [2022-03-05T21:41:23.657Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-05T21:41:23.657Z] === RUN TestPing [2022-03-05T21:41:23.657Z] --- PASS: TestPing (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestPingRegistryEndpoint [2022-03-05T21:41:23.657Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:23.657Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-05T21:41:23.657Z] === RUN TestEndpoint [2022-03-05T21:41:23.657Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:23.657Z] --- SKIP: TestEndpoint (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestParseRepositoryInfo [2022-03-05T21:41:23.657Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestNewIndexInfo [2022-03-05T21:41:23.657Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestMirrorEndpointLookup [2022-03-05T21:41:23.657Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:23.657Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestSearchRepositories [2022-03-05T21:41:23.657Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-05T21:41:23.657Z] Host: 127.0.0.1:49343 [2022-03-05T21:41:23.657Z] User-Agent: docker test client [2022-03-05T21:41:23.657Z] Authorization: Token fake-token [2022-03-05T21:41:23.657Z] X-Docker-Token: true [2022-03-05T21:41:23.657Z] Accept-Encoding: gzip [2022-03-05T21:41:23.657Z] [2022-03-05T21:41:23.657Z] [2022-03-05T21:41:23.657Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-05T21:41:23.657Z] Connection: close [2022-03-05T21:41:23.657Z] Content-Length: 144 [2022-03-05T21:41:23.657Z] Cache-Control: no-cache [2022-03-05T21:41:23.657Z] Content-Type: application/json [2022-03-05T21:41:23.657Z] Date: Sat, 05 Mar 2022 21:41:23 GMT [2022-03-05T21:41:23.657Z] Expires: -1 [2022-03-05T21:41:23.657Z] Pragma: no-cache [2022-03-05T21:41:23.657Z] Server: docker-tests/mock [2022-03-05T21:41:23.657Z] X-Docker-Registry-Config: mock [2022-03-05T21:41:23.657Z] X-Docker-Registry-Version: 0.0.0 [2022-03-05T21:41:23.657Z] [2022-03-05T21:41:23.657Z] [2022-03-05T21:41:23.657Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-05T21:41:23.657Z] === RUN TestTrustedLocation [2022-03-05T21:41:23.657Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-05T21:41:23.657Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestAllowNondistributableArtifacts [2022-03-05T21:41:23.657Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-05T21:41:23.657Z] === RUN TestIsSecureIndex [2022-03-05T21:41:23.657Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-05T21:41:23.657Z] PASS [2022-03-05T21:41:23.657Z] coverage: 51.2% of statements [2022-03-05T21:41:23.657Z] ok github.com/docker/docker/registry 0.394s coverage: 51.2% of statements [2022-03-05T21:41:23.657Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-05T21:41:23.657Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-05T21:41:23.657Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestReaderWithReadError [2022-03-05T21:41:24.126Z] time="2022-03-05T21:41:23Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestReaderWithReadError (0.24s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestReader [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-05T21:41:24.126Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-05T21:41:24.126Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-05T21:41:24.126Z] PASS [2022-03-05T21:41:24.126Z] coverage: 100.0% of statements [2022-03-05T21:41:24.126Z] ok github.com/docker/docker/registry/resumable 0.374s coverage: 100.0% of statements [2022-03-05T21:41:24.126Z] === RUN TestRestartManagerTimeout [2022-03-05T21:41:24.126Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-05T21:41:24.126Z] === RUN TestRestartManagerTimeoutReset [2022-03-05T21:41:24.126Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-05T21:41:24.276Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d9ac60_} [2022-03-05T21:41:24.595Z] PASS [2022-03-05T21:41:24.595Z] coverage: 50.9% of statements [2022-03-05T21:41:24.595Z] ok github.com/docker/docker/restartmanager 0.074s coverage: 50.9% of statements [2022-03-05T21:41:25.064Z] === RUN TestDecodeContainerConfig [2022-03-05T21:41:25.064Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-05T21:41:25.064Z] === RUN TestDecodeContainerConfigIsolation [2022-03-05T21:41:25.064Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-05T21:41:25.064Z] === RUN TestValidatePrivileged [2022-03-05T21:41:25.064Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-05T21:41:25.064Z] PASS [2022-03-05T21:41:25.064Z] coverage: 52.6% of statements [2022-03-05T21:41:25.064Z] ok github.com/docker/docker/runconfig 0.079s coverage: 52.6% of statements [2022-03-05T21:41:25.080Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:41:25.219Z] --- PASS: TestServiceCreateInit (8.62s) [2022-03-05T21:41:25.219Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.67s) [2022-03-05T21:41:25.219Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s) [2022-03-05T21:41:25.219Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:41:25.481Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T21:41:25.533Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-05T21:41:25.533Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-05T21:41:25.533Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-05T21:41:25.533Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-05T21:41:25.533Z] PASS [2022-03-05T21:41:25.533Z] coverage: 62.5% of statements [2022-03-05T21:41:25.533Z] ok github.com/docker/docker/testutil 0.102s coverage: 62.5% of statements [2022-03-05T21:41:25.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-05T21:41:26.864Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T21:41:27.072Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:41:27.436Z] docker_api_swarm_test.go:507: [d7a06d135aa9f] joining swarm manager [de58bb55d2f67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:41:28.038Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:41:28.488Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T21:41:28.488Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T21:41:28.488Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T21:41:28.488Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-05T21:41:29.569Z] --- PASS: TestBuildMultiStageCopy (15.12s) [2022-03-05T21:41:29.569Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.90s) [2022-03-05T21:41:29.569Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2022-03-05T21:41:29.569Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.22s) [2022-03-05T21:41:29.569Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.40s) [2022-03-05T21:41:29.569Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.58s) [2022-03-05T21:41:29.569Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:41:29.986Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T21:41:30.057Z] === RUN TestGetAddress [2022-03-05T21:41:30.057Z] --- PASS: TestGetAddress (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestRemove [2022-03-05T21:41:30.057Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T21:41:30.057Z] --- SKIP: TestRemove (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestInitializeWithVolumes [2022-03-05T21:41:30.057Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-05T21:41:30.057Z] === RUN TestCreate [2022-03-05T21:41:30.057Z] === RUN TestGetDriver [2022-03-05T21:41:30.057Z] --- PASS: TestGetDriver (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestVolumeRequestError [2022-03-05T21:41:30.057Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-05T21:41:30.057Z] PASS [2022-03-05T21:41:30.057Z] coverage: 36.1% of statements [2022-03-05T21:41:30.057Z] --- PASS: TestCreate (0.02s) [2022-03-05T21:41:30.057Z] === RUN TestValidateName [2022-03-05T21:41:30.057Z] --- PASS: TestValidateName (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestCreateWithOpts [2022-03-05T21:41:30.057Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T21:41:30.057Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestRelaodNoOpts [2022-03-05T21:41:30.057Z] ok github.com/docker/docker/volume/drivers 0.111s coverage: 36.1% of statements [2022-03-05T21:41:30.057Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-05T21:41:30.057Z] PASS [2022-03-05T21:41:30.057Z] coverage: 41.5% of statements [2022-03-05T21:41:30.057Z] ok github.com/docker/docker/volume/local 0.155s coverage: 41.5% of statements [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRaw [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-05T21:41:30.057Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRaw [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-05T21:41:30.057Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestConvertTmpfsOptions [2022-03-05T21:41:30.057Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-05T21:41:30.057Z] linux_parser_test.go:209: data="ro" [2022-03-05T21:41:30.057Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestParseMountSpec [2022-03-05T21:41:30.057Z] parser_test.go:62: case 0 [2022-03-05T21:41:30.057Z] parser_test.go:62: case 1 [2022-03-05T21:41:30.057Z] parser_test.go:62: case 2 [2022-03-05T21:41:30.057Z] parser_test.go:62: case 3 [2022-03-05T21:41:30.057Z] parser_test.go:62: case 4 [2022-03-05T21:41:30.057Z] parser_test.go:62: case 5 [2022-03-05T21:41:30.057Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestValidateMount [2022-03-05T21:41:30.057Z] --- PASS: TestValidateMount (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRaw [2022-03-05T21:41:30.057Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-05T21:41:30.057Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-05T21:41:30.527Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-05T21:41:30.527Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-05T21:41:30.527Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T21:41:30.527Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-05T21:41:30.527Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T21:41:30.527Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-05T21:41:30.527Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T21:41:30.527Z] PASS [2022-03-05T21:41:30.527Z] coverage: 67.6% of statements [2022-03-05T21:41:30.527Z] ok github.com/docker/docker/volume/mounts 0.096s coverage: 67.6% of statements [2022-03-05T21:41:31.311Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-03-05T21:41:31.311Z] PASS [2022-03-05T21:41:31.311Z] [2022-03-05T21:41:31.311Z] === Skipped [2022-03-05T21:41:31.311Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-05T21:41:31.311Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:31.311Z] [2022-03-05T21:41:31.311Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-05T21:41:31.311Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:31.311Z] [2022-03-05T21:41:31.311Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-05T21:41:31.311Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:31.311Z] [2022-03-05T21:41:31.311Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-05T21:41:31.311Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:31.311Z] [2022-03-05T21:41:31.311Z] DONE 17 tests, 4 skipped in 25.759s [2022-03-05T21:41:31.311Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T21:41:31.311Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:31.311Z] ++ set -e [2022-03-05T21:41:31.311Z] ++ '[' -n 0 ']' [2022-03-05T21:41:31.311Z] ++ set -x [2022-03-05T21:41:31.311Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:31.311Z] INFO: Testing against a local daemon [2022-03-05T21:41:31.311Z] === RUN TestPluginInvalidJSON [2022-03-05T21:41:31.311Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:41:31.311Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:41:31.311Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:41:31.311Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-05T21:41:31.311Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:41:31.311Z] === RUN TestPluginInstall [2022-03-05T21:41:31.311Z] === RUN TestPluginInstall/no_auth [2022-03-05T21:41:31.311Z] time="2022-03-05T21:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:41:31.311Z] time="2022-03-05T21:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a2d27ad8e6cbb92f30cd1d1cf7df9f352efd151709cd3da4818283f2264ba1c1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:41:31.311Z] time="2022-03-05T21:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:41:31.311Z] time="2022-03-05T21:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a2d27ad8e6cbb92f30cd1d1cf7df9f352efd151709cd3da4818283f2264ba1c1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:41:31.311Z] === RUN TestPluginInstall/with_htpasswd [2022-03-05T21:41:31.375Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T21:41:31.572Z] time="2022-03-05T21:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:41:31.572Z] time="2022-03-05T21:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f91acbcc6c2f3731551cfa06c05cfc936fb87a9ea9cd79933fea4c05ec5d8e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:41:31.572Z] time="2022-03-05T21:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:41:31.572Z] time="2022-03-05T21:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f91acbcc6c2f3731551cfa06c05cfc936fb87a9ea9cd79933fea4c05ec5d8e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:41:31.833Z] === RUN TestPluginInstall/with_insecure [2022-03-05T21:41:32.095Z] === RUN TestSetGetMeta [2022-03-05T21:41:32.095Z] === PAUSE TestSetGetMeta [2022-03-05T21:41:32.095Z] === RUN TestRestore [2022-03-05T21:41:32.095Z] === PAUSE TestRestore [2022-03-05T21:41:32.095Z] === RUN TestServiceCreate [2022-03-05T21:41:32.095Z] === PAUSE TestServiceCreate [2022-03-05T21:41:32.095Z] === RUN TestServiceList [2022-03-05T21:41:32.095Z] === PAUSE TestServiceList [2022-03-05T21:41:32.095Z] === RUN TestServiceRemove [2022-03-05T21:41:32.095Z] === PAUSE TestServiceRemove [2022-03-05T21:41:32.095Z] === RUN TestServiceGet [2022-03-05T21:41:32.095Z] === PAUSE TestServiceGet [2022-03-05T21:41:32.095Z] === RUN TestServicePrune [2022-03-05T21:41:32.095Z] === PAUSE TestServicePrune [2022-03-05T21:41:32.095Z] === RUN TestCreate [2022-03-05T21:41:32.095Z] === PAUSE TestCreate [2022-03-05T21:41:32.095Z] === RUN TestRemove [2022-03-05T21:41:32.095Z] === PAUSE TestRemove [2022-03-05T21:41:32.095Z] === RUN TestList [2022-03-05T21:41:32.095Z] === PAUSE TestList [2022-03-05T21:41:32.095Z] === RUN TestFindByDriver [2022-03-05T21:41:32.095Z] === PAUSE TestFindByDriver [2022-03-05T21:41:32.095Z] === RUN TestFindByReferenced [2022-03-05T21:41:32.095Z] === PAUSE TestFindByReferenced [2022-03-05T21:41:32.095Z] === RUN TestDerefMultipleOfSameRef [2022-03-05T21:41:32.095Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-05T21:41:32.095Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:41:32.095Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:41:32.095Z] === RUN TestDefererencePluginOnCreateError [2022-03-05T21:41:32.095Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-05T21:41:32.095Z] === RUN TestRefDerefRemove [2022-03-05T21:41:32.095Z] === PAUSE TestRefDerefRemove [2022-03-05T21:41:32.095Z] === RUN TestGet [2022-03-05T21:41:32.095Z] === PAUSE TestGet [2022-03-05T21:41:32.095Z] === RUN TestGetWithReference [2022-03-05T21:41:32.095Z] === PAUSE TestGetWithReference [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_nil_list [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_empty_list [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_filter_some [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_filter_middle [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:41:32.095Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-05T21:41:32.095Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_nil_list [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_filter_some [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_filter_middle [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:41:32.095Z] === CONT TestFilterFunc/test_empty_list [2022-03-05T21:41:32.095Z] --- PASS: TestFilterFunc (0.00s) [2022-03-05T21:41:32.095Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-05T21:41:32.095Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-05T21:41:32.095Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-05T21:41:32.096Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-05T21:41:32.096Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-05T21:41:32.096Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-05T21:41:32.096Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-05T21:41:32.096Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-05T21:41:32.096Z] === CONT TestSetGetMeta [2022-03-05T21:41:32.096Z] === CONT TestList [2022-03-05T21:41:32.096Z] === CONT TestDefererencePluginOnCreateError [2022-03-05T21:41:32.096Z] === CONT TestServiceGet [2022-03-05T21:41:32.096Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-05T21:41:32.096Z] === CONT TestServiceRemove [2022-03-05T21:41:32.096Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-05T21:41:32.096Z] === CONT TestServiceList [2022-03-05T21:41:32.096Z] --- PASS: TestList (0.06s) [2022-03-05T21:41:32.096Z] === CONT TestServiceCreate [2022-03-05T21:41:32.096Z] --- PASS: TestServiceGet (0.26s) [2022-03-05T21:41:32.096Z] === CONT TestRestore [2022-03-05T21:41:32.096Z] --- PASS: TestServiceRemove (0.25s) [2022-03-05T21:41:32.096Z] === CONT TestGet [2022-03-05T21:41:32.096Z] --- PASS: TestServiceCreate (0.22s) [2022-03-05T21:41:32.096Z] === CONT TestGetWithReference [2022-03-05T21:41:32.096Z] --- PASS: TestServiceList (0.23s) [2022-03-05T21:41:32.096Z] === CONT TestCreate [2022-03-05T21:41:32.096Z] --- PASS: TestGet (0.03s) [2022-03-05T21:41:32.096Z] === CONT TestRemove [2022-03-05T21:41:32.096Z] --- PASS: TestCreate (0.03s) [2022-03-05T21:41:32.096Z] === CONT TestRefDerefRemove [2022-03-05T21:41:32.096Z] --- PASS: TestRestore (0.04s) [2022-03-05T21:41:32.096Z] === CONT TestDerefMultipleOfSameRef [2022-03-05T21:41:32.096Z] --- PASS: TestGetWithReference (0.04s) [2022-03-05T21:41:32.096Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:41:32.096Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-05T21:41:32.096Z] === CONT TestServicePrune [2022-03-05T21:41:32.096Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-05T21:41:32.096Z] === CONT TestFindByReferenced [2022-03-05T21:41:32.096Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-03-05T21:41:32.096Z] === CONT TestFindByDriver [2022-03-05T21:41:32.096Z] --- PASS: TestRemove (0.04s) [2022-03-05T21:41:32.096Z] time="2022-03-05T21:41:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:41:32.096Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-05T21:41:32.096Z] time="2022-03-05T21:41:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:41:32.096Z] --- PASS: TestFindByDriver (0.04s) [2022-03-05T21:41:32.096Z] time="2022-03-05T21:41:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:41:32.096Z] time="2022-03-05T21:41:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-05T21:41:32.462Z] --- PASS: TestBuildMultiStageParentConfig (2.82s) [2022-03-05T21:41:32.462Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:41:32.462Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:41:32.462Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-05T21:41:32.462Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:41:32.565Z] time="2022-03-05T21:41:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:41:32.565Z] --- PASS: TestServicePrune (0.07s) [2022-03-05T21:41:32.565Z] PASS [2022-03-05T21:41:32.565Z] coverage: 69.0% of statements [2022-03-05T21:41:32.565Z] ok github.com/docker/docker/volume/service 0.511s coverage: 69.0% of statements [2022-03-05T21:41:32.775Z] time="2022-03-05T21:41:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:41:32.775Z] time="2022-03-05T21:41:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:57d382e215a05ddc69f6c83e504eae388bc4bef5b7d141dc8d71778c20200eb4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:41:32.775Z] time="2022-03-05T21:41:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T21:41:32.775Z] time="2022-03-05T21:41:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:57d382e215a05ddc69f6c83e504eae388bc4bef5b7d141dc8d71778c20200eb4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T21:41:32.775Z] plugin_test.go:165: [d7a049ff07c1d] daemon is not started [2022-03-05T21:41:32.775Z] --- PASS: TestPluginInstall (3.07s) [2022-03-05T21:41:32.775Z] --- PASS: TestPluginInstall/no_auth (1.49s) [2022-03-05T21:41:32.775Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-03-05T21:41:32.775Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-03-05T21:41:32.775Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:41:33.554Z] 2022/03/05 21:41:33 Closing DB instances... [2022-03-05T21:41:33.926Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T21:41:33.993Z] --- PASS: TestBuildWithEmptyLayers (1.56s) [2022-03-05T21:41:33.993Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:41:34.023Z] time="2022-03-05T21:41:33Z" level=error msg="node: 7b07a592d418 is unknown to memberlist" [2022-03-05T21:41:34.161Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-05T21:41:34.869Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T21:41:34.869Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T21:41:35.012Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-03-05T21:41:35.012Z] === RUN TestFindNode [2022-03-05T21:41:35.102Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-05T21:41:35.440Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T21:41:35.482Z] 2022/03/05 21:41:34 Closing DB instances... [2022-03-05T21:41:35.482Z] --- PASS: TestFindNode (0.02s) [2022-03-05T21:41:35.482Z] === RUN TestChangeNodeState [2022-03-05T21:41:35.482Z] 2022/03/05 21:41:35 Closing DB instances... [2022-03-05T21:41:35.482Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-05T21:41:35.482Z] === RUN TestNodeReincarnation [2022-03-05T21:41:35.482Z] 2022/03/05 21:41:35 Closing DB instances... [2022-03-05T21:41:36.012Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-05T21:41:36.042Z] --- PASS: TestPluginsWithRuntimes (3.18s) [2022-03-05T21:41:36.042Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.79s) [2022-03-05T21:41:36.042Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-03-05T21:41:36.042Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:41:36.612Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-05T21:41:36.612Z] PASS [2022-03-05T21:41:36.612Z] [2022-03-05T21:41:36.612Z] DONE 10 tests in 6.929s [2022-03-05T21:41:36.612Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T21:41:36.612Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:36.612Z] ++ set -e [2022-03-05T21:41:36.612Z] ++ '[' -n 0 ']' [2022-03-05T21:41:36.612Z] ++ set -x [2022-03-05T21:41:36.612Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:36.612Z] INFO: Testing against a local daemon [2022-03-05T21:41:36.612Z] === RUN TestExternalGraphDriver [2022-03-05T21:41:36.612Z] === RUN TestExternalGraphDriver/json [2022-03-05T21:41:36.953Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T21:41:37.215Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T21:41:37.786Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T21:41:38.357Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T21:41:38.522Z] === RUN TestExternalGraphDriver/spec [2022-03-05T21:41:38.929Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T21:41:39.518Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T21:41:39.885Z] --- PASS: TestCheckoutGit (38.35s) [2022-03-05T21:41:39.885Z] === RUN TestValidGitTransport [2022-03-05T21:41:39.885Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-05T21:41:39.885Z] === RUN TestGitInvalidRef [2022-03-05T21:41:39.885Z] --- PASS: TestGitInvalidRef (0.25s) [2022-03-05T21:41:39.885Z] PASS [2022-03-05T21:41:39.885Z] coverage: 86.3% of statements [2022-03-05T21:41:39.885Z] ok github.com/docker/docker/builder/remotecontext/git 38.672s coverage: 86.3% of statements [2022-03-05T21:41:39.885Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T21:41:39.885Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T21:41:39.908Z] === RUN TestExternalGraphDriver/pull [2022-03-05T21:41:40.116Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T21:41:40.246Z] time="2022-03-05T21:41:40Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-05T21:41:40.246Z] --- PASS: TestNodeReincarnation (5.03s) [2022-03-05T21:41:40.246Z] === RUN TestParallelCreate [2022-03-05T21:41:40.246Z] 2022/03/05 21:41:40 Closing DB instances... [2022-03-05T21:41:40.246Z] --- PASS: TestParallelCreate (0.03s) [2022-03-05T21:41:40.246Z] === RUN TestParallelDelete [2022-03-05T21:41:40.247Z] 2022/03/05 21:41:40 Closing DB instances... [2022-03-05T21:41:40.247Z] --- PASS: TestParallelDelete (0.02s) [2022-03-05T21:41:40.247Z] === RUN TestNetworkDBIslands [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b460f3094ab7 with config:&{NodeID:b460f3094ab7 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node b460f3094ab7/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node b460f3094ab7/172.28.90.118, added to nodes list" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f99963465dd3 with config:&{NodeID:f99963465dd3 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node f99963465dd3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node f99963465dd3/172.28.90.118, added to nodes list" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node f99963465dd3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node f99963465dd3/172.28.90.118, added to nodes list" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node b460f3094ab7/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=info msg="Node b460f3094ab7/172.28.90.118, added to nodes list" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-05T21:41:40.247Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-05T21:41:41.061Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:373f7bf012ac with config:&{NodeID:373f7bf012ac Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node 373f7bf012ac/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node 373f7bf012ac/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node 373f7bf012ac/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node 373f7bf012ac/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node b460f3094ab7/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node b460f3094ab7/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node f99963465dd3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=info msg="Node f99963465dd3/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:41Z" level=info msg="Node 373f7bf012ac/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.233Z] time="2022-03-05T21:41:41Z" level=info msg="Node 373f7bf012ac/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.291Z] --- PASS: TestExternalGraphDriver (4.62s) [2022-03-05T21:41:41.291Z] --- PASS: TestExternalGraphDriver/json (1.52s) [2022-03-05T21:41:41.291Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-03-05T21:41:41.291Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2022-03-05T21:41:41.291Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:41:41.291Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:41.291Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-05T21:41:41.291Z] PASS [2022-03-05T21:41:41.291Z] [2022-03-05T21:41:41.291Z] === Skipped [2022-03-05T21:41:41.291Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-05T21:41:41.291Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:41:41.291Z] [2022-03-05T21:41:41.291Z] DONE 5 tests, 1 skipped in 4.735s [2022-03-05T21:41:41.291Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T21:41:41.291Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:41.291Z] ++ set -e [2022-03-05T21:41:41.291Z] ++ '[' -n 0 ']' [2022-03-05T21:41:41.291Z] ++ set -x [2022-03-05T21:41:41.291Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:41.291Z] INFO: Testing against a local daemon [2022-03-05T21:41:41.291Z] === RUN TestContinueAfterPluginCrash [2022-03-05T21:41:41.291Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T21:41:41.291Z] === RUN TestReadPluginNoRead [2022-03-05T21:41:41.291Z] === PAUSE TestReadPluginNoRead [2022-03-05T21:41:41.291Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T21:41:41.291Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T21:41:41.291Z] === CONT TestContinueAfterPluginCrash [2022-03-05T21:41:41.291Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T21:41:41.321Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:07d56fa743b6 with config:&{NodeID:07d56fa743b6 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.702Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node b460f3094ab7/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node b460f3094ab7/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node f99963465dd3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node f99963465dd3/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node 373f7bf012ac/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node 373f7bf012ac/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:41.703Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:41.891Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:81aa57e595d3 with config:&{NodeID:81aa57e595d3 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49373" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node f99963465dd3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node f99963465dd3/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 373f7bf012ac/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 373f7bf012ac/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node b460f3094ab7/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node b460f3094ab7/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49374" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:41Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:42.171Z] networkdb_test.go:835: Re-joining: 3 [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=info msg="The new bootstrap node list is:[172.28.90.118:10033 172.28.90.118:10034 172.28.90.118:10035]" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10033" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49375" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10034" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49376" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10035" [2022-03-05T21:41:42.171Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49377" [2022-03-05T21:41:42.462Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T21:41:42.640Z] networkdb_test.go:835: Re-joining: 4 [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=info msg="The new bootstrap node list is:[172.28.90.118:10033 172.28.90.118:10034 172.28.90.118:10035]" [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10033" [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49378" [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10034" [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49379" [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10035" [2022-03-05T21:41:42.640Z] time="2022-03-05T21:41:42Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49380" [2022-03-05T21:41:43.033Z] --- PASS: TestCreateServiceMultipleTimes (17.79s) [2022-03-05T21:41:43.033Z] === RUN TestCreateServiceConflict [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="node 0 leaving" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="node2(f99963465dd3): Node leave event for b460f3094ab7/172.28.90.118" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="node5(81aa57e595d3): Node leave event for b460f3094ab7/172.28.90.118" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="node4(07d56fa743b6): Node leave event for b460f3094ab7/172.28.90.118" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="node1(b460f3094ab7): Node leave event for b460f3094ab7/172.28.90.118" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="node3(373f7bf012ac): Node leave event for b460f3094ab7/172.28.90.118" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.109Z] time="2022-03-05T21:41:42Z" level=info msg="Node b460f3094ab7/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="node 1 leaving" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3 change state NodeActive --> NodeFailed" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3/172.28.90.118, added to failed nodes list" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="node4(07d56fa743b6): Node leave event for f99963465dd3/172.28.90.118" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="node5(81aa57e595d3): Node leave event for f99963465dd3/172.28.90.118" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3 change state NodeActive --> NodeLeft" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="node3(373f7bf012ac): Node leave event for f99963465dd3/172.28.90.118" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=error msg="node: f99963465dd3 is unknown to memberlist" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="Node f99963465dd3/172.28.90.118, left gossip cluster" [2022-03-05T21:41:43.586Z] time="2022-03-05T21:41:43Z" level=info msg="node 2 leaving" [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-05T21:41:43.608Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestConfigureDaemonLogs [2022-03-05T21:41:43.608Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestCommonOptionsInstallFlags [2022-03-05T21:41:43.608Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-05T21:41:43.608Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-05T21:41:43.608Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-05T21:41:43.608Z] PASS [2022-03-05T21:41:43.608Z] coverage: 18.7% of statements [2022-03-05T21:41:43.608Z] ok github.com/docker/docker/cmd/dockerd 0.254s coverage: 18.7% of statements [2022-03-05T21:41:43.608Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-05T21:41:43.608Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="Node 373f7bf012ac change state NodeActive --> NodeLeft" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="node4(07d56fa743b6): Node leave event for 373f7bf012ac/172.28.90.118" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="Node 373f7bf012ac change state NodeActive --> NodeLeft" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="node5(81aa57e595d3): Node leave event for 373f7bf012ac/172.28.90.118" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="Node 373f7bf012ac change state NodeActive --> NodeLeft" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="node3(373f7bf012ac): Node leave event for 373f7bf012ac/172.28.90.118" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=debug msg="memberlist: Failed ping: f99963465dd3 (timeout reached)" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.28.90.118:10037: use of closed network connection" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.28.90.118:10035: use of closed network connection" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.28.90.118:10036: use of closed network connection" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="Node 373f7bf012ac/172.28.90.118, left gossip cluster" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="Node 373f7bf012ac/172.28.90.118, left gossip cluster" [2022-03-05T21:41:44.055Z] time="2022-03-05T21:41:43Z" level=info msg="Node 373f7bf012ac/172.28.90.118, left gossip cluster" [2022-03-05T21:41:44.184Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="memberlist: Suspect f99963465dd3 has failed, no acks received" [2022-03-05T21:41:44.524Z] networkdb_test.go:867: node4: OK [2022-03-05T21:41:44.524Z] networkdb_test.go:867: node5: OK [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="node 0 coming back" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9bced6389879 with config:&{NodeID:9bced6389879 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="Node 9bced6389879/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="Node 9bced6389879/172.28.90.118, added to nodes list" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="node 1 coming back" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a9c0dd073dc5 with config:&{NodeID:a9c0dd073dc5 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, added to nodes list" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="node 2 coming back" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a263cc0c2402 with config:&{NodeID:a263cc0c2402 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="Node a263cc0c2402/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:44.524Z] time="2022-03-05T21:41:44Z" level=info msg="Node a263cc0c2402/172.28.90.118, added to nodes list" [2022-03-05T21:41:44.590Z] --- PASS: TestDaemonStartWithLogOpt (3.06s) [2022-03-05T21:41:44.590Z] === CONT TestReadPluginNoRead [2022-03-05T21:41:44.757Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T21:41:44.757Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T21:41:45.141Z] === RUN TestContainerStopSignal [2022-03-05T21:41:45.141Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestContainerStopTimeout [2022-03-05T21:41:45.141Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-05T21:41:45.141Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-05T21:41:45.141Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-05T21:41:45.141Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-05T21:41:45.141Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestReplaceAndAppendEnvVars [2022-03-05T21:41:45.141Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-05T21:41:45.141Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestNewMemoryStore [2022-03-05T21:41:45.141Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestAddContainers [2022-03-05T21:41:45.141Z] --- PASS: TestAddContainers (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestGetContainer [2022-03-05T21:41:45.141Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestDeleteContainer [2022-03-05T21:41:45.141Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestListContainers [2022-03-05T21:41:45.141Z] --- PASS: TestListContainers (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestFirstContainer [2022-03-05T21:41:45.141Z] --- PASS: TestFirstContainer (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestApplyAllContainer [2022-03-05T21:41:45.141Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestIsValidHealthString [2022-03-05T21:41:45.141Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestStateRunStop [2022-03-05T21:41:45.141Z] --- PASS: TestStateRunStop (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestStateTimeoutWait [2022-03-05T21:41:45.141Z] state_test.go:141: Stop callback fired [2022-03-05T21:41:45.141Z] state_test.go:165: Stop callback fired [2022-03-05T21:41:45.141Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-05T21:41:45.141Z] === RUN TestIsValidStateString [2022-03-05T21:41:45.141Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestViewSaveDelete [2022-03-05T21:41:45.141Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-05T21:41:45.141Z] === RUN TestViewAll [2022-03-05T21:41:45.141Z] --- PASS: TestViewAll (0.01s) [2022-03-05T21:41:45.141Z] === RUN TestViewGet [2022-03-05T21:41:45.141Z] --- PASS: TestViewGet (0.01s) [2022-03-05T21:41:45.141Z] === RUN TestNames [2022-03-05T21:41:45.141Z] --- PASS: TestNames (0.00s) [2022-03-05T21:41:45.141Z] === RUN TestViewWithHealthCheck [2022-03-05T21:41:45.141Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-05T21:41:45.141Z] PASS [2022-03-05T21:41:45.141Z] coverage: 41.7% of statements [2022-03-05T21:41:45.141Z] ok github.com/docker/docker/container 0.260s coverage: 41.7% of statements [2022-03-05T21:41:45.141Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T21:41:45.141Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T21:41:45.141Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T21:41:45.141Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T21:41:45.699Z] --- PASS: TestCreateServiceConflict (2.47s) [2022-03-05T21:41:45.699Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:41:45.699Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T21:41:46.270Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T21:41:46.503Z] === RUN TestReadPluginNoRead/default [2022-03-05T21:41:46.674Z] === RUN TestPrepare [2022-03-05T21:41:46.674Z] --- PASS: TestPrepare (0.00s) [2022-03-05T21:41:46.674Z] === RUN TestStart [2022-03-05T21:41:46.674Z] --- PASS: TestStart (0.00s) [2022-03-05T21:41:46.674Z] === RUN TestWaitCancel [2022-03-05T21:41:46.674Z] --- PASS: TestWaitCancel (0.00s) [2022-03-05T21:41:46.674Z] === RUN TestWaitDisabled [2022-03-05T21:41:46.674Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-05T21:41:46.674Z] === RUN TestWaitEnabled [2022-03-05T21:41:46.674Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-05T21:41:46.674Z] === RUN TestRemove [2022-03-05T21:41:46.674Z] --- PASS: TestRemove (0.00s) [2022-03-05T21:41:46.674Z] PASS [2022-03-05T21:41:46.674Z] coverage: 65.3% of statements [2022-03-05T21:41:46.674Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.083s coverage: 65.3% of statements [2022-03-05T21:41:47.211Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T21:41:47.476Z] time="2022-03-05T21:41:47Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.90.118:10033 172.28.90.118:10034 172.28.90.118:10035]" [2022-03-05T21:41:47.900Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T21:41:47.944Z] time="2022-03-05T21:41:47Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.90.118:10033 172.28.90.118:10034 172.28.90.118:10035]" [2022-03-05T21:41:48.154Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T21:41:48.201Z] === RUN TestNewListSecretsFilters [2022-03-05T21:41:48.201Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-05T21:41:48.201Z] === RUN TestNewListConfigsFilters [2022-03-05T21:41:48.201Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-05T21:41:48.201Z] PASS [2022-03-05T21:41:48.201Z] coverage: 0.5% of statements [2022-03-05T21:41:48.201Z] ok github.com/docker/docker/daemon/cluster 0.486s coverage: 0.5% of statements [2022-03-05T21:41:48.657Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-05T21:41:48.657Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.22s) [2022-03-05T21:41:48.657Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-05T21:41:48.657Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-05T21:41:48.839Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10033" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49382" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, is the new incarnation of the shutdown node b460f3094ab7/172.28.90.118" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10034" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49383" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.931Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, is the new incarnation of the shutdown node f99963465dd3/172.28.90.118" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10035" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49384" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 07d56fa743b6/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 07d56fa743b6/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 81aa57e595d3/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, is the new incarnation of the shutdown node 373f7bf012ac/172.28.90.118" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, is the new incarnation of the shutdown node f99963465dd3/172.28.90.118" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, is the new incarnation of the shutdown node b460f3094ab7/172.28.90.118" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node 9bced6389879/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, is the new incarnation of the shutdown node 373f7bf012ac/172.28.90.118" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, joined gossip cluster" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=info msg="Node a263cc0c2402/172.28.90.118, added to nodes list" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10033" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49385" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10034" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49386" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.118:10035" [2022-03-05T21:41:48.932Z] time="2022-03-05T21:41:48Z" level=debug msg="memberlist: Stream connection from=172.28.90.118:49387" [2022-03-05T21:41:49.095Z] --- PASS: TestCreateServiceMaxReplicas (3.40s) [2022-03-05T21:41:49.095Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:41:49.095Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-05T21:41:49.113Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-05T21:41:49.113Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-05T21:41:49.113Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-05T21:41:49.113Z] PASS [2022-03-05T21:41:49.113Z] coverage: 35.9% of statements [2022-03-05T21:41:49.113Z] ok github.com/docker/docker/daemon/cluster/convert 0.780s coverage: 35.9% of statements [2022-03-05T21:41:49.400Z] 2022/03/05 21:41:49 Closing DB instances... [2022-03-05T21:41:49.409Z] --- PASS: TestContinueAfterPluginCrash (7.95s) [2022-03-05T21:41:49.669Z] === CONT TestReadPluginNoRead [2022-03-05T21:41:49.669Z] read_test.go:92: [d784fabe887eb] daemon is not started [2022-03-05T21:41:49.669Z] --- PASS: TestReadPluginNoRead (5.39s) [2022-03-05T21:41:49.669Z] --- PASS: TestReadPluginNoRead/default (1.12s) [2022-03-05T21:41:49.669Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2022-03-05T21:41:49.669Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.08s) [2022-03-05T21:41:49.669Z] PASS [2022-03-05T21:41:49.669Z] [2022-03-05T21:41:49.669Z] DONE 6 tests in 8.526s [2022-03-05T21:41:49.669Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T21:41:49.669Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:49.669Z] ++ set -e [2022-03-05T21:41:49.669Z] ++ '[' -n 0 ']' [2022-03-05T21:41:49.669Z] ++ set -x [2022-03-05T21:41:49.669Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node3(a263cc0c2402): Node leave event for 9bced6389879/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node4(07d56fa743b6): Node leave event for 9bced6389879/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node5(81aa57e595d3): Node leave event for 9bced6389879/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node1(9bced6389879): Node leave event for 9bced6389879/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879/172.28.90.118, left gossip cluster" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879/172.28.90.118, left gossip cluster" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node2(a9c0dd073dc5): Node leave event for 9bced6389879/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879/172.28.90.118, left gossip cluster" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879/172.28.90.118, left gossip cluster" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node 9bced6389879/172.28.90.118, left gossip cluster" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node a9c0dd073dc5 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node5(81aa57e595d3): Node leave event for a9c0dd073dc5/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node a9c0dd073dc5 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node4(07d56fa743b6): Node leave event for a9c0dd073dc5/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node a9c0dd073dc5 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node3(a263cc0c2402): Node leave event for a9c0dd073dc5/172.28.90.118" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="Node a9c0dd073dc5 change state NodeActive --> NodeLeft" [2022-03-05T21:41:49.869Z] time="2022-03-05T21:41:49Z" level=info msg="node2(a9c0dd073dc5): Node leave event for a9c0dd073dc5/172.28.90.118" [2022-03-05T21:41:49.930Z] testing: warning: no tests to run [2022-03-05T21:41:49.930Z] PASS [2022-03-05T21:41:49.930Z] [2022-03-05T21:41:49.930Z] DONE 0 tests in 0.028s [2022-03-05T21:41:49.930Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T21:41:49.930Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:49.930Z] ++ set -e [2022-03-05T21:41:49.930Z] ++ '[' -n 0 ']' [2022-03-05T21:41:49.930Z] ++ set -x [2022-03-05T21:41:49.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:49.930Z] INFO: Testing against a local daemon [2022-03-05T21:41:49.930Z] === RUN TestPluginWithDevMounts [2022-03-05T21:41:49.930Z] === PAUSE TestPluginWithDevMounts [2022-03-05T21:41:49.930Z] === CONT TestPluginWithDevMounts [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a9c0dd073dc5/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=warning msg="memberlist: Failed to send gossip to 172.28.90.118:10035: write udp [::]:10034->172.28.90.118:10035: use of closed network connection" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.28.90.118:10035: use of closed network connection" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a263cc0c2402 change state NodeActive --> NodeLeft" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="node5(81aa57e595d3): Node leave event for a263cc0c2402/172.28.90.118" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a263cc0c2402 change state NodeActive --> NodeLeft" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="node4(07d56fa743b6): Node leave event for a263cc0c2402/172.28.90.118" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="Node a263cc0c2402 change state NodeActive --> NodeLeft" [2022-03-05T21:41:50.339Z] time="2022-03-05T21:41:50Z" level=info msg="node3(a263cc0c2402): Node leave event for a263cc0c2402/172.28.90.118" [2022-03-05T21:41:50.482Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T21:41:50.808Z] time="2022-03-05T21:41:50Z" level=info msg="Node a263cc0c2402/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.808Z] time="2022-03-05T21:41:50Z" level=info msg="Node a263cc0c2402/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.808Z] time="2022-03-05T21:41:50Z" level=info msg="Node a263cc0c2402/172.28.90.118, left gossip cluster" [2022-03-05T21:41:50.808Z] time="2022-03-05T21:41:50Z" level=warning msg="memberlist: Failed to send gossip to 172.28.90.118:10037: write udp [::]:10035->172.28.90.118:10037: use of closed network connection" [2022-03-05T21:41:51.054Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T21:41:51.277Z] time="2022-03-05T21:41:50Z" level=info msg="Node 07d56fa743b6 change state NodeActive --> NodeLeft" [2022-03-05T21:41:51.277Z] time="2022-03-05T21:41:50Z" level=info msg="node5(81aa57e595d3): Node leave event for 07d56fa743b6/172.28.90.118" [2022-03-05T21:41:51.277Z] time="2022-03-05T21:41:50Z" level=info msg="Node 07d56fa743b6 change state NodeActive --> NodeLeft" [2022-03-05T21:41:51.277Z] time="2022-03-05T21:41:50Z" level=info msg="node4(07d56fa743b6): Node leave event for 07d56fa743b6/172.28.90.118" [2022-03-05T21:41:51.315Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-03-05T21:41:51.315Z] PASS [2022-03-05T21:41:51.315Z] [2022-03-05T21:41:51.315Z] DONE 1 tests in 1.606s [2022-03-05T21:41:51.576Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T21:41:51.576Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:51.576Z] ++ set -e [2022-03-05T21:41:51.576Z] ++ '[' -n 0 ']' [2022-03-05T21:41:51.576Z] ++ set -x [2022-03-05T21:41:51.576Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:41:51.576Z] INFO: Testing against a local daemon [2022-03-05T21:41:51.576Z] === RUN TestSecretInspect [2022-03-05T21:41:51.644Z] --- PASS: TestBuildMultiStageOnBuild (15.32s) [2022-03-05T21:41:51.644Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:41:51.644Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:41:51.644Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-05T21:41:51.644Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:41:51.745Z] time="2022-03-05T21:41:51Z" level=info msg="Node 07d56fa743b6/172.28.90.118, left gossip cluster" [2022-03-05T21:41:52.215Z] time="2022-03-05T21:41:51Z" level=info msg="Node 07d56fa743b6/172.28.90.118, left gossip cluster" [2022-03-05T21:41:52.684Z] time="2022-03-05T21:41:52Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.28.90.118:10037: use of closed network connection" [2022-03-05T21:41:52.684Z] time="2022-03-05T21:41:52Z" level=info msg="Node 81aa57e595d3/172.28.90.118, left gossip cluster" [2022-03-05T21:41:52.684Z] time="2022-03-05T21:41:52Z" level=info msg="Node 81aa57e595d3 change state NodeActive --> NodeFailed" [2022-03-05T21:41:52.684Z] time="2022-03-05T21:41:52Z" level=info msg="Node 81aa57e595d3/172.28.90.118, added to failed nodes list" [2022-03-05T21:41:52.684Z] --- PASS: TestNetworkDBIslands (12.30s) [2022-03-05T21:41:52.684Z] PASS [2022-03-05T21:41:52.684Z] coverage: 60.0% of statements [2022-03-05T21:41:52.684Z] ok github.com/docker/docker/libnetwork/networkdb 104.967s coverage: 60.0% of statements [2022-03-05T21:41:52.684Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T21:41:52.684Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/quota [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T21:41:52.685Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T21:41:52.837Z] === RUN TestBuilderGC [2022-03-05T21:41:52.837Z] --- PASS: TestBuilderGC (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationNotFound [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonBrokenConfiguration [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestFindConfigurationConflicts [2022-03-05T21:41:52.837Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-05T21:41:52.837Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-05T21:41:52.837Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-05T21:41:52.837Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-05T21:41:52.837Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_label [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_dns [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-05T21:41:52.837Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-05T21:41:52.837Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestReloadSetConfigFileNotExist [2022-03-05T21:41:52.837Z] time="2022-03-05T21:41:52Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-05T21:41:52.837Z] --- PASS: TestReloadSetConfigFileNotExist (0.30s) [2022-03-05T21:41:52.837Z] === RUN TestReloadDefaultConfigNotExist [2022-03-05T21:41:52.837Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:52.837Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestReloadBadDefaultConfig [2022-03-05T21:41:52.837Z] time="2022-03-05T21:41:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3342089246" [2022-03-05T21:41:52.837Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestReloadWithConflictingLabels [2022-03-05T21:41:52.837Z] time="2022-03-05T21:41:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2806040072" [2022-03-05T21:41:52.837Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestReloadWithDuplicateLabels [2022-03-05T21:41:52.837Z] time="2022-03-05T21:41:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-7933141" [2022-03-05T21:41:52.837Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestMaskURLCredentials [2022-03-05T21:41:52.837Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestDaemonConfigurationMerge [2022-03-05T21:41:52.837Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-05T21:41:52.837Z] PASS [2022-03-05T21:41:52.837Z] coverage: 79.2% of statements [2022-03-05T21:41:52.837Z] ok github.com/docker/docker/daemon/config 0.578s coverage: 79.2% of statements [2022-03-05T21:41:52.837Z] === RUN TestEventsLog [2022-03-05T21:41:52.837Z] --- PASS: TestEventsLog (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestEventsLogTimeout [2022-03-05T21:41:52.837Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-05T21:41:52.837Z] === RUN TestLogEvents [2022-03-05T21:41:52.837Z] --- PASS: TestLogEvents (0.05s) [2022-03-05T21:41:52.837Z] === RUN TestLoadBufferedEvents [2022-03-05T21:41:52.973Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T21:41:53.293Z] --- PASS: TestLoadBufferedEvents (0.22s) [2022-03-05T21:41:53.293Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-05T21:41:53.293Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-05T21:41:53.293Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-05T21:41:53.293Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-05T21:41:53.293Z] PASS [2022-03-05T21:41:53.293Z] coverage: 50.0% of statements [2022-03-05T21:41:53.293Z] ok github.com/docker/docker/daemon/events 0.330s coverage: 50.0% of statements [2022-03-05T21:41:53.492Z] --- PASS: TestSecretInspect (2.09s) [2022-03-05T21:41:53.750Z] === RUN TestWaitNodeAttachment [2022-03-05T21:41:53.752Z] === RUN TestSecretList [2022-03-05T21:41:54.207Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-05T21:41:54.207Z] === RUN TestIsolationConversion [2022-03-05T21:41:54.207Z] === RUN TestIsolationConversion/default [2022-03-05T21:41:54.207Z] === RUN TestIsolationConversion/process [2022-03-05T21:41:54.207Z] === RUN TestIsolationConversion/hyperv [2022-03-05T21:41:54.207Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestContainerLabels [2022-03-05T21:41:54.207Z] --- PASS: TestContainerLabels (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestCredentialSpecConversion [2022-03-05T21:41:54.207Z] === RUN TestCredentialSpecConversion/none [2022-03-05T21:41:54.207Z] === RUN TestCredentialSpecConversion/config [2022-03-05T21:41:54.207Z] === RUN TestCredentialSpecConversion/file [2022-03-05T21:41:54.207Z] === RUN TestCredentialSpecConversion/registry [2022-03-05T21:41:54.207Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-05T21:41:54.207Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestControllerValidateMountBind [2022-03-05T21:41:54.207Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestControllerValidateMountVolume [2022-03-05T21:41:54.207Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestControllerValidateMountTarget [2022-03-05T21:41:54.207Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestControllerValidateMountTmpfs [2022-03-05T21:41:54.207Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestControllerValidateMountInvalidType [2022-03-05T21:41:54.207Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-05T21:41:54.207Z] === RUN TestControllerValidateMountNamedPipe [2022-03-05T21:41:54.207Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-05T21:41:54.207Z] PASS [2022-03-05T21:41:54.207Z] coverage: 11.0% of statements [2022-03-05T21:41:54.207Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.627s coverage: 11.0% of statements [2022-03-05T21:41:54.666Z] === RUN TestIsEmptyDir [2022-03-05T21:41:54.666Z] --- PASS: TestIsEmptyDir (0.02s) [2022-03-05T21:41:54.666Z] PASS [2022-03-05T21:41:54.666Z] coverage: 2.3% of statements [2022-03-05T21:41:54.666Z] ok github.com/docker/docker/daemon/graphdriver 0.114s coverage: 2.3% of statements [2022-03-05T21:41:55.125Z] === RUN TestLinkNaming [2022-03-05T21:41:55.125Z] --- PASS: TestLinkNaming (0.00s) [2022-03-05T21:41:55.125Z] === RUN TestLinkNew [2022-03-05T21:41:55.125Z] --- PASS: TestLinkNew (0.00s) [2022-03-05T21:41:55.125Z] === RUN TestLinkEnv [2022-03-05T21:41:55.125Z] --- PASS: TestLinkEnv (0.00s) [2022-03-05T21:41:55.125Z] === RUN TestLinkMultipleEnv [2022-03-05T21:41:55.125Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-05T21:41:55.125Z] === RUN TestLinkPortRangeEnv [2022-03-05T21:41:55.125Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-05T21:41:55.125Z] PASS [2022-03-05T21:41:55.125Z] coverage: 93.0% of statements [2022-03-05T21:41:55.125Z] ok github.com/docker/docker/daemon/links 0.045s coverage: 93.0% of statements [2022-03-05T21:41:55.520Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T21:41:55.581Z] === RUN TestVerifyNetworkingConfig [2022-03-05T21:41:55.581Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestGetContainer [2022-03-05T21:41:55.581Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestValidContainerNames [2022-03-05T21:41:55.581Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestContainerInitDNS [2022-03-05T21:41:55.581Z] daemon_test.go:145: root required [2022-03-05T21:41:55.581Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestMerge [2022-03-05T21:41:55.581Z] --- PASS: TestMerge (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestValidateContainerIsolation [2022-03-05T21:41:55.581Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestFindNetworkErrorType [2022-03-05T21:41:55.581Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestEnsureServicesExist [2022-03-05T21:41:55.581Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestEnsureServicesExistErrors [2022-03-05T21:41:55.581Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-05T21:41:55.581Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-05T21:41:55.581Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-05T21:41:55.581Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-05T21:41:55.581Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-05T21:41:55.581Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-05T21:41:55.581Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-05T21:41:55.581Z] === RUN TestContainerDelete [2022-03-05T21:41:55.581Z] --- PASS: TestContainerDelete (0.01s) [2022-03-05T21:41:55.581Z] === RUN TestContainerDoubleDelete [2022-03-05T21:41:55.581Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-05T21:41:55.667Z] --- PASS: TestSecretList (2.09s) [2022-03-05T21:41:55.667Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:41:56.039Z] === RUN TestLogContainerEventCopyLabels [2022-03-05T21:41:56.039Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestLogContainerEventWithAttributes [2022-03-05T21:41:56.039Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestNoneHealthcheck [2022-03-05T21:41:56.039Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestHealthStates [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] time="2022-03-05T21:41:55Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T21:41:56.039Z] --- PASS: TestHealthStates (0.22s) [2022-03-05T21:41:56.039Z] === RUN TestGetInspectData [2022-03-05T21:41:56.039Z] --- PASS: TestGetInspectData (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestFillLicense [2022-03-05T21:41:56.039Z] --- PASS: TestFillLicense (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestListInvalidFilter [2022-03-05T21:41:56.039Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestNameFilter [2022-03-05T21:41:56.039Z] --- PASS: TestNameFilter (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-05T21:41:56.039Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-05T21:41:56.039Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === Skipped [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-05T21:41:56.491Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-03-05T21:41:56.491Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-05T21:41:56.491Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-05T21:41:56.491Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-05T21:41:56.491Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T21:41:56.491Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T21:41:56.491Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T21:41:56.491Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T21:41:56.491Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-05T21:41:56.491Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T21:41:56.491Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-05T21:41:56.491Z] daemon_test.go:145: root required [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T21:41:56.491Z] reload_test.go:342: root required [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-05T21:41:56.491Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T21:41:56.491Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-05T21:41:56.491Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-05T21:41:56.491Z] download_test.go:267: Needs fixing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-05T21:41:56.491Z] layer_test.go:291: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-05T21:41:56.491Z] layer_test.go:340: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-05T21:41:56.491Z] layer_test.go:455: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-05T21:41:56.491Z] layer_test.go:684: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-05T21:41:56.491Z] migration_test.go:45: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T21:41:56.491Z] migration_test.go:181: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-05T21:41:56.491Z] mount_test.go:17: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-05T21:41:56.491Z] mount_test.go:76: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-05T21:41:56.491Z] mount_test.go:125: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-05T21:41:56.491Z] mount_test.go:212: Failing on Windows [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-05T21:41:56.491Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-05T21:41:56.491Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-05T21:41:56.491Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-05T21:41:56.491Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-05T21:41:56.491Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s) [2022-03-05T21:41:56.491Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-05T21:41:56.491Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-05T21:41:56.491Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-05T21:41:56.491Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-05T21:41:56.491Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-05T21:41:56.491Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-05T21:41:56.491Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:41:56.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:41:56.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:41:56.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:41:56.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:41:56.491Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-05T21:41:56.491Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-05T21:41:56.491Z] archive_test.go:140: zstd not installed [2022-03-05T21:41:56.491Z] [2022-03-05T21:41:56.491Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:41:56.492Z] archive_windows_test.go:16: Currently fails [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-05T21:41:56.492Z] changes_test.go:195: needs more investigation [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-05T21:41:56.492Z] changes_test.go:432: needs further investigation [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-05T21:41:56.492Z] changes_test.go:468: needs further investigation [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.01s) [2022-03-05T21:41:56.492Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.01s) [2022-03-05T21:41:56.492Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-05T21:41:56.492Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-05T21:41:56.492Z] poller_test.go:40: No chmod on Windows [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T21:41:56.492Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T21:41:56.492Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-05T21:41:56.492Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-05T21:41:56.492Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-05T21:41:56.492Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-05T21:41:56.492Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-05T21:41:56.492Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T21:41:56.492Z] [2022-03-05T21:41:56.492Z] DONE 2077 tests, 68 skipped in 312.273s [2022-03-05T21:41:56.492Z] INFO: make.ps1 ended at 03/05/2022 21:41:56 [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-05T21:41:56.496Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.11s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-05T21:41:56.496Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-05T21:41:56.496Z] === RUN TestDaemonReloadLabels [2022-03-05T21:41:56.496Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-05T21:41:56.496Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-05T21:41:56.496Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-05T21:41:56.496Z] === RUN TestDaemonReloadMirrors [2022-03-05T21:41:56.496Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-05T21:41:56.496Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-05T21:41:56.496Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-05T21:41:56.496Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-05T21:41:56.497Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-05T21:41:56.497Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-05T21:41:56.497Z] reload_test.go:342: root required [2022-03-05T21:41:56.497Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T21:41:56.497Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-05T21:41:56.497Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.02s) [2022-03-05T21:41:56.497Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-05T21:41:56.497Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.21s) [2022-03-05T21:41:56.497Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-05T21:41:56.497Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.11s) [2022-03-05T21:41:56.497Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-05T21:41:56.497Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2022-03-05T21:41:56.497Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-05T21:41:56.497Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-05T21:41:56.497Z] === RUN TestParseVolumesFrom [2022-03-05T21:41:56.497Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-05T21:41:56.497Z] PASS [2022-03-05T21:41:56.497Z] coverage: 8.6% of statements [2022-03-05T21:41:56.497Z] ok github.com/docker/docker/daemon 0.964s coverage: 8.6% of statements [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-05T21:41:56.497Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-05T21:41:57.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-05T21:41:57.439Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T21:41:57.459Z] === RUN TestAdapterReadLogs [2022-03-05T21:41:57.459Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-05T21:41:57.459Z] === RUN TestCopier [2022-03-05T21:41:57.459Z] --- PASS: TestCopier (0.00s) [2022-03-05T21:41:57.459Z] === RUN TestCopierLongLines [2022-03-05T21:41:57.459Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-05T21:41:57.459Z] === RUN TestCopierSlow [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/defaults [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-05T21:41:57.915Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-05T21:41:57.915Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-05T21:41:57.915Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-05T21:41:57.915Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-05T21:41:57.915Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-05T21:41:57.915Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-05T21:41:57.915Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-05T21:41:57.915Z] --- PASS: TestCopierSlow (0.20s) [2022-03-05T21:41:57.915Z] === RUN TestCopierWithSized [2022-03-05T21:41:57.915Z] === RUN TestCopierWithSized/as_is [2022-03-05T21:41:57.915Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-05T21:41:57.915Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-05T21:41:57.915Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-05T21:41:57.915Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-05T21:41:57.915Z] === RUN TestCopierWithPartial [2022-03-05T21:41:57.915Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestRingLogger [2022-03-05T21:41:57.915Z] --- PASS: TestRingLogger (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestRingCap [2022-03-05T21:41:57.915Z] --- PASS: TestRingCap (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestRingClose [2022-03-05T21:41:57.915Z] --- PASS: TestRingClose (0.00s) [2022-03-05T21:41:57.915Z] === RUN TestRingDrain [2022-03-05T21:41:57.915Z] --- PASS: TestRingDrain (0.00s) [2022-03-05T21:41:57.915Z] PASS [2022-03-05T21:41:57.915Z] coverage: 43.2% of statements [2022-03-05T21:41:57.915Z] ok github.com/docker/docker/daemon/logger 0.286s coverage: 43.2% of statements [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-05T21:41:57.916Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s) [2022-03-05T21:41:57.916Z] === RUN TestCreateSuccess [2022-03-05T21:41:57.916Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCreateStreamSkipped [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-05T21:41:57.916Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCreateLogGroupSuccess [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-05T21:41:57.916Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCreateError [2022-03-05T21:41:57.916Z] --- PASS: TestCreateError (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCreateAlreadyExists [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-05T21:41:57.916Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestLogClosed [2022-03-05T21:41:57.916Z] --- PASS: TestLogClosed (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestLogBlocking [2022-03-05T21:41:57.916Z] --- PASS: TestLogBlocking (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-05T21:41:57.916Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestLogNonBlockingBufferFull [2022-03-05T21:41:57.916Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestPublishBatchSuccess [2022-03-05T21:41:57.916Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestPublishBatchError [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=error msg=error [2022-03-05T21:41:57.916Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T21:41:57.916Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T21:41:57.916Z] time="2022-03-05T21:41:57Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-05T21:41:57.916Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchSimple [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchTicker [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMultilinePattern [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchClose [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen/0/Hello [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen/2/🙃 [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen/3/���� [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen/4/He��o [2022-03-05T21:41:57.916Z] === RUN TestEffectiveLen/5/ [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/0/ [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/1/Hello [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: Hello [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/2/Hello [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: He [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: llo [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/3/Hello [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: Hello [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/4/🙃 [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/5/🙃 [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/6/a� [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: a [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: � [2022-03-05T21:41:57.916Z] === RUN TestFindValidSplit/7/a� [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1076: a� [2022-03-05T21:41:57.916Z] cloudwatchlogs_test.go:1077: [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-05T21:41:57.916Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestProcessEventEmoji [2022-03-05T21:41:57.916Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchLineSplit [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.02s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMaxEvents [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchMaxEvents (0.06s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-05T21:41:57.916Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-05T21:41:57.916Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-05T21:41:58.011Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T21:41:58.209Z] --- PASS: TestSecretsCreateAndDelete (2.06s) [2022-03-05T21:41:58.209Z] === RUN TestSecretsUpdate [2022-03-05T21:41:58.372Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-05T21:41:58.372Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-05T21:41:58.372Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.12s) [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-05T21:41:58.372Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsFormat [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-05T21:41:58.372Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-05T21:41:58.372Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestCreateTagSuccess [2022-03-05T21:41:58.372Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-05T21:41:58.372Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-05T21:41:58.372Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-05T21:41:58.372Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-05T21:41:58.372Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-05T21:41:58.372Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-05T21:41:58.372Z] PASS [2022-03-05T21:41:58.372Z] coverage: 80.2% of statements [2022-03-05T21:41:58.372Z] ok github.com/docker/docker/daemon/logger/awslogs 0.585s coverage: 80.2% of statements [2022-03-05T21:41:58.711Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-05T21:41:58.711Z] INFO: Unit tests ended at 03/05/2022 21:41:58. Duration:00:05:34.6149834 [2022-03-05T21:41:58.711Z] INFO: Building busybox [2022-03-05T21:41:58.711Z] Sending build context to Docker daemon 5.12kB [2022-03-05T21:41:58.711Z] [2022-03-05T21:41:58.711Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-05T21:41:58.711Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-05T21:41:58.711Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-05T21:41:58.711Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-05T21:41:58.711Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-05T21:41:58.711Z] ---> c703d4d60533 [2022-03-05T21:41:58.711Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-05T21:41:58.711Z] ---> Running in b6edaa6f247d [2022-03-05T21:41:58.828Z] === RUN TestSearchRegistryForImagesErrors [2022-03-05T21:41:58.828Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-05T21:41:58.828Z] === RUN TestSearchRegistryForImages [2022-03-05T21:41:58.828Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-05T21:41:58.828Z] === RUN TestOnlyPlatformWithFallback [2022-03-05T21:41:58.828Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-05T21:41:58.828Z] === RUN TestImageDelete [2022-03-05T21:41:58.828Z] === RUN TestImageDelete/no_lease [2022-03-05T21:41:58.828Z] === RUN TestImageDelete/lease_exists [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-05T21:41:58.828Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-05T21:41:58.828Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-05T21:41:58.828Z] PASS [2022-03-05T21:41:58.828Z] coverage: 33.6% of statements [2022-03-05T21:41:58.828Z] ok github.com/docker/docker/daemon/logger/fluentd 0.058s coverage: 33.6% of statements [2022-03-05T21:41:58.828Z] --- PASS: TestImageDelete (0.05s) [2022-03-05T21:41:58.828Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-05T21:41:58.828Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-05T21:41:58.828Z] === RUN TestContentStoreForPull [2022-03-05T21:41:58.828Z] --- PASS: TestContentStoreForPull (0.25s) [2022-03-05T21:41:58.828Z] PASS [2022-03-05T21:41:58.828Z] coverage: 6.8% of statements [2022-03-05T21:41:58.828Z] ok github.com/docker/docker/daemon/images 0.417s coverage: 6.8% of statements [2022-03-05T21:41:59.285Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T21:41:59.285Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T21:41:59.285Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-05T21:41:59.285Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T21:41:59.285Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-05T21:41:59.285Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-05T21:41:59.285Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-05T21:41:59.285Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-05T21:41:59.285Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-05T21:41:59.396Z] docker_api_swarm_node_test.go:81: [d6cb27d850b26] joining swarm manager [dffce862baccd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:41:59.740Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-05T21:41:59.740Z] === RUN TestFastTimeMarshalJSON [2022-03-05T21:41:59.740Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-05T21:41:59.740Z] PASS [2022-03-05T21:41:59.740Z] coverage: 87.2% of statements [2022-03-05T21:41:59.740Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.283s coverage: 87.2% of statements [2022-03-05T21:42:00.118Z] --- PASS: TestSecretsUpdate (2.09s) [2022-03-05T21:42:00.118Z] === RUN TestTemplatedSecret [2022-03-05T21:42:00.197Z] === RUN TestJSONFileLogger [2022-03-05T21:42:00.197Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-05T21:42:00.197Z] === RUN TestJSONFileLoggerWithTags [2022-03-05T21:42:00.197Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-05T21:42:00.197Z] === RUN TestJSONFileLoggerWithOpts [2022-03-05T21:42:00.197Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-05T21:42:00.197Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-05T21:42:00.197Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-03-05T21:42:00.197Z] === RUN TestEncodeDecode [2022-03-05T21:42:00.197Z] === PAUSE TestEncodeDecode [2022-03-05T21:42:00.197Z] === RUN TestUnexpectedEOF [2022-03-05T21:42:00.197Z] time="2022-03-05T21:42:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T21:42:00.197Z] time="2022-03-05T21:42:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T21:42:00.197Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-03-05T21:42:00.197Z] === CONT TestEncodeDecode [2022-03-05T21:42:00.197Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-05T21:42:00.197Z] PASS [2022-03-05T21:42:00.197Z] coverage: 69.9% of statements [2022-03-05T21:42:00.197Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.322s coverage: 69.9% of statements [2022-03-05T21:42:01.159Z] === RUN TestWriteLog [2022-03-05T21:42:01.159Z] === PAUSE TestWriteLog [2022-03-05T21:42:01.159Z] === RUN TestReadLog [2022-03-05T21:42:01.159Z] === PAUSE TestReadLog [2022-03-05T21:42:01.159Z] === RUN TestDecode [2022-03-05T21:42:01.159Z] --- PASS: TestDecode (0.06s) [2022-03-05T21:42:01.159Z] === CONT TestWriteLog [2022-03-05T21:42:01.159Z] === CONT TestReadLog [2022-03-05T21:42:01.159Z] === RUN TestReadLog/tail_exact [2022-03-05T21:42:01.159Z] --- PASS: TestWriteLog (0.02s) [2022-03-05T21:42:01.159Z] === RUN TestReadLog/tail_less_than_available [2022-03-05T21:42:01.159Z] === RUN TestReadLog/tail_more_than_available [2022-03-05T21:42:01.159Z] --- PASS: TestReadLog (0.30s) [2022-03-05T21:42:01.159Z] --- PASS: TestReadLog/tail_exact (0.24s) [2022-03-05T21:42:01.159Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-05T21:42:01.159Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2022-03-05T21:42:01.159Z] PASS [2022-03-05T21:42:01.159Z] coverage: 78.7% of statements [2022-03-05T21:42:01.159Z] ok github.com/docker/docker/daemon/logger/local 0.467s coverage: 78.7% of statements [2022-03-05T21:42:01.309Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T21:42:01.616Z] === RUN TestOpenFileDelete [2022-03-05T21:42:01.616Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestOpenFileRename [2022-03-05T21:42:01.616Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestHandleDecoderErr [2022-03-05T21:42:01.616Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestParseLogTagDefaultTag [2022-03-05T21:42:01.616Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestParseLogTag [2022-03-05T21:42:01.616Z] --- PASS: TestParseLogTag (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestParseLogTagEmptyTag [2022-03-05T21:42:01.616Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestTailFiles [2022-03-05T21:42:01.616Z] --- PASS: TestTailFiles (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestFollowLogsConsumerGone [2022-03-05T21:42:01.616Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestFollowLogsProducerGone [2022-03-05T21:42:01.616Z] logfile_test.go:180: logDecode() closed after sending 1351 messages [2022-03-05T21:42:01.616Z] logfile_test.go:233: messages sent: 1351, received: 1351 [2022-03-05T21:42:01.616Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-05T21:42:01.616Z] === RUN TestCheckCapacityAndRotate [2022-03-05T21:42:01.616Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-05T21:42:01.616Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-05T21:42:01.616Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T21:42:01.616Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-05T21:42:01.616Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-05T21:42:01.616Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.04s) [2022-03-05T21:42:01.616Z] PASS [2022-03-05T21:42:01.616Z] coverage: 50.7% of statements [2022-03-05T21:42:01.616Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.132s coverage: 50.7% of statements [2022-03-05T21:42:01.943Z] --- PASS: TestBuildMultiStageLayerLeak (12.42s) [2022-03-05T21:42:01.943Z] === RUN TestBuildWithHugeFile [2022-03-05T21:42:02.075Z] === RUN TestLog [2022-03-05T21:42:02.075Z] --- PASS: TestLog (0.04s) [2022-03-05T21:42:02.075Z] PASS [2022-03-05T21:42:02.075Z] coverage: 31.5% of statements [2022-03-05T21:42:02.075Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.099s coverage: 31.5% of statements [2022-03-05T21:42:02.532Z] === RUN TestValidateLogOpt [2022-03-05T21:42:02.532Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T21:42:02.532Z] === RUN TestNewMissedConfig [2022-03-05T21:42:02.532Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-05T21:42:02.532Z] === RUN TestNewMissedUrl [2022-03-05T21:42:02.532Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-05T21:42:02.532Z] === RUN TestNewMissedToken [2022-03-05T21:42:02.532Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-05T21:42:02.532Z] === RUN TestNewWithProxy [2022-03-05T21:42:02.533Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-05T21:42:02.533Z] === RUN TestDefault [2022-03-05T21:42:02.533Z] --- PASS: TestDefault (0.01s) [2022-03-05T21:42:02.533Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-05T21:42:02.533Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-05T21:42:02.533Z] === RUN TestJsonFormat [2022-03-05T21:42:02.533Z] --- PASS: TestJsonFormat (0.00s) [2022-03-05T21:42:02.533Z] === RUN TestRawFormat [2022-03-05T21:42:02.533Z] --- PASS: TestRawFormat (0.03s) [2022-03-05T21:42:02.533Z] === RUN TestRawFormatWithLabels [2022-03-05T21:42:02.533Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-05T21:42:02.533Z] === RUN TestRawFormatWithoutTag [2022-03-05T21:42:02.533Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-05T21:42:02.533Z] === RUN TestBatching [2022-03-05T21:42:02.533Z] === RUN TestNewParse [2022-03-05T21:42:02.533Z] --- PASS: TestNewParse (0.00s) [2022-03-05T21:42:02.661Z] --- PASS: TestTemplatedSecret (2.33s) [2022-03-05T21:42:02.661Z] === RUN TestSecretCreateResolve [2022-03-05T21:42:02.989Z] PASS [2022-03-05T21:42:02.989Z] coverage: 8.3% of statements [2022-03-05T21:42:02.989Z] ok github.com/docker/docker/daemon/logger/templates 0.054s coverage: 8.3% of statements [2022-03-05T21:42:02.989Z] --- PASS: TestBatching (0.29s) [2022-03-05T21:42:02.989Z] === RUN TestFrequency [2022-03-05T21:42:02.989Z] === RUN TestParseLogFormat [2022-03-05T21:42:02.989Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestValidateLogOptEmpty [2022-03-05T21:42:02.989Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestValidateSyslogAddress [2022-03-05T21:42:02.989Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestParseAddressDefaultPort [2022-03-05T21:42:02.989Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestValidateSyslogFacility [2022-03-05T21:42:02.989Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestValidateLogOptSyslogFormat [2022-03-05T21:42:02.989Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestValidateLogOpt [2022-03-05T21:42:02.989Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T21:42:02.989Z] PASS [2022-03-05T21:42:02.989Z] coverage: 46.8% of statements [2022-03-05T21:42:02.989Z] ok github.com/docker/docker/daemon/logger/syslog 0.055s coverage: 46.8% of statements [2022-03-05T21:42:02.989Z] --- PASS: TestFrequency (0.16s) [2022-03-05T21:42:02.989Z] === RUN TestOneMessagePerRequest [2022-03-05T21:42:02.989Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestVerify [2022-03-05T21:42:02.989Z] --- PASS: TestVerify (0.00s) [2022-03-05T21:42:02.989Z] === RUN TestSkipVerify [2022-03-05T21:42:03.227Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.91s) [2022-03-05T21:42:03.227Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:42:03.449Z] time="2022-03-05T21:42:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.449Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.449Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.449Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.815Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T21:42:03.904Z] --- PASS: TestSkipVerify (0.67s) [2022-03-05T21:42:03.904Z] === RUN TestBufferMaximum [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.473188\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.473188\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] --- PASS: TestBufferMaximum (0.01s) [2022-03-05T21:42:03.904Z] === RUN TestServerAlwaysDown [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.483674\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.483674\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.483674\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.484753\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] time="2022-03-05T21:42:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646516523.484753\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:03.904Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-05T21:42:03.904Z] === RUN TestCannotSendAfterClose [2022-03-05T21:42:03.904Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-05T21:42:03.904Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-05T21:42:04.360Z] === RUN TestV1IDService [2022-03-05T21:42:04.360Z] --- PASS: TestV1IDService (0.02s) [2022-03-05T21:42:04.360Z] === RUN TestV2MetadataService [2022-03-05T21:42:04.388Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T21:42:04.572Z] --- PASS: TestSecretCreateResolve (2.11s) [2022-03-05T21:42:04.572Z] PASS [2022-03-05T21:42:04.572Z] [2022-03-05T21:42:04.572Z] DONE 6 tests in 12.851s [2022-03-05T21:42:04.572Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T21:42:04.572Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:42:04.572Z] ++ set -e [2022-03-05T21:42:04.572Z] ++ '[' -n 0 ']' [2022-03-05T21:42:04.572Z] ++ set -x [2022-03-05T21:42:04.572Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:42:04.572Z] INFO: Testing against a local daemon [2022-03-05T21:42:04.572Z] === RUN TestServiceCreateInit [2022-03-05T21:42:04.572Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:42:04.818Z] time="2022-03-05T21:42:04Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-05T21:42:04.818Z] time="2022-03-05T21:42:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4183f1b5ed2e\"}'" [2022-03-05T21:42:04.818Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-05T21:42:04.818Z] PASS [2022-03-05T21:42:04.818Z] coverage: 82.5% of statements [2022-03-05T21:42:04.818Z] ok github.com/docker/docker/daemon/logger/splunk 2.314s coverage: 82.5% of statements [2022-03-05T21:42:04.818Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T21:42:04.818Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-05T21:42:04.818Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T21:42:05.275Z] === RUN TestSuccessfulDownload [2022-03-05T21:42:05.275Z] download_test.go:267: Needs fixing on Windows [2022-03-05T21:42:05.275Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-05T21:42:05.275Z] === RUN TestCancelledDownload [2022-03-05T21:42:05.275Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-05T21:42:05.275Z] === RUN TestMaxDownloadAttempts [2022-03-05T21:42:05.275Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:42:05.275Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:42:05.275Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:42:05.275Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:42:05.275Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:42:05.275Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:42:05.275Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:42:05.275Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:42:05.275Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T21:42:05.275Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T21:42:05.275Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T21:42:05.275Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T21:42:05.275Z] --- PASS: TestV2MetadataService (1.01s) [2022-03-05T21:42:05.275Z] PASS [2022-03-05T21:42:05.275Z] coverage: 48.2% of statements [2022-03-05T21:42:05.731Z] ok github.com/docker/docker/distribution/metadata 1.124s coverage: 48.2% of statements [2022-03-05T21:42:06.187Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-05T21:42:06.187Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-05T21:42:06.187Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-05T21:42:06.187Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-05T21:42:06.187Z] === RUN TestContinueOnError_NeverContinue [2022-03-05T21:42:06.187Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-05T21:42:06.187Z] === RUN TestManifestStore [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/no_remote_or_local [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:05Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:05Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:05Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:05Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T21:42:06.187Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.61s) [2022-03-05T21:42:06.187Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.61s) [2022-03-05T21:42:06.187Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.61s) [2022-03-05T21:42:06.187Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.61s) [2022-03-05T21:42:06.187Z] === RUN TestTransfer [2022-03-05T21:42:06.187Z] --- PASS: TestTransfer (0.16s) [2022-03-05T21:42:06.187Z] === RUN TestConcurrencyLimit [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:05Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2493999991\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/no_local_cache [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/with_local_cache [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/unknown_media_type [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:06Z" level=warning msg="reference for unknown type: " [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:06Z" level=warning msg="reference for unknown type: " [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:06Z" level=warning msg="reference for unknown type: " [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:06Z" level=warning msg="reference for unknown type: " [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:06Z" level=warning msg="reference for unknown type: " [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-05T21:42:06.187Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-05T21:42:06.187Z] time="2022-03-05T21:42:06Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore (0.36s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/no_remote_or_local (0.23s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-05T21:42:06.187Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-05T21:42:06.187Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-05T21:42:06.188Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-05T21:42:06.188Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-05T21:42:06.188Z] === RUN TestFixManifestLayers [2022-03-05T21:42:06.188Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-05T21:42:06.188Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-05T21:42:06.188Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-05T21:42:06.644Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestFixManifestLayersBadParent [2022-03-05T21:42:06.644Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestValidateManifest [2022-03-05T21:42:06.644Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-05T21:42:06.644Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestFormatPlatform [2022-03-05T21:42:06.644Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestPullSchema2Config [2022-03-05T21:42:06.644Z] === RUN TestPullSchema2Config/success_first_time [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:42:06.644Z] === RUN TestPullSchema2Config/500_status [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:42:06.644Z] --- PASS: TestConcurrencyLimit (0.46s) [2022-03-05T21:42:06.644Z] === RUN TestInactiveJobs [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:42:06.644Z] === RUN TestPullSchema2Config/EOF [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:42:06.644Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:42:06.644Z] 2022/03/05 21:42:06 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-05T21:42:06.644Z] goroutine 121 [running]: [2022-03-05T21:42:06.644Z] net/http.(*conn).serve.func1() [2022-03-05T21:42:06.644Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T21:42:06.644Z] panic({0xff4800, 0x1175ea0}) [2022-03-05T21:42:06.644Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T21:42:06.644Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000102c84, {0x1187200, 0xc000536540}) [2022-03-05T21:42:06.644Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-05T21:42:06.644Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1187200, 0xc000536540}, 0xc000549400) [2022-03-05T21:42:06.644Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-05T21:42:06.644Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1187200, 0xc000536540}, 0xb08e35) [2022-03-05T21:42:06.644Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T21:42:06.644Z] net/http.serverHandler.ServeHTTP({0xc000201980}, {0x1187200, 0xc000536540}, 0xc000549400) [2022-03-05T21:42:06.644Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T21:42:06.644Z] net/http.(*conn).serve(0xc000175860, {0x118b838, 0xc000200660}) [2022-03-05T21:42:06.644Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T21:42:06.644Z] created by net/http.(*Server).Serve [2022-03-05T21:42:06.644Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T21:42:06.644Z] === RUN TestNotFound [2022-03-05T21:42:06.644Z] --- PASS: TestNotFound (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestConflict [2022-03-05T21:42:06.644Z] --- PASS: TestConflict (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestForbidden [2022-03-05T21:42:06.644Z] --- PASS: TestForbidden (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestInvalidParameter [2022-03-05T21:42:06.644Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestNotImplemented [2022-03-05T21:42:06.644Z] --- PASS: TestNotImplemented (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestNotModified [2022-03-05T21:42:06.644Z] --- PASS: TestNotModified (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestUnauthorized [2022-03-05T21:42:06.644Z] --- PASS: TestUnauthorized (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestUnknown [2022-03-05T21:42:06.644Z] --- PASS: TestUnknown (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestCancelled [2022-03-05T21:42:06.644Z] --- PASS: TestCancelled (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestDeadline [2022-03-05T21:42:06.644Z] --- PASS: TestDeadline (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestDataLoss [2022-03-05T21:42:06.644Z] --- PASS: TestDataLoss (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestUnavailable [2022-03-05T21:42:06.644Z] --- PASS: TestUnavailable (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestSystem [2022-03-05T21:42:06.644Z] --- PASS: TestSystem (0.00s) [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Not_Found [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Bad_Request [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Conflict [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Unauthorized [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Forbidden [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Not_Modified [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-05T21:42:06.644Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-05T21:42:06.644Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-05T21:42:06.644Z] PASS [2022-03-05T21:42:06.644Z] coverage: 53.1% of statements [2022-03-05T21:42:06.644Z] ok github.com/docker/docker/errdefs 0.067s coverage: 53.1% of statements [2022-03-05T21:42:07.100Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:42:07.100Z] === RUN TestPullSchema2Config/unauthorized [2022-03-05T21:42:07.100Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-05T21:42:07.100Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-05T21:42:07.100Z] --- PASS: TestPullSchema2Config (0.54s) [2022-03-05T21:42:07.100Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-05T21:42:07.100Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-05T21:42:07.100Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-05T21:42:07.100Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-05T21:42:07.100Z] === RUN TestGetRepositoryMountCandidates [2022-03-05T21:42:07.100Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-05T21:42:07.100Z] === RUN TestLayerAlreadyExists [2022-03-05T21:42:07.100Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:42:07.100Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:42:07.100Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:42:07.100Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:42:07.100Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:42:07.100Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T21:42:07.100Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-05T21:42:07.100Z] === RUN TestWhenEmptyAuthConfig [2022-03-05T21:42:07.100Z] --- PASS: TestInactiveJobs (0.43s) [2022-03-05T21:42:07.100Z] === RUN TestWatchRelease [2022-03-05T21:42:07.100Z] --- PASS: TestWatchRelease (0.04s) [2022-03-05T21:42:07.100Z] === RUN TestWatchFinishedTransfer [2022-03-05T21:42:07.100Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-05T21:42:07.100Z] === RUN TestDuplicateTransfer [2022-03-05T21:42:07.100Z] --- PASS: TestDuplicateTransfer (0.08s) [2022-03-05T21:42:07.100Z] === RUN TestSuccessfulUpload [2022-03-05T21:42:07.556Z] time="2022-03-05T21:42:07Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-05T21:42:07.556Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-03-05T21:42:07.556Z] === RUN TestCancelledUpload [2022-03-05T21:42:07.556Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-05T21:42:07.556Z] PASS [2022-03-05T21:42:07.556Z] coverage: 76.8% of statements [2022-03-05T21:42:07.556Z] ok github.com/docker/docker/distribution/xfer 2.240s coverage: 76.8% of statements [2022-03-05T21:42:07.870Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:42:08.012Z] === RUN TestFSGetInvalidData [2022-03-05T21:42:08.012Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-05T21:42:08.012Z] === RUN TestFSInvalidSet [2022-03-05T21:42:08.012Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-05T21:42:08.012Z] === RUN TestFSInvalidRoot [2022-03-05T21:42:08.012Z] --- PASS: TestFSInvalidRoot (0.03s) [2022-03-05T21:42:08.012Z] === RUN TestFSMetadataGetSet [2022-03-05T21:42:08.012Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-05T21:42:08.012Z] === RUN TestFSInvalidWalker [2022-03-05T21:42:08.012Z] --- PASS: TestFSInvalidWalker (0.04s) [2022-03-05T21:42:08.012Z] === RUN TestFSGetSet [2022-03-05T21:42:08.012Z] --- PASS: TestFSGetSet (0.07s) [2022-03-05T21:42:08.012Z] === RUN TestFSGetUnsetKey [2022-03-05T21:42:08.012Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-05T21:42:08.012Z] === RUN TestFSGetEmptyData [2022-03-05T21:42:08.012Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-05T21:42:08.012Z] === RUN TestFSDelete [2022-03-05T21:42:08.012Z] --- PASS: TestFSDelete (0.02s) [2022-03-05T21:42:08.012Z] === RUN TestFSWalker [2022-03-05T21:42:08.012Z] --- PASS: TestFSWalker (0.02s) [2022-03-05T21:42:08.012Z] === RUN TestFSWalkerStopOnError [2022-03-05T21:42:08.012Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-05T21:42:08.012Z] === RUN TestNewFromJSON [2022-03-05T21:42:08.012Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-05T21:42:08.012Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-05T21:42:08.012Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-05T21:42:08.012Z] === RUN TestMarshalKeyOrder [2022-03-05T21:42:08.012Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-05T21:42:08.012Z] === RUN TestHistoryEqual [2022-03-05T21:42:08.012Z] === RUN TestCompare [2022-03-05T21:42:08.012Z] --- PASS: TestCompare (0.00s) [2022-03-05T21:42:08.012Z] PASS [2022-03-05T21:42:08.012Z] coverage: 19.2% of statements [2022-03-05T21:42:08.012Z] ok github.com/docker/docker/image/cache 0.083s coverage: 19.2% of statements [2022-03-05T21:42:08.012Z] --- PASS: TestWhenEmptyAuthConfig (1.30s) [2022-03-05T21:42:08.012Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-05T21:42:08.012Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-05T21:42:08.012Z] === RUN TestTokenPassThru [2022-03-05T21:42:08.469Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-05T21:42:08.469Z] === RUN TestTokenPassThruDifferentHost [2022-03-05T21:42:08.469Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-05T21:42:08.469Z] PASS [2022-03-05T21:42:08.469Z] coverage: 26.7% of statements [2022-03-05T21:42:08.469Z] ok github.com/docker/docker/distribution 2.406s coverage: 26.7% of statements [2022-03-05T21:42:08.469Z] --- PASS: TestHistoryEqual (0.22s) [2022-03-05T21:42:08.469Z] === RUN TestImage [2022-03-05T21:42:08.469Z] --- PASS: TestImage (0.00s) [2022-03-05T21:42:08.469Z] === RUN TestImageOSNotEmpty [2022-03-05T21:42:08.469Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-05T21:42:08.469Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-05T21:42:08.469Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-05T21:42:08.469Z] === RUN TestCreate [2022-03-05T21:42:08.469Z] --- PASS: TestCreate (0.01s) [2022-03-05T21:42:08.469Z] === RUN TestRestore [2022-03-05T21:42:08.469Z] time="2022-03-05T21:42:08Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-05T21:42:08.469Z] --- PASS: TestRestore (0.04s) [2022-03-05T21:42:08.469Z] === RUN TestAddDelete [2022-03-05T21:42:08.469Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T21:42:08.469Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T21:42:08.469Z] --- PASS: TestAddDelete (0.03s) [2022-03-05T21:42:08.469Z] === RUN TestSearchAfterDelete [2022-03-05T21:42:08.469Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-05T21:42:08.469Z] === RUN TestParentReset [2022-03-05T21:42:08.469Z] --- PASS: TestParentReset (0.05s) [2022-03-05T21:42:08.469Z] === RUN TestGetAndSetLastUpdated [2022-03-05T21:42:08.469Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-05T21:42:08.469Z] === RUN TestStoreLen [2022-03-05T21:42:08.469Z] --- PASS: TestStoreLen (0.06s) [2022-03-05T21:42:08.469Z] PASS [2022-03-05T21:42:08.469Z] coverage: 86.9% of statements [2022-03-05T21:42:08.469Z] ok github.com/docker/docker/image 0.796s coverage: 86.9% of statements [2022-03-05T21:42:08.591Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-05T21:42:09.162Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T21:42:09.425Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T21:42:09.439Z] === RUN TestValidateManifest [2022-03-05T21:42:09.439Z] === RUN TestValidateManifest/nil [2022-03-05T21:42:09.439Z] === RUN TestValidateManifest/non-nil [2022-03-05T21:42:09.439Z] --- PASS: TestValidateManifest (0.00s) [2022-03-05T21:42:09.439Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-05T21:42:09.439Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-05T21:42:09.439Z] PASS [2022-03-05T21:42:09.439Z] coverage: 0.7% of statements [2022-03-05T21:42:09.439Z] ok github.com/docker/docker/image/tarexport 0.092s coverage: 0.7% of statements [2022-03-05T21:42:09.895Z] === RUN TestMakeV1ConfigFromConfig [2022-03-05T21:42:09.895Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-05T21:42:09.895Z] PASS [2022-03-05T21:42:09.895Z] coverage: 25.0% of statements [2022-03-05T21:42:09.895Z] ok github.com/docker/docker/image/v1 0.315s coverage: 25.0% of statements [2022-03-05T21:42:09.895Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T21:42:10.351Z] === RUN TestSerialization [2022-03-05T21:42:10.351Z] --- PASS: TestSerialization (0.02s) [2022-03-05T21:42:10.351Z] PASS [2022-03-05T21:42:10.351Z] coverage: 100.0% of statements [2022-03-05T21:42:10.351Z] ok github.com/docker/docker/libcontainerd/queue 0.088s coverage: 100.0% of statements [2022-03-05T21:42:10.367Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T21:42:11.191Z] --- PASS: TestServiceCreateInit (6.70s) [2022-03-05T21:42:11.191Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.54s) [2022-03-05T21:42:11.191Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.15s) [2022-03-05T21:42:11.191Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:42:11.307Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T21:42:11.317Z] === RUN TestEmptyLayer [2022-03-05T21:42:11.317Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-05T21:42:11.317Z] === RUN TestCommitFailure [2022-03-05T21:42:11.317Z] --- PASS: TestCommitFailure (0.01s) [2022-03-05T21:42:11.317Z] === RUN TestStartTransactionFailure [2022-03-05T21:42:11.317Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-05T21:42:11.317Z] === RUN TestGetOrphan [2022-03-05T21:42:11.317Z] --- PASS: TestGetOrphan (0.01s) [2022-03-05T21:42:11.317Z] === RUN TestMountAndRegister [2022-03-05T21:42:11.317Z] layer_test.go:258: Layer size: 14 [2022-03-05T21:42:11.317Z] --- PASS: TestMountAndRegister (0.06s) [2022-03-05T21:42:11.317Z] === RUN TestLayerRelease [2022-03-05T21:42:11.317Z] layer_test.go:291: Failing on Windows [2022-03-05T21:42:11.317Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-05T21:42:11.317Z] === RUN TestStoreRestore [2022-03-05T21:42:11.317Z] layer_test.go:340: Failing on Windows [2022-03-05T21:42:11.317Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-05T21:42:11.317Z] === RUN TestTarStreamStability [2022-03-05T21:42:11.317Z] layer_test.go:455: Failing on Windows [2022-03-05T21:42:11.317Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-05T21:42:11.317Z] === RUN TestRegisterExistingLayer [2022-03-05T21:42:11.777Z] === RUN TestEnvironmentParsing [2022-03-05T21:42:11.777Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-05T21:42:11.777Z] PASS [2022-03-05T21:42:11.777Z] coverage: 1.2% of statements [2022-03-05T21:42:11.777Z] ok github.com/docker/docker/libcontainerd/local 0.069s coverage: 1.2% of statements [2022-03-05T21:42:11.777Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-03-05T21:42:11.777Z] === RUN TestTarStreamVerification [2022-03-05T21:42:11.777Z] layer_test.go:684: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-05T21:42:11.777Z] === RUN TestLayerMigration [2022-03-05T21:42:11.777Z] migration_test.go:45: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-05T21:42:11.777Z] === RUN TestLayerMigrationNoTarsplit [2022-03-05T21:42:11.777Z] migration_test.go:181: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T21:42:11.777Z] === RUN TestMountInit [2022-03-05T21:42:11.777Z] mount_test.go:17: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestMountInit (0.00s) [2022-03-05T21:42:11.777Z] === RUN TestMountSize [2022-03-05T21:42:11.777Z] mount_test.go:76: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestMountSize (0.00s) [2022-03-05T21:42:11.777Z] === RUN TestMountChanges [2022-03-05T21:42:11.777Z] mount_test.go:125: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestMountChanges (0.00s) [2022-03-05T21:42:11.777Z] === RUN TestMountApply [2022-03-05T21:42:11.777Z] mount_test.go:212: Failing on Windows [2022-03-05T21:42:11.777Z] --- SKIP: TestMountApply (0.00s) [2022-03-05T21:42:11.777Z] PASS [2022-03-05T21:42:11.777Z] coverage: 30.2% of statements [2022-03-05T21:42:11.777Z] ok github.com/docker/docker/layer 0.329s coverage: 30.2% of statements [2022-03-05T21:42:11.777Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T21:42:11.777Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T21:42:11.777Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T21:42:11.777Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T21:42:11.878Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T21:42:12.233Z] === RUN TestSequenceGetAvailableBit [2022-03-05T21:42:12.233Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSequenceEqual [2022-03-05T21:42:12.233Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSequenceCopy [2022-03-05T21:42:12.233Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestGetFirstAvailable [2022-03-05T21:42:12.233Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestFindSequence [2022-03-05T21:42:12.233Z] --- PASS: TestFindSequence (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestCheckIfAvailable [2022-03-05T21:42:12.233Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestMergeSequences [2022-03-05T21:42:12.233Z] --- PASS: TestMergeSequences (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestPushReservation [2022-03-05T21:42:12.233Z] --- PASS: TestPushReservation (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSerializeDeserialize [2022-03-05T21:42:12.233Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSet [2022-03-05T21:42:12.233Z] --- PASS: TestSet (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSetUnset [2022-03-05T21:42:12.233Z] --- PASS: TestSetUnset (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestOffsetSetUnset [2022-03-05T21:42:12.233Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSetInRange [2022-03-05T21:42:12.233Z] --- PASS: TestSetInRange (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestSetAnyInRange [2022-03-05T21:42:12.233Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestMethods [2022-03-05T21:42:12.233Z] --- PASS: TestMethods (0.00s) [2022-03-05T21:42:12.233Z] === RUN TestRandomAllocateDeallocate [2022-03-05T21:42:12.451Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T21:42:12.713Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T21:42:12.975Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-05T21:42:13.237Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T21:42:14.182Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T21:42:14.182Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T21:42:14.409Z] === RUN TestInvalidConfig [2022-03-05T21:42:14.409Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-05T21:42:14.409Z] === RUN TestConfig [2022-03-05T21:42:14.409Z] --- PASS: TestConfig (0.00s) [2022-03-05T21:42:14.409Z] === RUN TestOptionsLabels [2022-03-05T21:42:14.409Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-05T21:42:14.409Z] === RUN TestValidName [2022-03-05T21:42:14.409Z] --- PASS: TestValidName (0.00s) [2022-03-05T21:42:14.409Z] PASS [2022-03-05T21:42:14.409Z] coverage: 19.7% of statements [2022-03-05T21:42:14.409Z] ok github.com/docker/docker/libnetwork/config 0.104s coverage: 19.7% of statements [2022-03-05T21:42:14.444Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T21:42:15.018Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T21:42:15.018Z] docker_api_swarm_node_test.go:53: [d3d51b1cd68f4] joining swarm manager [d12d216f087b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:42:15.397Z] === RUN TestKey [2022-03-05T21:42:15.397Z] --- PASS: TestKey (0.00s) [2022-03-05T21:42:15.397Z] === RUN TestParseKey [2022-03-05T21:42:15.397Z] --- PASS: TestParseKey (0.00s) [2022-03-05T21:42:15.397Z] === RUN TestInvalidDataStore [2022-03-05T21:42:15.397Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-05T21:42:15.397Z] === RUN TestKVObjectFlatKey [2022-03-05T21:42:15.397Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-05T21:42:15.397Z] === RUN TestAtomicKVObjectFlatKey [2022-03-05T21:42:15.397Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-05T21:42:15.397Z] PASS [2022-03-05T21:42:15.397Z] coverage: 21.9% of statements [2022-03-05T21:42:15.397Z] ok github.com/docker/docker/libnetwork/datastore 0.057s coverage: 21.9% of statements [2022-03-05T21:42:15.591Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T21:42:15.591Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-05T21:42:15.591Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T21:42:15.591Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T21:42:15.866Z] === RUN TestIPDataMarshalling [2022-03-05T21:42:15.866Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-05T21:42:15.866Z] === RUN TestValidateAndIsV6 [2022-03-05T21:42:15.866Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-05T21:42:15.866Z] PASS [2022-03-05T21:42:15.866Z] coverage: 68.9% of statements [2022-03-05T21:42:15.866Z] ok github.com/docker/docker/libnetwork/driverapi 0.049s coverage: 68.9% of statements [2022-03-05T21:42:16.165Z] docker_api_swarm_node_test.go:54: [de29e61ff96b8] joining swarm manager [d12d216f087b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:42:16.165Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T21:42:16.335Z] === RUN TestErrorInterfaces [2022-03-05T21:42:16.335Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-05T21:42:16.335Z] === RUN TestNetworkMarshalling [2022-03-05T21:42:16.427Z] --- PASS: TestCreateServiceSecretFileMode (13.52s) [2022-03-05T21:42:16.427Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:42:16.689Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T21:42:16.689Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T21:42:16.689Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T21:42:16.804Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-05T21:42:16.804Z] === RUN TestEndpointMarshalling [2022-03-05T21:42:16.804Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestAuxAddresses [2022-03-05T21:42:16.804Z] time="2022-03-05T21:42:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:42:16.804Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-05T21:42:16.804Z] === RUN TestSRVServiceQuery [2022-03-05T21:42:16.804Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-05T21:42:16.804Z] === RUN TestServiceVIPReuse [2022-03-05T21:42:16.804Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-05T21:42:16.804Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-05T21:42:16.804Z] === RUN TestDNSIPQuery [2022-03-05T21:42:16.804Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestDNSProxyServFail [2022-03-05T21:42:16.804Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestSandboxAddEmpty [2022-03-05T21:42:16.804Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestSandboxAddMultiPrio [2022-03-05T21:42:16.804Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestSandboxAddSamePrio [2022-03-05T21:42:16.804Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestCleanupServiceDiscovery [2022-03-05T21:42:16.804Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestDNSOptions [2022-03-05T21:42:16.804Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:42:16.804Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-05T21:42:16.804Z] === RUN TestMultipleControllersWithSameStore [2022-03-05T21:42:16.804Z] time="2022-03-05T21:42:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:42:16.804Z] time="2022-03-05T21:42:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T21:42:16.804Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-05T21:42:16.804Z] PASS [2022-03-05T21:42:16.804Z] coverage: 8.5% of statements [2022-03-05T21:42:16.804Z] ok github.com/docker/docker/libnetwork 0.397s coverage: 8.5% of statements [2022-03-05T21:42:16.804Z] === RUN TestDriver [2022-03-05T21:42:16.804Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:42:16.804Z] PASS [2022-03-05T21:42:16.804Z] coverage: 34.8% of statements [2022-03-05T21:42:16.804Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-03-05T21:42:16.951Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T21:42:16.951Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T21:42:16.951Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T21:42:16.951Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T21:42:16.951Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T21:42:17.273Z] === RUN TestDriver [2022-03-05T21:42:17.274Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:42:17.274Z] PASS [2022-03-05T21:42:17.274Z] coverage: 34.8% of statements [2022-03-05T21:42:17.274Z] ok github.com/docker/docker/libnetwork/drivers/null 0.053s coverage: 34.8% of statements [2022-03-05T21:42:18.264Z] === RUN TestNetworkAllocateFree [2022-03-05T21:42:18.264Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-05T21:42:18.264Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-05T21:42:18.264Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-05T21:42:18.264Z] PASS [2022-03-05T21:42:18.264Z] coverage: 63.6% of statements [2022-03-05T21:42:18.264Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.125s coverage: 63.6% of statements [2022-03-05T21:42:18.264Z] === RUN TestGetEmptyCapabilities [2022-03-05T21:42:18.264Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-03-05T21:42:18.264Z] === RUN TestGetExtraCapabilities [2022-03-05T21:42:18.264Z] --- PASS: TestRandomAllocateDeallocate (6.35s) [2022-03-05T21:42:18.264Z] === RUN TestAllocateRandomDeallocate [2022-03-05T21:42:18.264Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-05T21:42:18.264Z] === RUN TestGetInvalidCapabilities [2022-03-05T21:42:18.264Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-05T21:42:18.264Z] === RUN TestRemoteDriver [2022-03-05T21:42:18.264Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T21:42:18.264Z] === RUN TestDriverError [2022-03-05T21:42:18.264Z] --- PASS: TestDriverError (0.00s) [2022-03-05T21:42:18.264Z] === RUN TestMissingValues [2022-03-05T21:42:18.264Z] --- PASS: TestMissingValues (0.01s) [2022-03-05T21:42:18.264Z] === RUN TestRollback [2022-03-05T21:42:18.264Z] --- PASS: TestRollback (0.01s) [2022-03-05T21:42:18.264Z] PASS [2022-03-05T21:42:18.264Z] coverage: 57.4% of statements [2022-03-05T21:42:18.264Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.124s coverage: 57.4% of statements [2022-03-05T21:42:18.867Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T21:42:18.867Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T21:42:18.867Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T21:42:19.251Z] === RUN TestNAT [2022-03-05T21:42:19.251Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T21:42:19.251Z] --- SKIP: TestNAT (0.00s) [2022-03-05T21:42:19.251Z] === RUN TestTransparent [2022-03-05T21:42:19.251Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T21:42:19.251Z] --- SKIP: TestTransparent (0.00s) [2022-03-05T21:42:19.251Z] PASS [2022-03-05T21:42:19.251Z] coverage: 0.0% of statements [2022-03-05T21:42:19.251Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.057s coverage: 0.0% of statements [2022-03-05T21:42:19.722Z] === RUN TestBuildDefault [2022-03-05T21:42:19.722Z] --- PASS: TestBuildDefault (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestBuildHostnameDomainname [2022-03-05T21:42:19.722Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestBuildHostname [2022-03-05T21:42:19.722Z] --- PASS: TestBuildHostname (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestBuildHostnameFQDN [2022-03-05T21:42:19.722Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestBuildNoIP [2022-03-05T21:42:19.722Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestUpdate [2022-03-05T21:42:19.722Z] --- PASS: TestUpdate (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-05T21:42:19.722Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-05T21:42:19.722Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestAddEmpty [2022-03-05T21:42:19.722Z] --- PASS: TestAddEmpty (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestAdd [2022-03-05T21:42:19.722Z] --- PASS: TestAdd (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestDeleteEmpty [2022-03-05T21:42:19.722Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestDeleteNewline [2022-03-05T21:42:19.722Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestDelete [2022-03-05T21:42:19.722Z] --- PASS: TestDelete (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestConcurrentWrites [2022-03-05T21:42:19.722Z] === RUN TestNew [2022-03-05T21:42:19.722Z] --- PASS: TestNew (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestAddDriver [2022-03-05T21:42:19.722Z] --- PASS: TestAddDriver (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestAddDuplicateDriver [2022-03-05T21:42:19.722Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-05T21:42:19.722Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestDriver [2022-03-05T21:42:19.722Z] --- PASS: TestDriver (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestIPAM [2022-03-05T21:42:19.722Z] --- PASS: TestIPAM (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestWalkIPAMs [2022-03-05T21:42:19.722Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-05T21:42:19.722Z] === RUN TestWalkDrivers [2022-03-05T21:42:19.722Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-05T21:42:19.722Z] PASS [2022-03-05T21:42:19.722Z] coverage: 82.4% of statements [2022-03-05T21:42:19.722Z] ok github.com/docker/docker/libnetwork/drvregistry 0.110s coverage: 82.4% of statements [2022-03-05T21:42:19.722Z] --- PASS: TestAllocateRandomDeallocate (1.30s) [2022-03-05T21:42:19.722Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-05T21:42:19.722Z] --- PASS: TestConcurrentWrites (0.30s) [2022-03-05T21:42:19.722Z] PASS [2022-03-05T21:42:19.722Z] coverage: 81.2% of statements [2022-03-05T21:42:19.722Z] ok github.com/docker/docker/libnetwork/etchosts 0.379s coverage: 81.2% of statements [2022-03-05T21:42:19.944Z] Removing intermediate container b6edaa6f247d [2022-03-05T21:42:19.944Z] ---> bb95576aa714 [2022-03-05T21:42:19.944Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-05T21:42:19.944Z] ---> Running in 67c58628c4f8 [2022-03-05T21:42:19.944Z] Removing intermediate container 67c58628c4f8 [2022-03-05T21:42:19.944Z] ---> e6272d5352c4 [2022-03-05T21:42:19.944Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-05T21:42:19.944Z] ---> Running in 7056d84ec52d [2022-03-05T21:42:19.944Z] Removing intermediate container 7056d84ec52d [2022-03-05T21:42:19.944Z] ---> 82709edb0166 [2022-03-05T21:42:19.944Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-05T21:42:19.944Z] [2022-03-05T21:42:20.190Z] === RUN TestNew [2022-03-05T21:42:20.190Z] --- PASS: TestNew (0.00s) [2022-03-05T21:42:20.190Z] === RUN TestAllocate [2022-03-05T21:42:20.190Z] --- PASS: TestAllocate (0.00s) [2022-03-05T21:42:20.190Z] === RUN TestUninitialized [2022-03-05T21:42:20.190Z] --- PASS: TestUninitialized (0.00s) [2022-03-05T21:42:20.190Z] === RUN TestAllocateInRange [2022-03-05T21:42:20.190Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-05T21:42:20.190Z] === RUN TestAllocateSerial [2022-03-05T21:42:20.190Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-05T21:42:20.190Z] PASS [2022-03-05T21:42:20.190Z] coverage: 87.5% of statements [2022-03-05T21:42:20.190Z] ok github.com/docker/docker/libnetwork/idm 0.051s coverage: 87.5% of statements [2022-03-05T21:42:20.190Z] === RUN TestCaller [2022-03-05T21:42:20.190Z] --- PASS: TestCaller (0.00s) [2022-03-05T21:42:20.190Z] PASS [2022-03-05T21:42:20.190Z] coverage: 100.0% of statements [2022-03-05T21:42:20.190Z] ok github.com/docker/docker/libnetwork/internal/caller 0.046s coverage: 100.0% of statements [2022-03-05T21:42:20.414Z] ---> 6fffe517debf [2022-03-05T21:42:20.414Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-05T21:42:20.414Z] ---> Running in 6e074dceffd6 [2022-03-05T21:42:20.659Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.02s) [2022-03-05T21:42:20.659Z] === RUN TestRetrieveFromStore [2022-03-05T21:42:21.127Z] === RUN TestSetSerialInsertDelete [2022-03-05T21:42:21.127Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-05T21:42:21.127Z] === RUN TestSetParallelInsertDelete [2022-03-05T21:42:21.597Z] --- PASS: TestRetrieveFromStore (0.81s) [2022-03-05T21:42:21.597Z] === RUN TestIsCorrupted [2022-03-05T21:42:21.597Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-05T21:42:21.597Z] === RUN TestSetRollover [2022-03-05T21:42:22.065Z] === RUN TestInt2IP2IntConversion [2022-03-05T21:42:22.168Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T21:42:22.168Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T21:42:22.168Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T21:42:22.168Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T21:42:22.168Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T21:42:22.168Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T21:42:22.429Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T21:42:22.534Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2022-03-05T21:42:22.534Z] === RUN TestGetAddressVersion [2022-03-05T21:42:22.534Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-05T21:42:22.534Z] === RUN TestKeyString [2022-03-05T21:42:22.534Z] --- PASS: TestKeyString (0.00s) [2022-03-05T21:42:22.534Z] === RUN TestPoolDataMarshal [2022-03-05T21:42:22.534Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-05T21:42:22.534Z] === RUN TestSubnetsMarshal [2022-03-05T21:42:22.534Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-03-05T21:42:22.534Z] === RUN TestAddSubnets [2022-03-05T21:42:22.534Z] --- PASS: TestAddSubnets (0.06s) [2022-03-05T21:42:22.534Z] === RUN TestDoublePoolRelease [2022-03-05T21:42:23.004Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-05T21:42:23.004Z] === RUN TestAddReleasePoolID [2022-03-05T21:42:23.004Z] === RUN TestPoolRequest [2022-03-05T21:42:23.004Z] --- PASS: TestPoolRequest (0.00s) [2022-03-05T21:42:23.004Z] === RUN TestOtherRequests [2022-03-05T21:42:23.004Z] --- PASS: TestOtherRequests (0.00s) [2022-03-05T21:42:23.004Z] PASS [2022-03-05T21:42:23.004Z] coverage: 57.1% of statements [2022-03-05T21:42:23.004Z] ok github.com/docker/docker/libnetwork/ipams/null 0.047s coverage: 57.1% of statements [2022-03-05T21:42:23.004Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-05T21:42:23.004Z] === RUN TestPredefinedPool [2022-03-05T21:42:23.004Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-05T21:42:23.004Z] === RUN TestRemoveSubnet [2022-03-05T21:42:23.004Z] --- PASS: TestSetRollover (1.62s) [2022-03-05T21:42:23.004Z] === RUN TestSetRolloverSerial [2022-03-05T21:42:23.004Z] --- PASS: TestRemoveSubnet (0.28s) [2022-03-05T21:42:23.004Z] === RUN TestGetSameAddress [2022-03-05T21:42:23.004Z] --- PASS: TestGetSameAddress (0.04s) [2022-03-05T21:42:23.004Z] === RUN TestPoolAllocationReuse [2022-03-05T21:42:23.368Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T21:42:23.628Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T21:42:23.991Z] === RUN TestGetCapabilities [2022-03-05T21:42:23.992Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-05T21:42:23.992Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-05T21:42:23.992Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-05T21:42:23.992Z] === RUN TestGetDefaultAddressSpaces [2022-03-05T21:42:23.992Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-05T21:42:23.992Z] === RUN TestRemoteDriver [2022-03-05T21:42:23.992Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T21:42:23.992Z] PASS [2022-03-05T21:42:23.992Z] coverage: 47.4% of statements [2022-03-05T21:42:23.992Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.084s coverage: 47.4% of statements [2022-03-05T21:42:24.574Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T21:42:24.979Z] --- PASS: TestSetRolloverSerial (1.56s) [2022-03-05T21:42:24.979Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-05T21:42:24.979Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-05T21:42:24.979Z] PASS [2022-03-05T21:42:24.979Z] coverage: 84.4% of statements [2022-03-05T21:42:24.979Z] ok github.com/docker/docker/libnetwork/bitseq 12.729s coverage: 84.4% of statements [2022-03-05T21:42:24.979Z] --- PASS: TestPoolAllocationReuse (1.62s) [2022-03-05T21:42:24.979Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-05T21:42:24.979Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-05T21:42:24.979Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-05T21:42:24.979Z] === RUN TestWindowsIPAM [2022-03-05T21:42:24.979Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-05T21:42:24.979Z] PASS [2022-03-05T21:42:24.979Z] coverage: 71.4% of statements [2022-03-05T21:42:24.979Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [2022-03-05T21:42:25.518Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T21:42:25.965Z] === RUN TestDefaultNetwork [2022-03-05T21:42:26.090Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T21:42:26.095Z] --- PASS: TestCreateServiceMultipleTimes (14.57s) [2022-03-05T21:42:26.095Z] === RUN TestCreateServiceConflict [2022-03-05T21:42:26.433Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-05T21:42:26.433Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-05T21:42:26.433Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-05T21:42:26.433Z] === RUN TestInitAddressPools [2022-03-05T21:42:26.433Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-05T21:42:26.433Z] PASS [2022-03-05T21:42:26.433Z] coverage: 74.0% of statements [2022-03-05T21:42:26.433Z] ok github.com/docker/docker/libnetwork/ipamutils 0.694s coverage: 74.0% of statements [2022-03-05T21:42:26.660Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T21:42:26.660Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T21:42:27.232Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T21:42:27.232Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-05T21:42:27.232Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-05T21:42:27.232Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-05T21:42:27.420Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.29s) [2022-03-05T21:42:27.420Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-05T21:42:27.420Z] === RUN TestKeyValue [2022-03-05T21:42:27.420Z] --- PASS: TestKeyValue (0.00s) [2022-03-05T21:42:27.420Z] PASS [2022-03-05T21:42:27.420Z] coverage: 60.0% of statements [2022-03-05T21:42:27.420Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-03-05T21:42:27.811Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-05T21:42:28.005Z] --- PASS: TestCreateServiceConflict (2.09s) [2022-03-05T21:42:28.005Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:42:28.408Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-05T21:42:28.977Z] --- PASS: TestCreateServiceConfigFileMode (12.71s) [2022-03-05T21:42:28.977Z] === RUN TestCreateServiceSysctls [2022-03-05T21:42:29.549Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-05T21:42:29.549Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-05T21:42:29.811Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-05T21:42:30.072Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-05T21:42:30.378Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.70s) [2022-03-05T21:42:30.378Z] === RUN TestGetAddress [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T21:42:30.378Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T21:42:30.547Z] --- PASS: TestCreateServiceMaxReplicas (2.56s) [2022-03-05T21:42:30.547Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:42:30.847Z] === RUN TestNetworkDBSimple [2022-03-05T21:42:31.316Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-05T21:42:31.316Z] PASS [2022-03-05T21:42:31.316Z] coverage: 100.0% of statements [2022-03-05T21:42:31.316Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.162s coverage: 100.0% of statements [2022-03-05T21:42:31.316Z] === RUN TestGenerate [2022-03-05T21:42:31.316Z] --- PASS: TestGenerate (0.00s) [2022-03-05T21:42:31.316Z] === RUN TestGeneratePtr [2022-03-05T21:42:31.316Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-05T21:42:31.316Z] === RUN TestGenerateMissingField [2022-03-05T21:42:31.316Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-05T21:42:31.316Z] === RUN TestFieldCannotBeSet [2022-03-05T21:42:31.316Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-05T21:42:31.316Z] === RUN TestTypeMismatchError [2022-03-05T21:42:31.316Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-05T21:42:31.316Z] PASS [2022-03-05T21:42:31.316Z] coverage: 100.0% of statements [2022-03-05T21:42:31.316Z] ok github.com/docker/docker/libnetwork/options 0.048s coverage: 100.0% of statements [2022-03-05T21:42:31.786Z] 2022/03/05 21:42:31 Closing DB instances... [2022-03-05T21:42:31.786Z] testing: warning: no tests to run [2022-03-05T21:42:31.786Z] PASS [2022-03-05T21:42:31.786Z] coverage: 0.0% of statements [2022-03-05T21:42:31.786Z] ok github.com/docker/docker/libnetwork/osl 0.054s coverage: 0.0% of statements [no tests to run] [2022-03-05T21:42:32.254Z] === RUN TestRequestNewPort [2022-03-05T21:42:32.254Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestRequestSpecificPort [2022-03-05T21:42:32.254Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestReleasePort [2022-03-05T21:42:32.254Z] --- PASS: TestReleasePort (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestReuseReleasedPort [2022-03-05T21:42:32.254Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestReleaseUnreadledPort [2022-03-05T21:42:32.254Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestUnknowProtocol [2022-03-05T21:42:32.254Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestAllocateAllPorts [2022-03-05T21:42:32.254Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestPortAllocation [2022-03-05T21:42:32.254Z] --- PASS: TestPortAllocation (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestPortAllocationWithCustomRange [2022-03-05T21:42:32.254Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestNoDuplicateBPR [2022-03-05T21:42:32.254Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-05T21:42:32.254Z] === RUN TestChangePortRange [2022-03-05T21:42:32.254Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-05T21:42:32.254Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-05T21:42:32.254Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-05T21:42:32.254Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-05T21:42:32.254Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-05T21:42:32.254Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-05T21:42:32.254Z] --- PASS: TestChangePortRange (0.00s) [2022-03-05T21:42:32.254Z] PASS [2022-03-05T21:42:32.254Z] coverage: 88.6% of statements [2022-03-05T21:42:32.254Z] ok github.com/docker/docker/libnetwork/portallocator 0.052s coverage: 88.6% of statements [2022-03-05T21:42:32.620Z] --- PASS: TestCreateServiceSysctls (3.33s) [2022-03-05T21:42:32.620Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:42:32.722Z] testing: warning: no tests to run [2022-03-05T21:42:32.722Z] PASS [2022-03-05T21:42:32.722Z] coverage: 0.0% of statements [2022-03-05T21:42:32.722Z] ok github.com/docker/docker/libnetwork/portmapper 0.045s coverage: 0.0% of statements [no tests to run] [2022-03-05T21:42:33.192Z] === RUN TestHashData [2022-03-05T21:42:33.192Z] --- PASS: TestHashData (0.00s) [2022-03-05T21:42:33.192Z] PASS [2022-03-05T21:42:33.192Z] coverage: 2.8% of statements [2022-03-05T21:42:33.192Z] ok github.com/docker/docker/libnetwork/resolvconf 0.046s coverage: 2.8% of statements [2022-03-05T21:42:33.192Z] --- PASS: TestNetworkDBSimple (2.66s) [2022-03-05T21:42:33.192Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-05T21:42:33.660Z] === RUN TestErrorConstructors [2022-03-05T21:42:33.660Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-05T21:42:33.660Z] === RUN TestCompareIPMask [2022-03-05T21:42:33.660Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-05T21:42:33.660Z] === RUN TestUtilGetHostPartIP [2022-03-05T21:42:33.660Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-05T21:42:33.660Z] === RUN TestUtilGetBroadcastIP [2022-03-05T21:42:33.660Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-05T21:42:33.660Z] === RUN TestParseCIDR [2022-03-05T21:42:33.660Z] --- PASS: TestParseCIDR (0.00s) [2022-03-05T21:42:33.660Z] PASS [2022-03-05T21:42:33.660Z] coverage: 37.3% of statements [2022-03-05T21:42:33.660Z] ok github.com/docker/docker/libnetwork/types 0.047s coverage: 37.3% of statements [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-05T21:42:34.650Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-05T21:42:34.650Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-05T21:42:34.650Z] PASS [2022-03-05T21:42:34.650Z] coverage: 50.0% of statements [2022-03-05T21:42:34.650Z] ok github.com/docker/docker/oci 0.066s coverage: 50.0% of statements [2022-03-05T21:42:34.650Z] 2022/03/05 21:42:34 Closing DB instances... [2022-03-05T21:42:35.121Z] === RUN TestParseVersion [2022-03-05T21:42:35.121Z] --- PASS: TestParseVersion (0.00s) [2022-03-05T21:42:35.121Z] PASS [2022-03-05T21:42:35.121Z] coverage: 52.9% of statements [2022-03-05T21:42:35.121Z] ok github.com/docker/docker/pkg/aaparser 0.058s coverage: 52.9% of statements [2022-03-05T21:42:35.163Z] --- PASS: TestCreateServiceCapabilities (2.35s) [2022-03-05T21:42:35.163Z] === RUN TestInspect [2022-03-05T21:42:35.589Z] === RUN TestAddressPoolOpt [2022-03-05T21:42:35.589Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/a [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/something [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/_=a [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/env1=value1 [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/_env1=value1 [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/PATH [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/=a [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/PATH= [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/PATH=something [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/asd!qwe [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/1asd [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/123 [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/some_space [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/__some_space_before [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/some_space_after__ [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/= [2022-03-05T21:42:35.589Z] === RUN TestValidateEnv/PaTh [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestParseHost [2022-03-05T21:42:35.589Z] --- PASS: TestParseHost (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestParseDockerDaemonHost [2022-03-05T21:42:35.589Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestParseTCP [2022-03-05T21:42:35.589Z] --- PASS: TestParseTCP (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-05T21:42:35.589Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestValidateExtraHosts [2022-03-05T21:42:35.589Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestIpOptString [2022-03-05T21:42:35.589Z] --- PASS: TestIpOptString (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-05T21:42:35.589Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestNewIpOptValidDefaultVal [2022-03-05T21:42:35.589Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestIpOptSetInvalidVal [2022-03-05T21:42:35.589Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestValidateIPAddress [2022-03-05T21:42:35.589Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestMapOpts [2022-03-05T21:42:35.589Z] --- PASS: TestMapOpts (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestListOptsWithoutValidator [2022-03-05T21:42:35.589Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestListOptsWithValidator [2022-03-05T21:42:35.589Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestValidateDNSSearch [2022-03-05T21:42:35.589Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_general_format [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_one_more [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-05T21:42:35.589Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-05T21:42:35.589Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestNamedListOpts [2022-03-05T21:42:35.589Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestNamedMapOpts [2022-03-05T21:42:35.589Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestParseLink [2022-03-05T21:42:35.589Z] --- PASS: TestParseLink (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestQuotedStringSetWithQuotes [2022-03-05T21:42:35.589Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-05T21:42:35.589Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-05T21:42:35.589Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-05T21:42:35.589Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-05T21:42:35.589Z] === RUN TestUlimitOpt [2022-03-05T21:42:35.589Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-05T21:42:35.589Z] PASS [2022-03-05T21:42:35.589Z] coverage: 67.4% of statements [2022-03-05T21:42:35.589Z] ok github.com/docker/docker/opts 0.094s coverage: 67.4% of statements [2022-03-05T21:42:35.738Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T21:42:36.059Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2022-03-05T21:42:36.059Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-05T21:42:37.626Z] 2022/03/05 21:42:37 Closing DB instances... [2022-03-05T21:42:37.626Z] === RUN TestPeerCertificateMarshalJSON [2022-03-05T21:42:38.094Z] === RUN TestIsArchivePathDir [2022-03-05T21:42:38.094Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-05T21:42:38.094Z] === RUN TestIsArchivePathInvalidFile [2022-03-05T21:42:38.094Z] --- PASS: TestIsArchivePathInvalidFile (0.18s) [2022-03-05T21:42:38.094Z] === RUN TestIsArchivePathTar [2022-03-05T21:42:38.285Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T21:42:38.285Z] --- PASS: TestInspect (3.15s) [2022-03-05T21:42:38.285Z] === RUN TestCreateJob [2022-03-05T21:42:38.562Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-05T21:42:38.562Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-05T21:42:38.562Z] --- PASS: TestPeerCertificateMarshalJSON (0.88s) [2022-03-05T21:42:38.562Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-05T21:42:38.562Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-05T21:42:38.562Z] === RUN TestMiddleware [2022-03-05T21:42:38.562Z] --- PASS: TestMiddleware (0.00s) [2022-03-05T21:42:38.562Z] === RUN TestNewResponseModifier [2022-03-05T21:42:38.562Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-05T21:42:38.562Z] PASS [2022-03-05T21:42:38.562Z] coverage: 26.8% of statements [2022-03-05T21:42:38.562Z] ok github.com/docker/docker/pkg/authorization 0.951s coverage: 26.8% of statements [2022-03-05T21:42:38.562Z] --- PASS: TestIsArchivePathTar (0.22s) [2022-03-05T21:42:38.562Z] === RUN TestDecompressStreamGzip [2022-03-05T21:42:38.562Z] --- PASS: TestDecompressStreamGzip (0.20s) [2022-03-05T21:42:38.562Z] === RUN TestDecompressStreamBzip2 [2022-03-05T21:42:39.030Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-03-05T21:42:39.030Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-05T21:42:39.030Z] --- PASS: TestDecompressStreamBzip2 (0.19s) [2022-03-05T21:42:39.030Z] === RUN TestDecompressStreamXz [2022-03-05T21:42:39.030Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T21:42:39.030Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-05T21:42:39.030Z] === RUN TestDecompressStreamZstd [2022-03-05T21:42:39.030Z] archive_test.go:140: zstd not installed [2022-03-05T21:42:39.030Z] --- SKIP: TestDecompressStreamZstd (0.04s) [2022-03-05T21:42:39.030Z] === RUN TestCompressStreamXzUnsupported [2022-03-05T21:42:39.030Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-05T21:42:39.030Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-05T21:42:39.030Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-05T21:42:39.030Z] === RUN TestCompressStreamInvalid [2022-03-05T21:42:39.030Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestExtensionInvalid [2022-03-05T21:42:39.031Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestExtensionUncompressed [2022-03-05T21:42:39.031Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestExtensionBzip2 [2022-03-05T21:42:39.031Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestExtensionGzip [2022-03-05T21:42:39.031Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestExtensionXz [2022-03-05T21:42:39.031Z] --- PASS: TestExtensionXz (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestExtensionZstd [2022-03-05T21:42:39.031Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestCmdStreamLargeStderr [2022-03-05T21:42:39.031Z] --- PASS: TestCmdStreamLargeStderr (0.11s) [2022-03-05T21:42:39.031Z] === RUN TestCmdStreamBad [2022-03-05T21:42:39.031Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T21:42:39.031Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestCmdStreamGood [2022-03-05T21:42:39.031Z] --- PASS: TestCmdStreamGood (0.08s) [2022-03-05T21:42:39.031Z] === RUN TestUntarPathWithInvalidDest [2022-03-05T21:42:39.031Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2022-03-05T21:42:39.031Z] === RUN TestUntarPathWithInvalidSrc [2022-03-05T21:42:39.031Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-05T21:42:39.031Z] === RUN TestUntarPath [2022-03-05T21:42:39.499Z] --- PASS: TestUntarPath (0.09s) [2022-03-05T21:42:39.499Z] === RUN TestUntarPathWithDestinationFile [2022-03-05T21:42:39.499Z] === RUN TestUnbuffered [2022-03-05T21:42:39.499Z] --- PASS: TestUnbuffered (0.00s) [2022-03-05T21:42:39.499Z] === RUN TestRaceUnbuffered [2022-03-05T21:42:39.499Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-05T21:42:39.499Z] PASS [2022-03-05T21:42:39.499Z] coverage: 100.0% of statements [2022-03-05T21:42:39.499Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2022-03-05T21:42:39.499Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-05T21:42:39.499Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-05T21:42:39.499Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-03-05T21:42:39.499Z] === RUN TestCopyWithTarInvalidSrc [2022-03-05T21:42:39.499Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-05T21:42:39.499Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-05T21:42:39.499Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T21:42:39.499Z] === RUN TestCopyWithTarSrcFile [2022-03-05T21:42:39.499Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-05T21:42:39.499Z] === RUN TestCopyWithTarSrcFolder [2022-03-05T21:42:39.499Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-05T21:42:39.499Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-05T21:42:39.499Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-05T21:42:39.499Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-05T21:42:39.499Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-03-05T21:42:39.499Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-05T21:42:39.499Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-05T21:42:39.499Z] === RUN TestCopyFileWithTarSrcFile [2022-03-05T21:42:39.499Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-05T21:42:39.499Z] === RUN TestTarFiles [2022-03-05T21:42:39.669Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T21:42:39.968Z] === RUN TestMatch [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[foo]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[foo_bar]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[]#01 [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[qux]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-05T21:42:39.968Z] === RUN TestMatch/[[foo_baz]] [2022-03-05T21:42:39.968Z] --- PASS: TestMatch (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-05T21:42:39.968Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-05T21:42:39.968Z] PASS [2022-03-05T21:42:39.968Z] coverage: 87.5% of statements [2022-03-05T21:42:39.968Z] ok github.com/docker/docker/pkg/capabilities 0.051s coverage: 87.5% of statements [2022-03-05T21:42:40.957Z] 2022/03/05 21:42:40 Closing DB instances... [2022-03-05T21:42:40.985Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-05T21:42:40.985Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-05T21:42:40.985Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-05T21:42:40.985Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-05T21:42:40.985Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-05T21:42:40.985Z] Cross building: bundles/cross/windows/amd64 [2022-03-05T21:42:40.985Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-05T21:42:40.985Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-05T21:42:41.430Z] === RUN TestChrootTarUntar [2022-03-05T21:42:41.430Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-05T21:42:41.430Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootUntarEmptyArchive [2022-03-05T21:42:41.430Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootTarUntarWithSymlink [2022-03-05T21:42:41.430Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootCopyWithTar [2022-03-05T21:42:41.430Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootCopyFileWithTar [2022-03-05T21:42:41.430Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootUntarPath [2022-03-05T21:42:41.430Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-05T21:42:41.430Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.01s) [2022-03-05T21:42:41.430Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-05T21:42:41.430Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:42:41.430Z] === RUN TestChrootApplyDotDotFile [2022-03-05T21:42:41.430Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:42:41.430Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-05T21:42:41.430Z] PASS [2022-03-05T21:42:41.430Z] coverage: 15.1% of statements [2022-03-05T21:42:41.430Z] ok github.com/docker/docker/pkg/chrootarchive 0.111s coverage: 15.1% of statements [2022-03-05T21:42:41.586Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-05T21:42:41.586Z] --- PASS: TestCreateJob (3.48s) [2022-03-05T21:42:41.586Z] === RUN TestReplicatedJob [2022-03-05T21:42:42.159Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T21:42:42.732Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T21:42:42.999Z] === RUN TestEnsureRemoveAllNotExist [2022-03-05T21:42:42.999Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-05T21:42:42.999Z] === RUN TestEnsureRemoveAllWithDir [2022-03-05T21:42:42.999Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-05T21:42:42.999Z] === RUN TestEnsureRemoveAllWithFile [2022-03-05T21:42:42.999Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-05T21:42:42.999Z] PASS [2022-03-05T21:42:42.999Z] coverage: 0.0% of statements [2022-03-05T21:42:42.999Z] ok github.com/docker/docker/pkg/containerfs 0.063s coverage: 0.0% of statements [2022-03-05T21:42:42.999Z] --- PASS: TestNetworkDBCRUDTableEntry (3.98s) [2022-03-05T21:42:42.999Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-05T21:42:43.467Z] === RUN TestSizeEmpty [2022-03-05T21:42:43.467Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestSizeEmptyFile [2022-03-05T21:42:43.467Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestSizeNonemptyFile [2022-03-05T21:42:43.467Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-05T21:42:43.467Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-05T21:42:43.467Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-05T21:42:43.467Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestMoveToSubdir [2022-03-05T21:42:43.467Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-05T21:42:43.467Z] === RUN TestSizeNonExistingDirectory [2022-03-05T21:42:43.467Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-05T21:42:43.467Z] PASS [2022-03-05T21:42:43.467Z] coverage: 80.0% of statements [2022-03-05T21:42:43.467Z] ok github.com/docker/docker/pkg/directory 0.059s coverage: 80.0% of statements [2022-03-05T21:42:43.673Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T21:42:44.244Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T21:42:45.032Z] === RUN TestPollerAddRemove [2022-03-05T21:42:45.032Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-05T21:42:45.032Z] === RUN TestPollerEvent [2022-03-05T21:42:45.032Z] poller_test.go:40: No chmod on Windows [2022-03-05T21:42:45.032Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-05T21:42:45.032Z] === RUN TestPollerClose [2022-03-05T21:42:45.032Z] --- PASS: TestPollerClose (0.00s) [2022-03-05T21:42:45.032Z] PASS [2022-03-05T21:42:45.032Z] coverage: 36.2% of statements [2022-03-05T21:42:45.032Z] 2022/03/05 21:42:44 Closing DB instances... [2022-03-05T21:42:45.032Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 36.2% of statements [2022-03-05T21:42:45.187Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T21:42:45.441Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.18s) [2022-03-05T21:42:45.441Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:42:45.760Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-05T21:42:46.019Z] === RUN TestCopyFileWithInvalidSrc [2022-03-05T21:42:46.019Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T21:42:46.019Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-05T21:42:46.019Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-05T21:42:46.019Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCopyFile [2022-03-05T21:42:46.019Z] --- PASS: TestCopyFile (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-05T21:42:46.019Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T21:42:46.019Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-05T21:42:46.019Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-05T21:42:46.019Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T21:42:46.019Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestWildcardMatches [2022-03-05T21:42:46.019Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestPatternMatches [2022-03-05T21:42:46.019Z] --- PASS: TestPatternMatches (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-05T21:42:46.019Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestPatternMatchesFolderExclusions [2022-03-05T21:42:46.019Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-05T21:42:46.019Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-05T21:42:46.019Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-05T21:42:46.019Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-05T21:42:46.019Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestSingleExclamationError [2022-03-05T21:42:46.019Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestMatchesWithNoPatterns [2022-03-05T21:42:46.019Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestMatchesWithMalformedPatterns [2022-03-05T21:42:46.019Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestMatches [2022-03-05T21:42:46.019Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-05T21:42:46.019Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-05T21:42:46.019Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-05T21:42:46.019Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-05T21:42:46.019Z] --- PASS: TestMatches (0.01s) [2022-03-05T21:42:46.019Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-05T21:42:46.019Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-05T21:42:46.019Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-05T21:42:46.019Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCleanPatterns [2022-03-05T21:42:46.019Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-05T21:42:46.019Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCleanPatternsExceptionFlag [2022-03-05T21:42:46.019Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-05T21:42:46.019Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-05T21:42:46.019Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCleanPatternsErrorSingleException [2022-03-05T21:42:46.019Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCreateIfNotExistsDir [2022-03-05T21:42:46.019Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCreateIfNotExistsFile [2022-03-05T21:42:46.019Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-05T21:42:46.019Z] === RUN TestMatch [2022-03-05T21:42:46.019Z] --- PASS: TestMatch (0.00s) [2022-03-05T21:42:46.019Z] === RUN TestCompile [2022-03-05T21:42:46.019Z] === RUN TestCompile/slash [2022-03-05T21:42:46.019Z] === RUN TestCompile/backslash [2022-03-05T21:42:46.019Z] --- PASS: TestCompile (0.00s) [2022-03-05T21:42:46.019Z] --- PASS: TestCompile/slash (0.00s) [2022-03-05T21:42:46.019Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-05T21:42:46.019Z] PASS [2022-03-05T21:42:46.019Z] coverage: 84.7% of statements [2022-03-05T21:42:46.019Z] ok github.com/docker/docker/pkg/fileutils 0.097s coverage: 84.7% of statements [2022-03-05T21:42:46.488Z] --- PASS: TestTarFiles (6.87s) [2022-03-05T21:42:46.488Z] === RUN TestDetectCompressionZstd [2022-03-05T21:42:46.488Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-05T21:42:46.488Z] === RUN TestTarUntar [2022-03-05T21:42:46.488Z] --- PASS: TestTarUntar (0.05s) [2022-03-05T21:42:46.488Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-05T21:42:46.488Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-05T21:42:46.488Z] === RUN TestTarWithOptions [2022-03-05T21:42:46.488Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-05T21:42:46.488Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-05T21:42:46.488Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-05T21:42:46.488Z] === RUN TestUntarUstarGnuConflict [2022-03-05T21:42:46.488Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-05T21:42:46.488Z] === RUN TestUntarInvalidFilenames [2022-03-05T21:42:46.488Z] --- PASS: TestNetworkDBCRUDTableEntries (3.65s) [2022-03-05T21:42:46.488Z] === RUN TestNetworkDBNodeLeave [2022-03-05T21:42:46.488Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3884833912\\dest" [2022-03-05T21:42:46.488Z] --- PASS: TestUntarInvalidFilenames (0.23s) [2022-03-05T21:42:46.488Z] === RUN TestUntarHardlinkToSymlink [2022-03-05T21:42:46.488Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-05T21:42:46.488Z] === RUN TestUntarInvalidHardlink [2022-03-05T21:42:46.488Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1382358061\\victim\\hello" -> "../victim/hello" [2022-03-05T21:42:46.488Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2337008859\\victim\\hello" -> "/../victim/hello" [2022-03-05T21:42:46.488Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2522941399\\victim" -> "../victim" [2022-03-05T21:42:46.488Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1630734376\\victim" -> "../victim" [2022-03-05T21:42:46.488Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1811355995\\victim" -> "../victim" [2022-03-05T21:42:46.957Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3061704552\\victim" -> "../victim" [2022-03-05T21:42:46.957Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-05T21:42:46.957Z] === RUN TestUntarInvalidSymlink [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2113941261\\dest\\dotdot" -> "../victim/hello" [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink974630716\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink908783656\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink433419827\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1866413708\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1677716381\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:46.957Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2139457553\\dest\\dir\\loophole" -> "../../victim" [2022-03-05T21:42:46.957Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-05T21:42:46.957Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-05T21:42:46.957Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-05T21:42:46.957Z] === RUN TestXGlobalNoParent [2022-03-05T21:42:46.957Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-05T21:42:46.957Z] === RUN TestReplaceFileTarWrapper [2022-03-05T21:42:46.957Z] === RUN TestGet [2022-03-05T21:42:46.957Z] --- PASS: TestGet (0.00s) [2022-03-05T21:42:46.957Z] === RUN TestGetShortcutString [2022-03-05T21:42:46.957Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-05T21:42:46.957Z] PASS [2022-03-05T21:42:46.957Z] coverage: 42.9% of statements [2022-03-05T21:42:46.957Z] ok github.com/docker/docker/pkg/homedir 0.053s coverage: 42.9% of statements [2022-03-05T21:42:46.957Z] --- PASS: TestReplaceFileTarWrapper (0.22s) [2022-03-05T21:42:46.957Z] === RUN TestPrefixHeaderReadable [2022-03-05T21:42:46.957Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-05T21:42:46.957Z] === RUN TestDisablePigz [2022-03-05T21:42:46.957Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-05T21:42:47.144Z] --- PASS: TestReplicatedJob (5.78s) [2022-03-05T21:42:47.144Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:42:47.405Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-05T21:42:47.426Z] --- PASS: TestDisablePigz (0.18s) [2022-03-05T21:42:47.426Z] === RUN TestPigz [2022-03-05T21:42:47.426Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-05T21:42:47.426Z] --- PASS: TestPigz (0.19s) [2022-03-05T21:42:47.426Z] === RUN TestNosysFileInfo [2022-03-05T21:42:47.426Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T21:42:47.426Z] archive_windows_test.go:16: Currently fails [2022-03-05T21:42:47.426Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestCanonicalTarNameForPath [2022-03-05T21:42:47.426Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestCanonicalTarName [2022-03-05T21:42:47.426Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChmodTarEntry [2022-03-05T21:42:47.426Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestHardLinkOrder [2022-03-05T21:42:47.426Z] --- PASS: TestHardLinkOrder (0.10s) [2022-03-05T21:42:47.426Z] === RUN TestChangeString [2022-03-05T21:42:47.426Z] --- PASS: TestChangeString (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesWithNoChanges [2022-03-05T21:42:47.426Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-05T21:42:47.426Z] === RUN TestChangesWithChanges [2022-03-05T21:42:47.426Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-05T21:42:47.426Z] === RUN TestChangesWithChangesGH13590 [2022-03-05T21:42:47.426Z] changes_test.go:195: needs more investigation [2022-03-05T21:42:47.426Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesDirsEmpty [2022-03-05T21:42:47.426Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:42:47.426Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesDirsMutated [2022-03-05T21:42:47.426Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:42:47.426Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestApplyLayer [2022-03-05T21:42:47.426Z] changes_test.go:432: needs further investigation [2022-03-05T21:42:47.426Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesSizeWithHardlinks [2022-03-05T21:42:47.426Z] changes_test.go:468: needs further investigation [2022-03-05T21:42:47.426Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesSizeWithNoChanges [2022-03-05T21:42:47.426Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-05T21:42:47.426Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-05T21:42:47.426Z] === RUN TestChangesSize [2022-03-05T21:42:47.426Z] --- PASS: TestChangesSize (0.01s) [2022-03-05T21:42:47.426Z] === RUN TestApplyLayerInvalidFilenames [2022-03-05T21:42:47.426Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1602135237\\dest" [2022-03-05T21:42:47.426Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-05T21:42:47.426Z] === RUN TestApplyLayerInvalidHardlink [2022-03-05T21:42:47.426Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2548695928\\victim\\hello" -> "../victim/hello" [2022-03-05T21:42:47.426Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink295949265\\victim\\hello" -> "/../victim/hello" [2022-03-05T21:42:47.426Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink422885516\\victim" -> "../victim" [2022-03-05T21:42:47.426Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1368705710\\victim" -> "../victim" [2022-03-05T21:42:47.426Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink726789892\\victim" -> "../victim" [2022-03-05T21:42:47.895Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2283990331\\victim" -> "../victim" [2022-03-05T21:42:47.895Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-05T21:42:47.895Z] === RUN TestApplyLayerInvalidSymlink [2022-03-05T21:42:47.895Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2579460653\\dest\\dotdot" -> "../victim/hello" [2022-03-05T21:42:47.895Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink191040145\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T21:42:47.895Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3201460028\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:47.895Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3100039620\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:47.895Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3061122363\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:47.895Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink231158800\\dest\\loophole-victim" -> "../victim" [2022-03-05T21:42:47.895Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-05T21:42:47.895Z] === RUN TestApplyLayerWhiteouts [2022-03-05T21:42:47.895Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-05T21:42:47.895Z] === RUN TestGenerateEmptyFile [2022-03-05T21:42:47.895Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-05T21:42:47.895Z] === RUN TestGenerateWithContent [2022-03-05T21:42:47.895Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-05T21:42:47.895Z] PASS [2022-03-05T21:42:47.895Z] coverage: 62.0% of statements [2022-03-05T21:42:47.895Z] ok github.com/docker/docker/pkg/archive 9.849s coverage: 62.0% of statements [2022-03-05T21:42:47.895Z] === RUN TestCreateIDMapOrder [2022-03-05T21:42:47.895Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-05T21:42:47.895Z] PASS [2022-03-05T21:42:47.895Z] coverage: 7.2% of statements [2022-03-05T21:42:47.895Z] ok github.com/docker/docker/pkg/idtools 0.053s coverage: 7.2% of statements [2022-03-05T21:42:48.350Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-05T21:42:48.350Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T21:42:49.458Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-05T21:42:49.458Z] === RUN TestNetworkDBWatch [2022-03-05T21:42:49.458Z] === RUN TestFixedBufferCap [2022-03-05T21:42:49.458Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-05T21:42:49.458Z] === RUN TestFixedBufferLen [2022-03-05T21:42:49.458Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-05T21:42:49.458Z] === RUN TestFixedBufferString [2022-03-05T21:42:49.459Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-05T21:42:49.459Z] === RUN TestFixedBufferWrite [2022-03-05T21:42:49.459Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-05T21:42:49.459Z] === RUN TestFixedBufferRead [2022-03-05T21:42:49.459Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-05T21:42:49.459Z] === RUN TestBytesPipeRead [2022-03-05T21:42:49.459Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-05T21:42:49.459Z] === RUN TestBytesPipeWrite [2022-03-05T21:42:49.459Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-05T21:42:49.459Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-05T21:42:49.930Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2022-03-05T21:42:49.930Z] === RUN TestAtomicWriteToFile [2022-03-05T21:42:49.930Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-03-05T21:42:49.930Z] === RUN TestAtomicWriteSetCommit [2022-03-05T21:42:49.930Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-05T21:42:49.930Z] === RUN TestAtomicWriteSetCancel [2022-03-05T21:42:49.930Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-05T21:42:49.930Z] === RUN TestReadCloserWrapperClose [2022-03-05T21:42:49.930Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-05T21:42:49.930Z] === RUN TestReaderErrWrapperReadOnError [2022-03-05T21:42:49.930Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-05T21:42:49.930Z] === RUN TestReaderErrWrapperRead [2022-03-05T21:42:49.930Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-05T21:42:49.930Z] === RUN TestCancelReadCloser [2022-03-05T21:42:50.399Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-05T21:42:50.399Z] === RUN TestWriteCloserWrapperClose [2022-03-05T21:42:50.399Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-05T21:42:50.399Z] === RUN TestNopWriteCloser [2022-03-05T21:42:50.399Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-05T21:42:50.399Z] === RUN TestNopWriter [2022-03-05T21:42:50.399Z] --- PASS: TestNopWriter (0.00s) [2022-03-05T21:42:50.399Z] === RUN TestWriteCounter [2022-03-05T21:42:50.399Z] --- PASS: TestWriteCounter (0.00s) [2022-03-05T21:42:50.399Z] PASS [2022-03-05T21:42:50.399Z] coverage: 69.2% of statements [2022-03-05T21:42:50.399Z] ok github.com/docker/docker/pkg/ioutils 0.726s coverage: 69.2% of statements [2022-03-05T21:42:50.867Z] 2022/03/05 21:42:50 Closing DB instances... [2022-03-05T21:42:51.337Z] === RUN TestError [2022-03-05T21:42:51.337Z] --- PASS: TestError (0.00s) [2022-03-05T21:42:51.337Z] === RUN TestProgressString [2022-03-05T21:42:51.337Z] === RUN TestProgressString/no_progress [2022-03-05T21:42:51.337Z] === RUN TestProgressString/progress_1 [2022-03-05T21:42:51.337Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-05T21:42:51.337Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-05T21:42:51.337Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-05T21:42:51.337Z] === RUN TestProgressString/with_units [2022-03-05T21:42:51.337Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-05T21:42:51.337Z] === RUN TestProgressString/hide_counts [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-05T21:42:51.337Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-05T21:42:51.337Z] === RUN TestJSONMessageDisplay [2022-03-05T21:42:51.651Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-05T21:42:51.651Z] --- PASS: TestUpdateReplicatedJob (4.00s) [2022-03-05T21:42:51.651Z] === RUN TestServiceListWithStatuses [2022-03-05T21:42:51.651Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:42:51.651Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:42:51.651Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:42:51.805Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-03-05T21:42:51.805Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-05T21:42:51.805Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-05T21:42:51.805Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-05T21:42:51.805Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-05T21:42:51.805Z] === RUN TestDisplayJSONMessagesStream [2022-03-05T21:42:51.805Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-05T21:42:51.805Z] PASS [2022-03-05T21:42:51.805Z] coverage: 91.7% of statements [2022-03-05T21:42:51.805Z] ok github.com/docker/docker/pkg/jsonmessage 0.257s coverage: 91.7% of statements [2022-03-05T21:42:52.275Z] --- PASS: TestNetworkDBWatch (3.06s) [2022-03-05T21:42:52.275Z] === RUN TestNetworkDBBulkSync [2022-03-05T21:42:52.275Z] === RUN TestStandardLongPath [2022-03-05T21:42:52.275Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-05T21:42:52.275Z] === RUN TestUNCLongPath [2022-03-05T21:42:52.275Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-05T21:42:52.275Z] PASS [2022-03-05T21:42:52.275Z] coverage: 100.0% of statements [2022-03-05T21:42:52.275Z] ok github.com/docker/docker/pkg/longpath 0.045s coverage: 100.0% of statements [2022-03-05T21:42:53.264Z] === RUN TestNameFormat [2022-03-05T21:42:53.264Z] --- PASS: TestNameFormat (0.00s) [2022-03-05T21:42:53.264Z] === RUN TestNameRetries [2022-03-05T21:42:53.264Z] --- PASS: TestNameRetries (0.00s) [2022-03-05T21:42:53.264Z] PASS [2022-03-05T21:42:53.264Z] coverage: 85.7% of statements [2022-03-05T21:42:53.264Z] ok github.com/docker/docker/pkg/namesgenerator 0.053s coverage: 85.7% of statements [2022-03-05T21:42:53.576Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T21:42:53.740Z] 2022/03/05 21:42:53 Closing DB instances... [2022-03-05T21:42:54.210Z] === RUN TestParseKeyValueOpt [2022-03-05T21:42:54.210Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-05T21:42:54.210Z] === RUN TestParseUintList [2022-03-05T21:42:54.210Z] --- PASS: TestParseUintList (0.00s) [2022-03-05T21:42:54.210Z] === RUN TestParseUintListMaximumLimits [2022-03-05T21:42:54.210Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-05T21:42:54.210Z] PASS [2022-03-05T21:42:54.210Z] coverage: 97.0% of statements [2022-03-05T21:42:54.210Z] ok github.com/docker/docker/pkg/parsers 0.065s coverage: 97.0% of statements [2022-03-05T21:42:54.525Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T21:42:54.786Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-05T21:42:55.199Z] === RUN TestNewAndRemove [2022-03-05T21:42:55.199Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-05T21:42:55.199Z] === RUN TestRemoveInvalidPath [2022-03-05T21:42:55.199Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-05T21:42:55.199Z] PASS [2022-03-05T21:42:55.199Z] coverage: 82.6% of statements [2022-03-05T21:42:55.199Z] ok github.com/docker/docker/pkg/pidfile 0.048s coverage: 82.6% of statements [2022-03-05T21:42:55.199Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-05T21:42:55.199Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-05T21:42:55.431Z] --- PASS: TestCreateServiceSecretFileMode (11.96s) [2022-03-05T21:42:55.431Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:42:56.168Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T21:42:56.168Z] --- PASS: TestDockerNetworkConnectAlias (5.03s) [2022-03-05T21:42:56.168Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:42:56.272Z] Removing intermediate container 6e074dceffd6 [2022-03-05T21:42:56.272Z] ---> 6a35a7942c4d [2022-03-05T21:42:56.272Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-05T21:42:56.272Z] ---> Running in 54ed9a59500b [2022-03-05T21:42:56.272Z] [2022-03-05T21:42:56.272Z] SUCCESS: Specified value was saved. [2022-03-05T21:42:56.741Z] Removing intermediate container 54ed9a59500b [2022-03-05T21:42:56.741Z] ---> 81d45b9ff525 [2022-03-05T21:42:56.741Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-05T21:42:56.741Z] ---> Running in b3f05c817e1e [2022-03-05T21:42:57.111Z] docker_api_swarm_test.go:202: [dff694a4ce449] joining swarm manager [d8a8fafdd3cac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:42:57.414Z] === RUN TestFailedConnection [2022-03-05T21:42:57.414Z] --- PASS: TestGetAddress (27.48s) [2022-03-05T21:42:57.414Z] === RUN TestRequestSyntaxCheck [2022-03-05T21:42:57.414Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-05T21:42:57.414Z] === RUN TestRequest [2022-03-05T21:42:57.883Z] 2022/03/05 21:42:57 Closing DB instances... [2022-03-05T21:42:59.451Z] --- PASS: TestFailedConnection (2.06s) [2022-03-05T21:42:59.451Z] === RUN TestFailOnce [2022-03-05T21:42:59.451Z] 2022/03/05 21:42:58 http: panic serving 127.0.0.1:49317: Plugin not ready [2022-03-05T21:42:59.451Z] goroutine 34 [running]: [2022-03-05T21:42:59.451Z] net/http.(*conn).serve.func1() [2022-03-05T21:42:59.451Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T21:42:59.451Z] panic({0xbbca00, 0xcd09d0}) [2022-03-05T21:42:59.451Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T21:42:59.451Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x8373ec29ff3ae79c}, 0xc0001a9a98) [2022-03-05T21:42:59.451Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-05T21:42:59.451Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xcdd900, 0xc0001be000}, 0xaf1d26) [2022-03-05T21:42:59.451Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T21:42:59.451Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xcdd900, 0xc0001be000}, 0xc0001b2000) [2022-03-05T21:42:59.451Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-05T21:42:59.451Z] net/http.serverHandler.ServeHTTP({0xcdbff0}, {0xcdd900, 0xc0001be000}, 0xc0001b2000) [2022-03-05T21:42:59.451Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T21:42:59.451Z] net/http.(*conn).serve(0xc0001a0000, {0xcdf900, 0xc0001820c0}) [2022-03-05T21:42:59.451Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T21:42:59.451Z] created by net/http.(*Server).Serve [2022-03-05T21:42:59.451Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T21:42:59.451Z] time="2022-03-05T21:42:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49316/Test.FailOnce: Post \"http://127.0.0.1:49316/Test.FailOnce\": EOF, retrying in 1s" [2022-03-05T21:43:00.412Z] --- PASS: TestDockerNetworkReConnect (3.66s) [2022-03-05T21:43:00.412Z] === RUN TestServicePlugin [2022-03-05T21:43:00.447Z] --- PASS: TestFailOnce (1.22s) [2022-03-05T21:43:00.447Z] === RUN TestEchoInputOutput [2022-03-05T21:43:00.447Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-05T21:43:00.447Z] === RUN TestBackoff [2022-03-05T21:43:00.447Z] --- PASS: TestBackoff (0.00s) [2022-03-05T21:43:00.447Z] === RUN TestAbortRetry [2022-03-05T21:43:00.447Z] --- PASS: TestAbortRetry (0.00s) [2022-03-05T21:43:00.447Z] === RUN TestClientScheme [2022-03-05T21:43:00.447Z] --- PASS: TestClientScheme (0.00s) [2022-03-05T21:43:00.447Z] === RUN TestNewClientWithTimeout [2022-03-05T21:43:00.916Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.54s) [2022-03-05T21:43:00.916Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-05T21:43:00.916Z] time="2022-03-05T21:43:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-05T21:43:01.798Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T21:43:01.798Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T21:43:01.908Z] 2022/03/05 21:43:01 Closing DB instances... [2022-03-05T21:43:02.377Z] time="2022-03-05T21:43:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-05T21:43:03.189Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T21:43:03.189Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-05T21:43:03.369Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-05T21:43:03.369Z] === RUN TestNetworkDBGarbageCollection [2022-03-05T21:43:03.451Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T21:43:03.713Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-05T21:43:03.907Z] Cannot create a file when that file already exists. [2022-03-05T21:43:03.975Z] plugin_test.go:61: [d15d41c665dd8] joining swarm manager [d348a05781147]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:43:03.975Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-05T21:43:03.975Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T21:43:04.918Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T21:43:04.937Z] time="2022-03-05T21:43:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-05T21:43:05.178Z] plugin_test.go:64: [dcba4c64c1aed] joining swarm manager [d348a05781147]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:43:05.923Z] --- PASS: TestRequest (8.31s) [2022-03-05T21:43:05.923Z] === RUN TestOverlappingRequests [2022-03-05T21:43:05.923Z] --- PASS: TestOverlappingRequests (0.43s) [2022-03-05T21:43:05.923Z] === RUN TestRelease [2022-03-05T21:43:06.563Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T21:43:06.563Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T21:43:06.563Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T21:43:07.134Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T21:43:07.394Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T21:43:07.487Z] --- PASS: TestRelease (1.61s) [2022-03-05T21:43:07.487Z] === RUN TestAllocateRandomDeallocate [2022-03-05T21:43:07.676Z] --- PASS: TestCreateServiceConfigFileMode (11.85s) [2022-03-05T21:43:07.676Z] === RUN TestCreateServiceSysctls [2022-03-05T21:43:08.334Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T21:43:09.276Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-05T21:43:09.536Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-05T21:43:09.536Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-05T21:43:09.536Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-05T21:43:09.536Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-05T21:43:09.536Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T21:43:09.704Z] time="2022-03-05T21:43:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-05T21:43:10.217Z] --- PASS: TestCreateServiceSysctls (2.54s) [2022-03-05T21:43:10.217Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:43:11.450Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-05T21:43:12.022Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T21:43:12.126Z] --- PASS: TestCreateServiceCapabilities (2.25s) [2022-03-05T21:43:12.126Z] === RUN TestInspect [2022-03-05T21:43:12.577Z] Removing intermediate container b3f05c817e1e [2022-03-05T21:43:12.577Z] ---> 92b0a9ceed07 [2022-03-05T21:43:12.577Z] Step 13/13 : CMD ["sh"] [2022-03-05T21:43:12.577Z] ---> Running in 02a5d0d34204 [2022-03-05T21:43:12.577Z] Removing intermediate container 02a5d0d34204 [2022-03-05T21:43:12.577Z] ---> 91bb43e3b831 [2022-03-05T21:43:12.577Z] Successfully built 91bb43e3b831 [2022-03-05T21:43:12.577Z] Successfully tagged busybox:latest [2022-03-05T21:43:12.577Z] INFO: Docker images of the daemon under test [2022-03-05T21:43:12.577Z] [2022-03-05T21:43:12.577Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T21:43:12.577Z] busybox latest 91bb43e3b831 Less than a second ago 5.78GB [2022-03-05T21:43:12.577Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 4 weeks ago 5.75GB [2022-03-05T21:43:12.577Z] microsoft/windowsservercore latest c703d4d60533 4 weeks ago 5.75GB [2022-03-05T21:43:12.577Z] [2022-03-05T21:43:12.577Z] INFO: Running integration tests at 03/05/2022 21:43:11... [2022-03-05T21:43:12.577Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-05T21:43:12.577Z] INFO: Integration API tests being run from the host: [2022-03-05T21:43:12.577Z] INFO: make.ps1 starting at 03/05/2022 21:43:12 [2022-03-05T21:43:12.594Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T21:43:12.594Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-05T21:43:12.655Z] --- PASS: TestAllocateRandomDeallocate (4.74s) [2022-03-05T21:43:12.655Z] === RUN TestRetrieveFromStore [2022-03-05T21:43:13.166Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T21:43:14.151Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-05T21:43:14.226Z] --- PASS: TestRetrieveFromStore (1.65s) [2022-03-05T21:43:14.226Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-05T21:43:14.226Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-03-05T21:43:14.226Z] === RUN TestParallelPredefinedRequest1 [2022-03-05T21:43:14.226Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-05T21:43:14.226Z] === RUN TestParallelPredefinedRequest2 [2022-03-05T21:43:14.226Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-05T21:43:14.226Z] === RUN TestParallelPredefinedRequest3 [2022-03-05T21:43:14.226Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-05T21:43:14.226Z] === RUN TestParallelPredefinedRequest4 [2022-03-05T21:43:14.226Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-05T21:43:14.226Z] === RUN TestParallelPredefinedRequest5 [2022-03-05T21:43:14.226Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-05T21:43:14.226Z] === RUN TestDebug [2022-03-05T21:43:14.226Z] --- PASS: TestDebug (0.00s) [2022-03-05T21:43:14.226Z] === RUN TestRequestPoolParallel [2022-03-05T21:43:14.226Z] --- PASS: TestRequestPoolParallel (0.27s) [2022-03-05T21:43:14.226Z] === RUN TestFullAllocateRelease [2022-03-05T21:43:14.677Z] --- PASS: TestInspect (2.12s) [2022-03-05T21:43:14.677Z] === RUN TestCreateJob [2022-03-05T21:43:14.696Z] --- PASS: TestFullAllocateRelease (0.55s) [2022-03-05T21:43:14.696Z] === RUN TestOddAllocateRelease [2022-03-05T21:43:15.085Z] docker_api_swarm_test.go:384: [dd880bd12d0ae] joining swarm manager [d88ef84e379be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:43:15.164Z] --- PASS: TestOddAllocateRelease (0.45s) [2022-03-05T21:43:15.164Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-05T21:43:15.633Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-03-05T21:43:15.633Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-05T21:43:15.633Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-05T21:43:15.633Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-05T21:43:15.633Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T21:43:15.633Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:43:15.633Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T21:43:15.633Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T21:43:15.633Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:43:15.633Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T21:43:15.633Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:43:15.633Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T21:43:15.634Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:43:15.634Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:43:15.634Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:43:15.634Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:43:15.634Z] PASS [2022-03-05T21:43:15.634Z] coverage: 85.3% of statements [2022-03-05T21:43:15.634Z] ok github.com/docker/docker/libnetwork/ipam 53.607s coverage: 85.3% of statements [2022-03-05T21:43:16.030Z] docker_api_swarm_test.go:385: [d184edc3d67d7] joining swarm manager [d88ef84e379be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:43:16.621Z] === RUN TestParseEmptyInterface [2022-03-05T21:43:16.621Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestParseNonInterfaceType [2022-03-05T21:43:16.621Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestParseWithOneFunction [2022-03-05T21:43:16.621Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestParseWithMultipleFuncs [2022-03-05T21:43:16.621Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestParseWithUnnamedReturn [2022-03-05T21:43:16.621Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestEmbeddedInterface [2022-03-05T21:43:16.621Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestParsedImports [2022-03-05T21:43:16.621Z] --- PASS: TestParsedImports (0.00s) [2022-03-05T21:43:16.621Z] === RUN TestAliasedImports [2022-03-05T21:43:16.621Z] --- PASS: TestAliasedImports (0.00s) [2022-03-05T21:43:16.621Z] PASS [2022-03-05T21:43:16.621Z] coverage: 56.8% of statements [2022-03-05T21:43:16.621Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2022-03-05T21:43:17.222Z] --- PASS: TestCreateJob (2.78s) [2022-03-05T21:43:17.222Z] === RUN TestReplicatedJob [2022-03-05T21:43:18.186Z] === RUN TestHTTPTransport [2022-03-05T21:43:18.186Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-05T21:43:18.186Z] PASS [2022-03-05T21:43:18.186Z] coverage: 85.7% of statements [2022-03-05T21:43:18.186Z] ok github.com/docker/docker/pkg/plugins/transport 0.052s coverage: 85.7% of statements [2022-03-05T21:43:18.186Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-05T21:43:18.186Z] === RUN TestClientStream [2022-03-05T21:43:18.186Z] --- PASS: TestClientStream (0.00s) [2022-03-05T21:43:18.186Z] === RUN TestClientSendFile [2022-03-05T21:43:18.186Z] --- PASS: TestClientSendFile (0.00s) [2022-03-05T21:43:18.186Z] === RUN TestClientWithRequestTimeout [2022-03-05T21:43:18.186Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-05T21:43:18.186Z] === RUN TestFileSpecPlugin [2022-03-05T21:43:18.186Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-05T21:43:18.186Z] === RUN TestFileJSONSpecPlugin [2022-03-05T21:43:18.186Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-05T21:43:18.186Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-05T21:43:18.186Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.02s) [2022-03-05T21:43:18.186Z] === RUN TestPluginAddHandler [2022-03-05T21:43:18.186Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-05T21:43:18.186Z] === RUN TestPluginWaitBadPlugin [2022-03-05T21:43:18.186Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-05T21:43:18.186Z] === RUN TestGet [2022-03-05T21:43:18.186Z] time="2022-03-05T21:43:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-05T21:43:18.589Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T21:43:18.654Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-05T21:43:18.654Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T21:43:18.654Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-05T21:43:18.654Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-05T21:43:18.654Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-05T21:43:18.654Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-05T21:43:18.654Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-05T21:43:18.654Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T21:43:18.654Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-05T21:43:18.654Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-05T21:43:18.654Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-05T21:43:18.654Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-05T21:43:18.654Z] === RUN TestBufferPoolPutAndGet [2022-03-05T21:43:18.654Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-05T21:43:18.654Z] PASS [2022-03-05T21:43:18.654Z] coverage: 88.2% of statements [2022-03-05T21:43:18.654Z] ok github.com/docker/docker/pkg/pools 0.046s coverage: 88.2% of statements [2022-03-05T21:43:19.123Z] time="2022-03-05T21:43:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-05T21:43:19.183Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-05T21:43:19.591Z] === RUN TestOutputOnPrematureClose [2022-03-05T21:43:19.591Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-05T21:43:19.591Z] === RUN TestCompleteSilently [2022-03-05T21:43:19.591Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-05T21:43:19.591Z] PASS [2022-03-05T21:43:19.591Z] coverage: 75.9% of statements [2022-03-05T21:43:19.591Z] ok github.com/docker/docker/pkg/progress 0.047s coverage: 75.9% of statements [2022-03-05T21:43:19.753Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T21:43:20.060Z] === RUN TestSendToOneSub [2022-03-05T21:43:20.060Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-05T21:43:20.060Z] === RUN TestSendToMultipleSubs [2022-03-05T21:43:20.060Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-05T21:43:20.060Z] === RUN TestEvictOneSub [2022-03-05T21:43:20.060Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-05T21:43:20.060Z] === RUN TestClosePublisher [2022-03-05T21:43:20.060Z] --- PASS: TestClosePublisher (0.00s) [2022-03-05T21:43:20.060Z] === RUN TestPubSubRace [2022-03-05T21:43:21.048Z] time="2022-03-05T21:43:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-05T21:43:21.048Z] --- PASS: TestPubSubRace (1.07s) [2022-03-05T21:43:21.048Z] PASS [2022-03-05T21:43:21.048Z] coverage: 75.0% of statements [2022-03-05T21:43:21.048Z] ok github.com/docker/docker/pkg/pubsub 1.115s coverage: 75.0% of statements [2022-03-05T21:43:21.421Z] --- PASS: TestReplicatedJob (4.26s) [2022-03-05T21:43:21.421Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:43:22.036Z] === RUN TestRegister [2022-03-05T21:43:22.036Z] --- PASS: TestRegister (0.00s) [2022-03-05T21:43:22.036Z] === RUN TestCommand [2022-03-05T21:43:22.036Z] --- PASS: TestCommand (0.04s) [2022-03-05T21:43:22.036Z] === RUN TestNaiveSelf [2022-03-05T21:43:22.036Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-05T21:43:22.036Z] PASS [2022-03-05T21:43:22.036Z] coverage: 82.4% of statements [2022-03-05T21:43:22.036Z] ok github.com/docker/docker/pkg/reexec 0.122s coverage: 82.4% of statements [2022-03-05T21:43:22.300Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T21:43:22.874Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T21:43:23.024Z] === RUN TestDump [2022-03-05T21:43:23.024Z] goroutine 21 [running]: [2022-03-05T21:43:23.024Z] github.com/docker/docker/pkg/stack.dump(0xbcb9d7) [2022-03-05T21:43:23.024Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T21:43:23.024Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-05T21:43:23.024Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-05T21:43:23.024Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-05T21:43:23.024Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-05T21:43:23.024Z] testing.tRunner(0xc000085860, 0xd3a190) [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:43:23.024Z] created by testing.(*T).Run [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T21:43:23.024Z] [2022-03-05T21:43:23.024Z] goroutine 1 [chan receive]: [2022-03-05T21:43:23.024Z] testing.(*T).Run(0xc0000856c0, {0xd2b7b1, 0xbaa733}, 0xd3a190) [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T21:43:23.024Z] testing.runTests.func1(0xc0000c6810) [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T21:43:23.024Z] testing.tRunner(0xc0000856c0, 0xc0000d1ce0) [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:43:23.024Z] testing.runTests(0xc0000dc080, {0xe9ec20, 0x3, 0x3}, {0xbcac2d, 0xd2d4ab, 0xea36e0}) [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T21:43:23.024Z] testing.(*M).Run(0xc0000dc080) [2022-03-05T21:43:23.024Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T21:43:23.024Z] main.main() [2022-03-05T21:43:23.024Z] _testmain.go:95 +0x1f5 [2022-03-05T21:43:23.024Z] --- PASS: TestDump (0.00s) [2022-03-05T21:43:23.024Z] === RUN TestDumpToFile [2022-03-05T21:43:23.495Z] --- PASS: TestDumpToFile (0.25s) [2022-03-05T21:43:23.495Z] === RUN TestDumpToFileWithEmptyInput [2022-03-05T21:43:23.495Z] goroutine 23 [running]: [2022-03-05T21:43:23.495Z] github.com/docker/docker/pkg/stack.dump(0xc38bb4) [2022-03-05T21:43:23.495Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T21:43:23.495Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xc38f60}) [2022-03-05T21:43:23.495Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-05T21:43:23.495Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085860) [2022-03-05T21:43:23.495Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-05T21:43:23.495Z] testing.tRunner(0xc000085d40, 0xd3a180) [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:43:23.495Z] created by testing.(*T).Run [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T21:43:23.495Z] [2022-03-05T21:43:23.495Z] goroutine 1 [chan receive]: [2022-03-05T21:43:23.495Z] testing.(*T).Run(0xc0000856c0, {0xd32596, 0xbaa733}, 0xd3a180) [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T21:43:23.495Z] testing.runTests.func1(0xc0000c6810) [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T21:43:23.495Z] testing.tRunner(0xc0000856c0, 0xc0000d1ce0) [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T21:43:23.495Z] testing.runTests(0xc0000dc080, {0xe9ec20, 0x3, 0x3}, {0xbcac2d, 0xd2d4ab, 0xea36e0}) [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T21:43:23.495Z] testing.(*M).Run(0xc0000dc080) [2022-03-05T21:43:23.495Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T21:43:23.495Z] main.main() [2022-03-05T21:43:23.495Z] _testmain.go:95 +0x1f5 [2022-03-05T21:43:23.495Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-05T21:43:23.495Z] PASS [2022-03-05T21:43:23.495Z] coverage: 90.9% of statements [2022-03-05T21:43:23.495Z] ok github.com/docker/docker/pkg/stack 0.296s coverage: 90.9% of statements [2022-03-05T21:43:23.964Z] === RUN TestNewStdWriter [2022-03-05T21:43:23.964Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-05T21:43:23.964Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestWriteWithNilBytes [2022-03-05T21:43:23.964Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestWrite [2022-03-05T21:43:23.964Z] --- PASS: TestWrite (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestWriteWithWriterError [2022-03-05T21:43:23.964Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-05T21:43:23.964Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyWriteAndRead [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-05T21:43:23.964Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-05T21:43:23.964Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-05T21:43:23.964Z] PASS [2022-03-05T21:43:23.964Z] coverage: 100.0% of statements [2022-03-05T21:43:23.964Z] ok github.com/docker/docker/pkg/stdcopy 0.072s coverage: 100.0% of statements [2022-03-05T21:43:23.967Z] --- PASS: TestUpdateReplicatedJob (2.50s) [2022-03-05T21:43:23.967Z] === RUN TestServiceListWithStatuses [2022-03-05T21:43:23.967Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:43:23.967Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:43:23.967Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:43:24.953Z] time="2022-03-05T21:43:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-05T21:43:24.953Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-05T21:43:24.953Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-05T21:43:24.953Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestFormatStatus [2022-03-05T21:43:24.953Z] --- PASS: TestFormatStatus (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestFormatError [2022-03-05T21:43:24.953Z] --- PASS: TestFormatError (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestFormatJSONError [2022-03-05T21:43:24.953Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-05T21:43:24.953Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-05T21:43:24.953Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestNewJSONProgressOutput [2022-03-05T21:43:24.953Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestAuxFormatterEmit [2022-03-05T21:43:24.953Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestStreamWriterStdout [2022-03-05T21:43:24.953Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-05T21:43:24.953Z] === RUN TestStreamWriterStderr [2022-03-05T21:43:24.953Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-05T21:43:24.953Z] PASS [2022-03-05T21:43:24.953Z] coverage: 66.2% of statements [2022-03-05T21:43:24.953Z] ok github.com/docker/docker/pkg/streamformatter 0.055s coverage: 66.2% of statements [2022-03-05T21:43:25.421Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T21:43:25.940Z] === RUN TestGenerateRandomID [2022-03-05T21:43:25.940Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-05T21:43:25.940Z] === RUN TestShortenId [2022-03-05T21:43:25.940Z] --- PASS: TestShortenId (0.00s) [2022-03-05T21:43:25.940Z] === RUN TestShortenSha256Id [2022-03-05T21:43:25.940Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-05T21:43:25.940Z] === RUN TestShortenIdEmpty [2022-03-05T21:43:25.940Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-05T21:43:25.940Z] === RUN TestShortenIdInvalid [2022-03-05T21:43:25.940Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-05T21:43:25.940Z] === RUN TestIsShortIDNonHex [2022-03-05T21:43:25.940Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-05T21:43:25.940Z] === RUN TestIsShortIDNotCorrectSize [2022-03-05T21:43:25.940Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-05T21:43:25.940Z] PASS [2022-03-05T21:43:25.940Z] coverage: 70.6% of statements [2022-03-05T21:43:25.940Z] ok github.com/docker/docker/pkg/stringid 0.049s coverage: 70.6% of statements [2022-03-05T21:43:26.934Z] === RUN TestIsCpusetListAvailable [2022-03-05T21:43:26.934Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-05T21:43:26.934Z] PASS [2022-03-05T21:43:26.934Z] coverage: 39.4% of statements [2022-03-05T21:43:26.934Z] ok github.com/docker/docker/pkg/sysinfo 0.049s coverage: 39.4% of statements [2022-03-05T21:43:27.271Z] --- PASS: TestDockerNetworkConnectAlias (3.59s) [2022-03-05T21:43:27.271Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:43:28.501Z] === RUN TestChtimes [2022-03-05T21:43:28.501Z] --- PASS: TestChtimes (0.01s) [2022-03-05T21:43:28.501Z] === RUN TestChtimesWindows [2022-03-05T21:43:28.501Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-05T21:43:28.501Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-05T21:43:28.501Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-05T21:43:28.501Z] PASS [2022-03-05T21:43:28.501Z] coverage: 12.9% of statements [2022-03-05T21:43:28.501Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 12.9% of statements [2022-03-05T21:43:29.488Z] === RUN TestTailFile [2022-03-05T21:43:29.488Z] --- PASS: TestTailFile (0.00s) [2022-03-05T21:43:29.488Z] === RUN TestTailFileManyLines [2022-03-05T21:43:29.488Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-05T21:43:29.488Z] === RUN TestTailEmptyFile [2022-03-05T21:43:29.488Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-05T21:43:29.488Z] === RUN TestTailNegativeN [2022-03-05T21:43:29.488Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/truncated_last_line [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/no_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.488Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:43:29.488Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:43:29.488Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.489Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.489Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.490Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.968Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.968Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.969Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.969Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.969Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.970Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.970Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T21:43:29.971Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.02s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:43:29.971Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.02s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:43:29.972Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.02s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.02s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.02s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.02s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:43:30.440Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.02s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-05T21:43:30.441Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T21:43:30.442Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T21:43:30.442Z] PASS [2022-03-05T21:43:30.442Z] coverage: 88.6% of statements [2022-03-05T21:43:30.442Z] ok github.com/docker/docker/pkg/tailfile 0.595s coverage: 88.6% of statements [2022-03-05T21:43:30.574Z] --- PASS: TestDockerNetworkReConnect (3.18s) [2022-03-05T21:43:30.574Z] === RUN TestServicePlugin [2022-03-05T21:43:30.574Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:43:30.574Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T21:43:30.574Z] === RUN TestServiceUpdateLabel [2022-03-05T21:43:31.430Z] === RUN TestTarSumRemoveNonExistent [2022-03-05T21:43:31.430Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestTarSumRemove [2022-03-05T21:43:31.430Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestSortFileInfoSums [2022-03-05T21:43:31.430Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestNewTarSumForLabelInvalid [2022-03-05T21:43:31.430Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestNewTarSumForLabel [2022-03-05T21:43:31.430Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestEmptyTar [2022-03-05T21:43:31.430Z] --- PASS: TestEmptyTar (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestTarSumsReadSize [2022-03-05T21:43:31.430Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestTarSums [2022-03-05T21:43:31.430Z] --- PASS: TestTarSums (0.07s) [2022-03-05T21:43:31.430Z] === RUN TestIteration [2022-03-05T21:43:31.430Z] --- PASS: TestIteration (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestVersionLabelForChecksum [2022-03-05T21:43:31.430Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestVersion [2022-03-05T21:43:31.430Z] --- PASS: TestVersion (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestGetVersion [2022-03-05T21:43:31.430Z] --- PASS: TestGetVersion (0.00s) [2022-03-05T21:43:31.430Z] === RUN TestGetVersions [2022-03-05T21:43:31.430Z] --- PASS: TestGetVersions (0.00s) [2022-03-05T21:43:31.430Z] PASS [2022-03-05T21:43:31.430Z] coverage: 89.3% of statements [2022-03-05T21:43:31.430Z] ok github.com/docker/docker/pkg/tarsum 0.133s coverage: 89.3% of statements [2022-03-05T21:43:31.899Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T21:43:31.899Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T21:43:31.899Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T21:43:31.899Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-05T21:43:32.003Z] --- PASS: TestServicePlugin (31.44s) [2022-03-05T21:43:32.003Z] === RUN TestServiceUpdateLabel [2022-03-05T21:43:32.367Z] testing: warning: no tests to run [2022-03-05T21:43:32.367Z] PASS [2022-03-05T21:43:32.367Z] coverage: [no statements] [2022-03-05T21:43:32.367Z] ok github.com/docker/docker/pkg/term/windows 0.041s coverage: [no statements] [no tests to run] [2022-03-05T21:43:32.367Z] === RUN TestTruncIndex [2022-03-05T21:43:32.367Z] --- PASS: TestTruncIndex (0.10s) [2022-03-05T21:43:32.367Z] PASS [2022-03-05T21:43:32.367Z] coverage: 91.5% of statements [2022-03-05T21:43:32.367Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2022-03-05T21:43:32.841Z] === RUN TestIsGIT [2022-03-05T21:43:32.841Z] --- PASS: TestIsGIT (0.00s) [2022-03-05T21:43:32.841Z] === RUN TestIsTransport [2022-03-05T21:43:32.841Z] --- PASS: TestIsTransport (0.00s) [2022-03-05T21:43:32.841Z] PASS [2022-03-05T21:43:32.841Z] coverage: 100.0% of statements [2022-03-05T21:43:32.841Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2022-03-05T21:43:32.841Z] === RUN TestVersionInfo [2022-03-05T21:43:32.841Z] --- PASS: TestVersionInfo (0.00s) [2022-03-05T21:43:32.841Z] === RUN TestAppendVersions [2022-03-05T21:43:32.841Z] --- PASS: TestAppendVersions (0.00s) [2022-03-05T21:43:32.841Z] PASS [2022-03-05T21:43:32.841Z] coverage: 88.9% of statements [2022-03-05T21:43:32.841Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2022-03-05T21:43:32.841Z] --- PASS: TestGet (15.01s) [2022-03-05T21:43:32.841Z] === RUN TestPluginWithNoManifest [2022-03-05T21:43:32.841Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-05T21:43:32.841Z] === RUN TestGetAll [2022-03-05T21:43:33.120Z] --- PASS: TestServiceUpdateLabel (2.14s) [2022-03-05T21:43:33.120Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:43:33.309Z] --- PASS: TestGetAll (0.00s) [2022-03-05T21:43:33.309Z] PASS [2022-03-05T21:43:33.309Z] coverage: 73.2% of statements [2022-03-05T21:43:33.309Z] ok github.com/docker/docker/pkg/plugins 36.016s coverage: 73.2% of statements [2022-03-05T21:43:33.385Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-03-05T21:43:33.385Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:43:34.296Z] === RUN TestNewSettable [2022-03-05T21:43:34.296Z] --- PASS: TestNewSettable (0.00s) [2022-03-05T21:43:34.296Z] === RUN TestIsSettable [2022-03-05T21:43:34.296Z] --- PASS: TestIsSettable (0.00s) [2022-03-05T21:43:34.296Z] === RUN TestUpdateSettingsEnv [2022-03-05T21:43:34.296Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-05T21:43:34.296Z] PASS [2022-03-05T21:43:34.296Z] coverage: 20.0% of statements [2022-03-05T21:43:34.296Z] ok github.com/docker/docker/plugin/v2 0.047s coverage: 20.0% of statements [2022-03-05T21:43:34.772Z] === RUN TestLoad [2022-03-05T21:43:34.772Z] --- PASS: TestLoad (0.00s) [2022-03-05T21:43:34.772Z] === RUN TestSave [2022-03-05T21:43:34.772Z] === RUN TestValidatePrivileges [2022-03-05T21:43:34.772Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-05T21:43:34.772Z] === RUN TestFilterByCapNeg [2022-03-05T21:43:34.772Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-05T21:43:34.772Z] === RUN TestFilterByCapPos [2022-03-05T21:43:34.772Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-05T21:43:34.772Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-05T21:43:34.772Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-05T21:43:34.772Z] PASS [2022-03-05T21:43:34.772Z] coverage: 12.0% of statements [2022-03-05T21:43:34.772Z] --- PASS: TestSave (0.03s) [2022-03-05T21:43:34.772Z] === RUN TestAddDeleteGet [2022-03-05T21:43:34.772Z] ok github.com/docker/docker/plugin 0.060s coverage: 12.0% of statements [2022-03-05T21:43:34.772Z] --- PASS: TestAddDeleteGet (0.05s) [2022-03-05T21:43:34.772Z] === RUN TestInvalidTags [2022-03-05T21:43:34.772Z] --- PASS: TestInvalidTags (0.01s) [2022-03-05T21:43:34.772Z] PASS [2022-03-05T21:43:34.772Z] coverage: 84.4% of statements [2022-03-05T21:43:34.772Z] ok github.com/docker/docker/reference 0.139s coverage: 84.4% of statements [2022-03-05T21:43:35.761Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-05T21:43:35.761Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-05T21:43:35.761Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-05T21:43:35.761Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-05T21:43:35.761Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-05T21:43:35.761Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-05T21:43:35.761Z] === RUN TestResumableRequestReaderWithReadError [2022-03-05T21:43:35.761Z] === RUN TestRestartManagerTimeout [2022-03-05T21:43:35.761Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-05T21:43:35.761Z] === RUN TestRestartManagerTimeoutReset [2022-03-05T21:43:35.761Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-05T21:43:35.761Z] PASS [2022-03-05T21:43:35.761Z] coverage: 50.9% of statements [2022-03-05T21:43:35.761Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 50.9% of statements [2022-03-05T21:43:36.237Z] time="2022-03-05T21:43:35Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-05T21:43:36.237Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-05T21:43:36.237Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-05T21:43:36.237Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-05T21:43:36.237Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-05T21:43:36.237Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-05T21:43:36.237Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-05T21:43:36.237Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-05T21:43:36.237Z] === RUN TestResumableRequestReader [2022-03-05T21:43:36.237Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-05T21:43:36.237Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-05T21:43:36.237Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-05T21:43:36.237Z] PASS [2022-03-05T21:43:36.237Z] coverage: 100.0% of statements [2022-03-05T21:43:36.237Z] ok github.com/docker/docker/registry/resumable 0.285s coverage: 100.0% of statements [2022-03-05T21:43:36.688Z] === RUN TestDockerSuite/TestExec [2022-03-05T21:43:36.706Z] === RUN TestResolveAuthConfigIndexServer [2022-03-05T21:43:36.707Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestResolveAuthConfigFullURL [2022-03-05T21:43:36.707Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-05T21:43:36.707Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestValidateMirror [2022-03-05T21:43:36.707Z] --- PASS: TestValidateMirror (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestLoadInsecureRegistries [2022-03-05T21:43:36.707Z] time="2022-03-05T21:43:36Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T21:43:36.707Z] time="2022-03-05T21:43:36Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-05T21:43:36.707Z] time="2022-03-05T21:43:36Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T21:43:36.707Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-05T21:43:36.707Z] === RUN TestNewServiceConfig [2022-03-05T21:43:36.707Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestValidateIndexName [2022-03-05T21:43:36.707Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestValidateIndexNameWithError [2022-03-05T21:43:36.707Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestEndpointParse [2022-03-05T21:43:36.707Z] --- PASS: TestEndpointParse (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestEndpointParseInvalid [2022-03-05T21:43:36.707Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestValidateEndpoint [2022-03-05T21:43:36.707Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-05T21:43:36.707Z] === RUN TestPing [2022-03-05T21:43:36.707Z] --- PASS: TestPing (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestPingRegistryEndpoint [2022-03-05T21:43:36.707Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:43:36.707Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-05T21:43:36.707Z] === RUN TestEndpoint [2022-03-05T21:43:36.707Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:43:36.707Z] --- SKIP: TestEndpoint (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestParseRepositoryInfo [2022-03-05T21:43:36.707Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestNewIndexInfo [2022-03-05T21:43:36.707Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestMirrorEndpointLookup [2022-03-05T21:43:36.707Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:43:36.707Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestSearchRepositories [2022-03-05T21:43:36.707Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-05T21:43:36.707Z] Host: 127.0.0.1:49363 [2022-03-05T21:43:36.707Z] User-Agent: docker test client [2022-03-05T21:43:36.707Z] Authorization: Token fake-token [2022-03-05T21:43:36.707Z] X-Docker-Token: true [2022-03-05T21:43:36.707Z] Accept-Encoding: gzip [2022-03-05T21:43:36.707Z] [2022-03-05T21:43:36.707Z] [2022-03-05T21:43:36.707Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-05T21:43:36.707Z] Connection: close [2022-03-05T21:43:36.707Z] Content-Length: 144 [2022-03-05T21:43:36.707Z] Cache-Control: no-cache [2022-03-05T21:43:36.707Z] Content-Type: application/json [2022-03-05T21:43:36.707Z] Date: Sat, 05 Mar 2022 21:43:36 GMT [2022-03-05T21:43:36.707Z] Expires: -1 [2022-03-05T21:43:36.707Z] Pragma: no-cache [2022-03-05T21:43:36.707Z] Server: docker-tests/mock [2022-03-05T21:43:36.707Z] X-Docker-Registry-Config: mock [2022-03-05T21:43:36.707Z] X-Docker-Registry-Version: 0.0.0 [2022-03-05T21:43:36.707Z] [2022-03-05T21:43:36.707Z] [2022-03-05T21:43:36.707Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-05T21:43:36.707Z] === RUN TestTrustedLocation [2022-03-05T21:43:36.707Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-05T21:43:36.707Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestAllowNondistributableArtifacts [2022-03-05T21:43:36.707Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestIsSecureIndex [2022-03-05T21:43:36.707Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-05T21:43:36.707Z] PASS [2022-03-05T21:43:36.707Z] coverage: 51.2% of statements [2022-03-05T21:43:36.707Z] ok github.com/docker/docker/registry 0.311s coverage: 51.2% of statements [2022-03-05T21:43:36.707Z] === RUN TestDecodeContainerConfig [2022-03-05T21:43:36.707Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestDecodeContainerConfigIsolation [2022-03-05T21:43:36.707Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-05T21:43:36.707Z] === RUN TestValidatePrivileged [2022-03-05T21:43:36.707Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-05T21:43:36.707Z] PASS [2022-03-05T21:43:36.707Z] coverage: 52.6% of statements [2022-03-05T21:43:36.707Z] ok github.com/docker/docker/runconfig 0.051s coverage: 52.6% of statements [2022-03-05T21:43:36.949Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T21:43:37.175Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-05T21:43:37.175Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-05T21:43:37.175Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-05T21:43:37.175Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-05T21:43:37.175Z] PASS [2022-03-05T21:43:37.175Z] coverage: 62.5% of statements [2022-03-05T21:43:37.175Z] ok github.com/docker/docker/testutil 0.050s coverage: 62.5% of statements [2022-03-05T21:43:37.523Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T21:43:37.785Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T21:43:38.358Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T21:43:39.299Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T21:43:39.396Z] === RUN TestGetDriver [2022-03-05T21:43:39.396Z] --- PASS: TestGetDriver (0.00s) [2022-03-05T21:43:39.396Z] === RUN TestVolumeRequestError [2022-03-05T21:43:39.396Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-05T21:43:39.396Z] PASS [2022-03-05T21:43:39.396Z] coverage: 36.1% of statements [2022-03-05T21:43:39.396Z] ok github.com/docker/docker/volume/drivers 0.062s coverage: 36.1% of statements [2022-03-05T21:43:39.871Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T21:43:40.131Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T21:43:40.384Z] === RUN TestGetAddress [2022-03-05T21:43:40.384Z] --- PASS: TestGetAddress (0.00s) [2022-03-05T21:43:40.384Z] === RUN TestRemove [2022-03-05T21:43:40.384Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T21:43:40.384Z] --- SKIP: TestRemove (0.00s) [2022-03-05T21:43:40.384Z] === RUN TestInitializeWithVolumes [2022-03-05T21:43:40.384Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-05T21:43:40.384Z] === RUN TestCreate [2022-03-05T21:43:40.384Z] --- PASS: TestCreate (0.01s) [2022-03-05T21:43:40.384Z] === RUN TestValidateName [2022-03-05T21:43:40.384Z] --- PASS: TestValidateName (0.00s) [2022-03-05T21:43:40.384Z] === RUN TestCreateWithOpts [2022-03-05T21:43:40.384Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T21:43:40.384Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-05T21:43:40.384Z] === RUN TestRelaodNoOpts [2022-03-05T21:43:40.384Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-05T21:43:40.384Z] PASS [2022-03-05T21:43:40.384Z] coverage: 41.5% of statements [2022-03-05T21:43:40.384Z] ok github.com/docker/docker/volume/local 0.090s coverage: 41.5% of statements [2022-03-05T21:43:40.702Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRaw [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-05T21:43:40.853Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRaw [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-05T21:43:40.853Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-05T21:43:40.853Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-05T21:43:41.273Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T21:43:41.321Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-05T21:43:41.321Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T21:43:41.321Z] === RUN TestConvertTmpfsOptions [2022-03-05T21:43:41.321Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-05T21:43:41.321Z] linux_parser_test.go:209: data="ro" [2022-03-05T21:43:41.321Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-05T21:43:41.321Z] === RUN TestParseMountSpec [2022-03-05T21:43:41.321Z] parser_test.go:62: case 0 [2022-03-05T21:43:41.321Z] parser_test.go:62: case 1 [2022-03-05T21:43:41.321Z] parser_test.go:62: case 2 [2022-03-05T21:43:41.321Z] parser_test.go:62: case 3 [2022-03-05T21:43:41.321Z] parser_test.go:62: case 4 [2022-03-05T21:43:41.321Z] parser_test.go:62: case 5 [2022-03-05T21:43:41.321Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-05T21:43:41.321Z] === RUN TestValidateMount [2022-03-05T21:43:41.321Z] --- PASS: TestValidateMount (0.00s) [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRaw [2022-03-05T21:43:41.321Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-05T21:43:41.321Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-05T21:43:41.322Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T21:43:41.322Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-05T21:43:41.322Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T21:43:41.322Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-05T21:43:41.322Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T21:43:41.322Z] PASS [2022-03-05T21:43:41.322Z] coverage: 67.6% of statements [2022-03-05T21:43:41.322Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.6% of statements [2022-03-05T21:43:41.790Z] === RUN TestSetGetMeta [2022-03-05T21:43:41.790Z] === PAUSE TestSetGetMeta [2022-03-05T21:43:41.790Z] === RUN TestRestore [2022-03-05T21:43:41.790Z] === PAUSE TestRestore [2022-03-05T21:43:41.790Z] === RUN TestServiceCreate [2022-03-05T21:43:41.790Z] === PAUSE TestServiceCreate [2022-03-05T21:43:41.790Z] === RUN TestServiceList [2022-03-05T21:43:41.790Z] === PAUSE TestServiceList [2022-03-05T21:43:41.791Z] === RUN TestServiceRemove [2022-03-05T21:43:41.791Z] === PAUSE TestServiceRemove [2022-03-05T21:43:41.791Z] === RUN TestServiceGet [2022-03-05T21:43:41.791Z] === PAUSE TestServiceGet [2022-03-05T21:43:41.791Z] === RUN TestServicePrune [2022-03-05T21:43:41.791Z] === PAUSE TestServicePrune [2022-03-05T21:43:41.791Z] === RUN TestCreate [2022-03-05T21:43:41.791Z] === PAUSE TestCreate [2022-03-05T21:43:41.791Z] === RUN TestRemove [2022-03-05T21:43:41.791Z] === PAUSE TestRemove [2022-03-05T21:43:41.791Z] === RUN TestList [2022-03-05T21:43:41.791Z] === PAUSE TestList [2022-03-05T21:43:41.791Z] === RUN TestFindByDriver [2022-03-05T21:43:41.791Z] === PAUSE TestFindByDriver [2022-03-05T21:43:41.791Z] === RUN TestFindByReferenced [2022-03-05T21:43:41.791Z] === PAUSE TestFindByReferenced [2022-03-05T21:43:41.791Z] === RUN TestDerefMultipleOfSameRef [2022-03-05T21:43:41.791Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-05T21:43:41.791Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:43:41.791Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:43:41.791Z] === RUN TestDefererencePluginOnCreateError [2022-03-05T21:43:41.791Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-05T21:43:41.791Z] === RUN TestRefDerefRemove [2022-03-05T21:43:41.791Z] === PAUSE TestRefDerefRemove [2022-03-05T21:43:41.791Z] === RUN TestGet [2022-03-05T21:43:41.791Z] === PAUSE TestGet [2022-03-05T21:43:41.791Z] === RUN TestGetWithReference [2022-03-05T21:43:41.791Z] === PAUSE TestGetWithReference [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_nil_list [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_empty_list [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_filter_some [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_filter_middle [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:43:41.791Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-05T21:43:41.791Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_nil_list [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_filter_some [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_filter_middle [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-05T21:43:41.791Z] === CONT TestFilterFunc/test_empty_list [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-05T21:43:41.791Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-05T21:43:41.791Z] === CONT TestSetGetMeta [2022-03-05T21:43:41.791Z] === CONT TestList [2022-03-05T21:43:41.791Z] === CONT TestServiceGet [2022-03-05T21:43:41.791Z] === CONT TestRemove [2022-03-05T21:43:41.791Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-05T21:43:41.791Z] === CONT TestCreate [2022-03-05T21:43:41.791Z] --- PASS: TestRemove (0.03s) [2022-03-05T21:43:41.791Z] === CONT TestServicePrune [2022-03-05T21:43:41.791Z] --- PASS: TestList (0.04s) [2022-03-05T21:43:41.791Z] === CONT TestServiceList [2022-03-05T21:43:41.791Z] --- PASS: TestCreate (0.02s) [2022-03-05T21:43:41.791Z] === CONT TestServiceRemove [2022-03-05T21:43:41.791Z] --- PASS: TestServiceGet (0.21s) [2022-03-05T21:43:41.791Z] === CONT TestServiceCreate [2022-03-05T21:43:41.791Z] time="2022-03-05T21:43:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:43:41.791Z] --- PASS: TestServiceRemove (0.18s) [2022-03-05T21:43:41.791Z] === CONT TestDefererencePluginOnCreateError [2022-03-05T21:43:41.791Z] --- PASS: TestServiceList (0.18s) [2022-03-05T21:43:41.791Z] === CONT TestGetWithReference [2022-03-05T21:43:41.791Z] time="2022-03-05T21:43:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:43:41.791Z] time="2022-03-05T21:43:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:43:41.791Z] time="2022-03-05T21:43:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-05T21:43:41.791Z] --- PASS: TestServiceCreate (0.03s) [2022-03-05T21:43:41.791Z] === CONT TestGet [2022-03-05T21:43:41.791Z] time="2022-03-05T21:43:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T21:43:41.791Z] --- PASS: TestGetWithReference (0.03s) [2022-03-05T21:43:41.791Z] === CONT TestRefDerefRemove [2022-03-05T21:43:41.791Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-05T21:43:41.791Z] === CONT TestDerefMultipleOfSameRef [2022-03-05T21:43:41.791Z] --- PASS: TestServicePrune (0.22s) [2022-03-05T21:43:41.791Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T21:43:41.791Z] --- PASS: TestGet (0.03s) [2022-03-05T21:43:41.791Z] === CONT TestFindByReferenced [2022-03-05T21:43:41.791Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-05T21:43:41.791Z] === CONT TestRestore [2022-03-05T21:43:41.791Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-05T21:43:41.791Z] === CONT TestFindByDriver [2022-03-05T21:43:41.791Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-05T21:43:41.791Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-05T21:43:41.791Z] --- PASS: TestRestore (0.03s) [2022-03-05T21:43:41.791Z] --- PASS: TestFindByDriver (0.02s) [2022-03-05T21:43:41.791Z] PASS [2022-03-05T21:43:41.791Z] coverage: 69.0% of statements [2022-03-05T21:43:41.791Z] ok github.com/docker/docker/volume/service 0.353s coverage: 69.0% of statements [2022-03-05T21:43:41.845Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T21:43:42.417Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T21:43:43.360Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T21:43:44.302Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T21:43:44.564Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T21:43:45.507Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T21:43:46.086Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T21:43:48.010Z] --- PASS: TestServiceUpdateSecrets (14.58s) [2022-03-05T21:43:48.010Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:43:48.021Z] --- PASS: TestServiceUpdateSecrets (14.29s) [2022-03-05T21:43:48.021Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:43:48.954Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T21:43:49.528Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-05T21:43:50.101Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T21:43:50.110Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:43:50.110Z] INFO: Testing against a local daemon [2022-03-05T21:43:50.110Z] === RUN TestBuildWithSession [2022-03-05T21:43:50.110Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:43:50.110Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:43:50.110Z] === RUN TestBuildSquashParent [2022-03-05T21:43:50.110Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:43:50.110Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:43:50.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:43:50.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:43:50.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:43:50.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:43:50.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:43:50.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:43:50.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:43:50.110Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:43:50.110Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:43:50.110Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:43:50.110Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:43:50.673Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T21:43:51.243Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T21:43:51.813Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T21:43:52.073Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T21:43:53.014Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T21:43:53.588Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T21:43:54.160Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T21:43:56.729Z] 2022/03/05 21:43:55 Closing DB instances... [2022-03-05T21:43:56.729Z] time="2022-03-05T21:43:56Z" level=error msg="node: 76580653c8c7 is unknown to memberlist" [2022-03-05T21:43:56.729Z] time="2022-03-05T21:43:56Z" level=error msg="node: 76580653c8c7 is unknown to memberlist" [2022-03-05T21:43:57.187Z] time="2022-03-05T21:43:57Z" level=error msg="node: 76580653c8c7 is unknown to memberlist" [2022-03-05T21:43:57.187Z] time="2022-03-05T21:43:57Z" level=error msg="node: 76580653c8c7 is unknown to memberlist" [2022-03-05T21:43:57.644Z] time="2022-03-05T21:43:57Z" level=error msg="node: 76580653c8c7 is unknown to memberlist" [2022-03-05T21:43:57.644Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-05T21:43:57.644Z] === RUN TestFindNode [2022-03-05T21:43:57.644Z] 2022/03/05 21:43:57 Closing DB instances... [2022-03-05T21:43:57.644Z] --- PASS: TestFindNode (0.02s) [2022-03-05T21:43:57.644Z] === RUN TestChangeNodeState [2022-03-05T21:43:57.644Z] 2022/03/05 21:43:57 Closing DB instances... [2022-03-05T21:43:57.644Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-05T21:43:57.644Z] === RUN TestNodeReincarnation [2022-03-05T21:43:57.644Z] 2022/03/05 21:43:57 Closing DB instances... [2022-03-05T21:44:02.440Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-05T21:44:02.440Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-05T21:44:02.440Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-05T21:44:02.440Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-05T21:44:02.440Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-05T21:44:02.440Z] remote: Enumerating objects: 23, done. [2022-03-05T21:44:02.440Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-05T21:44:02.440Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-05T21:44:02.440Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-05T21:44:02.440Z] Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-03-05T21:44:02.440Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-05T21:44:02.440Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-05T21:44:02.440Z] Cross building: bundles/cross/linux/ppc64le [2022-03-05T21:44:02.440Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-05T21:44:02.440Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-05T21:44:02.924Z] --- PASS: TestServiceUpdateConfigs (14.27s) [2022-03-05T21:44:02.925Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-05T21:44:03.412Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-05T21:44:03.412Z] === RUN TestParallelCreate [2022-03-05T21:44:03.412Z] 2022/03/05 21:44:02 Closing DB instances... [2022-03-05T21:44:03.412Z] --- PASS: TestParallelCreate (0.02s) [2022-03-05T21:44:03.412Z] === RUN TestParallelDelete [2022-03-05T21:44:03.412Z] 2022/03/05 21:44:02 Closing DB instances... [2022-03-05T21:44:03.412Z] --- PASS: TestParallelDelete (0.02s) [2022-03-05T21:44:03.412Z] === RUN TestNetworkDBIslands [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:20559f2a59e3 with config:&{NodeID:20559f2a59e3 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node 20559f2a59e3/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node 20559f2a59e3/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a5c2602562f4 with config:&{NodeID:a5c2602562f4 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node a5c2602562f4/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node a5c2602562f4/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49380" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node a5c2602562f4/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node a5c2602562f4/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node 20559f2a59e3/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=info msg="Node 20559f2a59e3/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49381" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:84a1858e65f8 with config:&{NodeID:84a1858e65f8 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49382" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node 20559f2a59e3/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node 20559f2a59e3/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node a5c2602562f4/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=info msg="Node a5c2602562f4/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-05T21:44:03.412Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49383" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:0b1de8444dbe with config:&{NodeID:0b1de8444dbe Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 20559f2a59e3/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 20559f2a59e3/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node a5c2602562f4/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node a5c2602562f4/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=info msg="Node 84a1858e65f8/172.17.176.41, added to nodes list" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-05T21:44:03.868Z] time="2022-03-05T21:44:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2022-03-05T21:44:04.158Z] --- PASS: TestServiceUpdateConfigs (14.82s) [2022-03-05T21:44:04.158Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:03Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:e7eace3d6cbc with config:&{NodeID:e7eace3d6cbc Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node 84a1858e65f8/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node 84a1858e65f8/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node a5c2602562f4/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node a5c2602562f4/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node 20559f2a59e3/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node 20559f2a59e3/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.325Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:04.781Z] networkdb_test.go:835: Re-joining: 3 [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=info msg="The new bootstrap node list is:[172.17.176.41:10033 172.17.176.41:10034 172.17.176.41:10035]" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10033" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49388" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10034" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49389" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10035" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49390" [2022-03-05T21:44:04.781Z] networkdb_test.go:835: Re-joining: 4 [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=info msg="The new bootstrap node list is:[172.17.176.41:10033 172.17.176.41:10034 172.17.176.41:10035]" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10033" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49391" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10034" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49392" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10035" [2022-03-05T21:44:04.781Z] time="2022-03-05T21:44:04Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49393" [2022-03-05T21:44:05.100Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:04Z" level=info msg="node 0 leaving" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="node4(0b1de8444dbe): Node leave event for 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="node5(e7eace3d6cbc): Node leave event for 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="node3(84a1858e65f8): Node leave event for 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="node1(20559f2a59e3): Node leave event for 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.237Z] time="2022-03-05T21:44:05Z" level=info msg="node2(a5c2602562f4): Node leave event for 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:05.670Z] === RUN TestDockerSuite/TestExecTTY [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3/172.17.176.41, left gossip cluster" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3/172.17.176.41, left gossip cluster" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3/172.17.176.41, left gossip cluster" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3/172.17.176.41, left gossip cluster" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node 20559f2a59e3/172.17.176.41, left gossip cluster" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="node 1 leaving" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="node3(84a1858e65f8): Node leave event for a5c2602562f4/172.17.176.41" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4/172.17.176.41, left gossip cluster" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="node5(e7eace3d6cbc): Node leave event for a5c2602562f4/172.17.176.41" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4 change state NodeActive --> NodeFailed" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4/172.17.176.41, added to failed nodes list" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4 change state NodeActive --> NodeLeft" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=info msg="node4(0b1de8444dbe): Node leave event for a5c2602562f4/172.17.176.41" [2022-03-05T21:44:05.693Z] time="2022-03-05T21:44:05Z" level=error msg="node: a5c2602562f4 is unknown to memberlist" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4/172.17.176.41, left gossip cluster" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4/172.17.176.41, left gossip cluster" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="Node a5c2602562f4/172.17.176.41, left gossip cluster" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="node 2 leaving" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="Node 84a1858e65f8 change state NodeActive --> NodeLeft" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="node5(e7eace3d6cbc): Node leave event for 84a1858e65f8/172.17.176.41" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="Node 84a1858e65f8 change state NodeActive --> NodeLeft" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="node4(0b1de8444dbe): Node leave event for 84a1858e65f8/172.17.176.41" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="Node 84a1858e65f8 change state NodeActive --> NodeLeft" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=info msg="node3(84a1858e65f8): Node leave event for 84a1858e65f8/172.17.176.41" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=debug msg="memberlist: Failed ping: e7eace3d6cbc (timeout reached)" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.17.176.41:10035: use of closed network connection" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.17.176.41:10034: use of closed network connection" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.17.176.41:10036: use of closed network connection" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:05Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49394" [2022-03-05T21:44:06.150Z] time="2022-03-05T21:44:06Z" level=info msg="Node 84a1858e65f8/172.17.176.41, left gossip cluster" [2022-03-05T21:44:06.243Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="Node 84a1858e65f8/172.17.176.41, left gossip cluster" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="Node 84a1858e65f8/172.17.176.41, left gossip cluster" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=warning msg="memberlist: Was able to connect to e7eace3d6cbc but other probes failed, network may be misconfigured" [2022-03-05T21:44:06.610Z] networkdb_test.go:867: node4: OK [2022-03-05T21:44:06.610Z] networkdb_test.go:867: node5: OK [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="node 0 coming back" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c64458be3173 with config:&{NodeID:c64458be3173 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="Node c64458be3173/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="Node c64458be3173/172.17.176.41, added to nodes list" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="node 1 coming back" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cceb462e3db0 with config:&{NodeID:cceb462e3db0 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="Node cceb462e3db0/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="Node cceb462e3db0/172.17.176.41, added to nodes list" [2022-03-05T21:44:06.610Z] time="2022-03-05T21:44:06Z" level=info msg="node 2 coming back" [2022-03-05T21:44:06.611Z] time="2022-03-05T21:44:06Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9272a3608ebf with config:&{NodeID:9272a3608ebf Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T21:44:06.611Z] time="2022-03-05T21:44:06Z" level=info msg="Node 9272a3608ebf/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:06.611Z] time="2022-03-05T21:44:06Z" level=info msg="Node 9272a3608ebf/172.17.176.41, added to nodes list" [2022-03-05T21:44:06.816Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T21:44:07.388Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T21:44:07.649Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T21:44:07.649Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-05T21:44:07.649Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T21:44:08.037Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:44:08.037Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:44:09.031Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-05T21:44:09.603Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T21:44:10.335Z] time="2022-03-05T21:44:09Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.176.41:10033 172.17.176.41:10034 172.17.176.41:10035]" [2022-03-05T21:44:10.335Z] time="2022-03-05T21:44:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.176.41:10033 172.17.176.41:10034 172.17.176.41:10035]" [2022-03-05T21:44:10.546Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10033" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49395" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, is the new incarnation of the shutdown node 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49396" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10034" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, is the new incarnation of the shutdown node a5c2602562f4/172.17.176.41" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10035" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49397" [2022-03-05T21:44:10.791Z] time="2022-03-05T21:44:10Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, is the new incarnation of the shutdown node 84a1858e65f8/172.17.176.41" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, is the new incarnation of the shutdown node a5c2602562f4/172.17.176.41" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node cceb462e3db0/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, is the new incarnation of the shutdown node 20559f2a59e3/172.17.176.41" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node c64458be3173/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, is the new incarnation of the shutdown node 84a1858e65f8/172.17.176.41" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, added to nodes list" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, joined gossip cluster" [2022-03-05T21:44:10.792Z] time="2022-03-05T21:44:10Z" level=info msg="Node 9272a3608ebf/172.17.176.41, added to nodes list" [2022-03-05T21:44:11.118Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T21:44:11.248Z] time="2022-03-05T21:44:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10033" [2022-03-05T21:44:11.248Z] time="2022-03-05T21:44:11Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49398" [2022-03-05T21:44:11.248Z] time="2022-03-05T21:44:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10034" [2022-03-05T21:44:11.248Z] time="2022-03-05T21:44:11Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49399" [2022-03-05T21:44:11.248Z] time="2022-03-05T21:44:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.176.41:10035" [2022-03-05T21:44:11.248Z] time="2022-03-05T21:44:11Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49400" [2022-03-05T21:44:11.691Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T21:44:11.704Z] 2022/03/05 21:44:11 Closing DB instances... [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="node5(e7eace3d6cbc): Node leave event for c64458be3173/172.17.176.41" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="node2(cceb462e3db0): Node leave event for c64458be3173/172.17.176.41" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="node4(0b1de8444dbe): Node leave event for c64458be3173/172.17.176.41" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="node1(c64458be3173): Node leave event for c64458be3173/172.17.176.41" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="node3(9272a3608ebf): Node leave event for c64458be3173/172.17.176.41" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.163Z] time="2022-03-05T21:44:11Z" level=info msg="Node c64458be3173/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="node5(e7eace3d6cbc): Node leave event for cceb462e3db0/172.17.176.41" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="node4(0b1de8444dbe): Node leave event for cceb462e3db0/172.17.176.41" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0 change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="node3(9272a3608ebf): Node leave event for cceb462e3db0/172.17.176.41" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0 change state NodeActive --> NodeFailed" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0/172.17.176.41, added to failed nodes list" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=error msg="node: cceb462e3db0 is unknown to memberlist" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node cceb462e3db0/172.17.176.41, left gossip cluster" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node 9272a3608ebf change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="node5(e7eace3d6cbc): Node leave event for 9272a3608ebf/172.17.176.41" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="Node 9272a3608ebf change state NodeActive --> NodeLeft" [2022-03-05T21:44:12.620Z] time="2022-03-05T21:44:12Z" level=info msg="node4(0b1de8444dbe): Node leave event for 9272a3608ebf/172.17.176.41" [2022-03-05T21:44:12.633Z] check_test.go:379: [d184edc3d67d7] daemon is not started [2022-03-05T21:44:12.633Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-05T21:44:12.918Z] --- PASS: TestServiceUpdateNetwork (11.54s) [2022-03-05T21:44:12.918Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:44:13.075Z] time="2022-03-05T21:44:12Z" level=info msg="Node 9272a3608ebf change state NodeActive --> NodeLeft" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:12Z" level=info msg="node3(9272a3608ebf): Node leave event for 9272a3608ebf/172.17.176.41" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:12Z" level=info msg="Node 9272a3608ebf/172.17.176.41, left gossip cluster" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:12Z" level=info msg="Node 9272a3608ebf/172.17.176.41, left gossip cluster" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:12Z" level=info msg="Node 9272a3608ebf/172.17.176.41, left gossip cluster" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:13Z" level=debug msg="memberlist: Failed ping: e7eace3d6cbc (timeout reached)" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.176.41:10036: use of closed network connection" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.176.41:10035: use of closed network connection" [2022-03-05T21:44:13.076Z] time="2022-03-05T21:44:13Z" level=debug msg="memberlist: Stream connection from=172.17.176.41:49402" [2022-03-05T21:44:13.532Z] time="2022-03-05T21:44:13Z" level=info msg="Node 0b1de8444dbe change state NodeActive --> NodeLeft" [2022-03-05T21:44:13.532Z] time="2022-03-05T21:44:13Z" level=info msg="node5(e7eace3d6cbc): Node leave event for 0b1de8444dbe/172.17.176.41" [2022-03-05T21:44:13.532Z] time="2022-03-05T21:44:13Z" level=info msg="Node 0b1de8444dbe change state NodeActive --> NodeLeft" [2022-03-05T21:44:13.532Z] time="2022-03-05T21:44:13Z" level=info msg="node4(0b1de8444dbe): Node leave event for 0b1de8444dbe/172.17.176.41" [2022-03-05T21:44:13.710Z] --- PASS: TestBuildWithHugeFile (116.87s) [2022-03-05T21:44:13.710Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:44:13.710Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:44:13.710Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:44:13.710Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:44:13.710Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:44:13.710Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:44:13.710Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:44:13.710Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:44:13.710Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:44:13.710Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:44:13.710Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:44:13.710Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:44:13.710Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-05T21:44:13.710Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-05T21:44:13.710Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-05T21:44:13.710Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-05T21:44:13.710Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:44:13.710Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:44:13.710Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:44:13.710Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-05T21:44:13.710Z] PASS [2022-03-05T21:44:13.710Z] ok github.com/docker/docker/integration/build 192.694s [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === Skipped [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-05T21:44:13.710Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-05T21:44:13.710Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-05T21:44:13.710Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-05T21:44:13.710Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:44:13.710Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-05T21:44:13.710Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] DONE 29 tests, 6 skipped in 222.806s [2022-03-05T21:44:13.710Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-05T21:44:13.710Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:44:13.710Z] INFO: Testing against a local daemon [2022-03-05T21:44:13.710Z] === RUN TestConfigInspect [2022-03-05T21:44:13.710Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestConfigList [2022-03-05T21:44:13.710Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] --- SKIP: TestConfigList (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:44:13.710Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestConfigsUpdate [2022-03-05T21:44:13.710Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestTemplatedConfig [2022-03-05T21:44:13.710Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestConfigCreateResolve [2022-03-05T21:44:13.710Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:44:13.710Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-05T21:44:13.710Z] PASS [2022-03-05T21:44:13.710Z] ok github.com/docker/docker/integration/config 0.111s [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === Skipped [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-05T21:44:13.710Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-05T21:44:13.710Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-05T21:44:13.710Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-05T21:44:13.710Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-05T21:44:13.710Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-05T21:44:13.710Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:44:13.710Z] [2022-03-05T21:44:13.710Z] DONE 6 tests, 6 skipped in 2.312s [2022-03-05T21:44:13.710Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-05T21:44:13.710Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:44:13.710Z] INFO: Testing against a local daemon [2022-03-05T21:44:13.710Z] === RUN TestCheckpoint [2022-03-05T21:44:13.710Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:44:13.710Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestContainerInvalidJSON [2022-03-05T21:44:13.710Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:44:13.710Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:44:13.710Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:44:13.710Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:44:13.710Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:44:13.710Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:44:13.710Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-05T21:44:13.710Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T21:44:13.710Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T21:44:13.710Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:44:13.710Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-03-05T21:44:13.710Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:44:13.710Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-03-05T21:44:13.710Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:44:13.710Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-03-05T21:44:13.710Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:44:13.710Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-03-05T21:44:13.710Z] === RUN TestCopyFromContainer [2022-03-05T21:44:13.710Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.710Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:44:13.710Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:44:13.710Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:44:13.710Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:44:13.710Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:44:13.710Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:44:13.710Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:44:13.710Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:44:13.710Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:44:13.710Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:44:13.710Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-05T21:44:13.710Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T21:44:13.710Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:44:13.710Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:44:13.710Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T21:44:13.710Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T21:44:13.710Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:44:13.710Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:44:13.710Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:44:13.710Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:44:13.710Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:44:13.710Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:44:13.710Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:44:13.710Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:44:13.710Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:44:13.710Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:44:13.711Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.711Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:44:13.711Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:44:13.711Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:44:13.711Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:44:13.711Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:44:13.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:44:13.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:44:13.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:44:13.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:44:13.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:44:13.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:44:13.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:44:13.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:44:13.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:44:13.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:44:13.711Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:44:13.711Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:44:13.711Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:44:13.711Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:44:13.711Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T21:44:13.711Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:44:13.711Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T21:44:13.711Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:44:13.711Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:44:13.711Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:44:13.711Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T21:44:13.711Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:44:13.711Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-03-05T21:44:13.711Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:44:13.711Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T21:44:13.711Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T21:44:13.711Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:44:13.711Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.711Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestDiff [2022-03-05T21:44:13.711Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T21:44:13.711Z] --- SKIP: TestDiff (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestExecWithCloseStdin [2022-03-05T21:44:13.711Z] --- PASS: TestExecWithCloseStdin (2.69s) [2022-03-05T21:44:13.711Z] === RUN TestExec [2022-03-05T21:44:13.711Z] --- PASS: TestExec (2.50s) [2022-03-05T21:44:13.711Z] === RUN TestExecUser [2022-03-05T21:44:13.711Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T21:44:13.711Z] --- SKIP: TestExecUser (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:44:13.711Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.711Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:44:13.711Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:13.711Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:44:13.711Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T21:44:13.711Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestHealthKillContainer [2022-03-05T21:44:13.711Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T21:44:13.711Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:44:13.711Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:44:13.711Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:44:13.711Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:44:13.711Z] --- PASS: TestKillContainerInvalidSignal (2.31s) [2022-03-05T21:44:13.711Z] === RUN TestKillContainer [2022-03-05T21:44:13.711Z] === RUN TestKillContainer/no_signal [2022-03-05T21:44:13.988Z] time="2022-03-05T21:44:13Z" level=warning msg="memberlist: Was able to connect to e7eace3d6cbc but other probes failed, network may be misconfigured" [2022-03-05T21:44:13.988Z] time="2022-03-05T21:44:13Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, left gossip cluster" [2022-03-05T21:44:14.299Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-05T21:44:14.445Z] time="2022-03-05T21:44:14Z" level=info msg="Node 0b1de8444dbe/172.17.176.41, left gossip cluster" [2022-03-05T21:44:14.553Z] docker_api_swarm_test.go:802: [dd6b57985a78c] joining swarm manager [dbe973d69d64f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:44:14.559Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-05T21:44:14.902Z] time="2022-03-05T21:44:14Z" level=debug msg="memberlist: Failed to join 172.17.176.41: dial tcp 172.17.176.41:10034: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T21:44:14.902Z] time="2022-03-05T21:44:14Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.17.176.41:10037: use of closed network connection" [2022-03-05T21:44:14.902Z] time="2022-03-05T21:44:14Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, left gossip cluster" [2022-03-05T21:44:14.902Z] time="2022-03-05T21:44:14Z" level=info msg="Node e7eace3d6cbc change state NodeActive --> NodeFailed" [2022-03-05T21:44:14.902Z] time="2022-03-05T21:44:14Z" level=info msg="Node e7eace3d6cbc/172.17.176.41, added to failed nodes list" [2022-03-05T21:44:14.902Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-03-05T21:44:14.902Z] PASS [2022-03-05T21:44:14.902Z] coverage: 60.4% of statements [2022-03-05T21:44:14.902Z] ok github.com/docker/docker/libnetwork/networkdb 104.377s coverage: 60.4% of statements [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/quota [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T21:44:14.902Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T21:44:15.880Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:44:15.880Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T21:44:15.880Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:44:15.954Z] docker_api_swarm_test.go:802: [dc072d002d9d8] joining swarm manager [dbe973d69d64f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:44:15.954Z] --- PASS: TestServiceUpdateNetwork (13.16s) [2022-03-05T21:44:15.954Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:44:16.215Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T21:44:17.158Z] docker_api_swarm_test.go:802: [d6e6f3cdf52c7] joining swarm manager [dbe973d69d64f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-05T21:44:17.418Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === Skipped [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-05T21:44:17.795Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-05T21:44:17.795Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-05T21:44:17.795Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-05T21:44:17.795Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-05T21:44:17.795Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T21:44:17.795Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T21:44:17.795Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T21:44:17.795Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T21:44:17.795Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-05T21:44:17.795Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T21:44:17.795Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-05T21:44:17.795Z] daemon_test.go:145: root required [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T21:44:17.795Z] reload_test.go:342: root required [2022-03-05T21:44:17.795Z] [2022-03-05T21:44:17.795Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T21:44:17.796Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T21:44:17.796Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-05T21:44:17.796Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-05T21:44:17.796Z] download_test.go:267: Needs fixing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-05T21:44:17.796Z] layer_test.go:291: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-05T21:44:17.796Z] layer_test.go:340: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-05T21:44:17.796Z] layer_test.go:455: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-05T21:44:17.796Z] layer_test.go:684: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-05T21:44:17.796Z] migration_test.go:45: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T21:44:17.796Z] migration_test.go:181: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-05T21:44:17.796Z] mount_test.go:17: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-05T21:44:17.796Z] mount_test.go:76: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-05T21:44:17.796Z] mount_test.go:125: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-05T21:44:17.796Z] mount_test.go:212: Failing on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-05T21:44:17.796Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-05T21:44:17.796Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-05T21:44:17.796Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-05T21:44:17.796Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-05T21:44:17.796Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-05T21:44:17.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-05T21:44:17.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-05T21:44:17.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-05T21:44:17.796Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-05T21:44:17.796Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-05T21:44:17.796Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-05T21:44:17.796Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:44:17.796Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:44:17.796Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:44:17.796Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:44:17.796Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:44:17.796Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.04s) [2022-03-05T21:44:17.796Z] archive_test.go:140: zstd not installed [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-05T21:44:17.796Z] archive_windows_test.go:16: Currently fails [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-05T21:44:17.796Z] changes_test.go:195: needs more investigation [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-05T21:44:17.796Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-05T21:44:17.796Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-05T21:44:17.796Z] changes_test.go:432: needs further investigation [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-05T21:44:17.796Z] changes_test.go:468: needs further investigation [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.01s) [2022-03-05T21:44:17.796Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-05T21:44:17.796Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-05T21:44:17.796Z] poller_test.go:40: No chmod on Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T21:44:17.796Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T21:44:17.796Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-05T21:44:17.796Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-05T21:44:17.796Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-05T21:44:17.796Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-05T21:44:17.796Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-05T21:44:17.796Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T21:44:17.796Z] [2022-03-05T21:44:17.796Z] DONE 2077 tests, 70 skipped in 296.628s [2022-03-05T21:44:17.988Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-05T21:44:18.251Z] INFO: make.ps1 ended at 03/05/2022 21:44:17 [2022-03-05T21:44:18.559Z] docker_api_swarm_test.go:802: [d2f8b261b2812] joining swarm manager [dbe973d69d64f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-05T21:44:18.773Z] --- PASS: TestKillContainer (5.25s) [2022-03-05T21:44:18.773Z] --- PASS: TestKillContainer/no_signal (2.24s) [2022-03-05T21:44:18.773Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:44:18.773Z] --- PASS: TestKillContainer/killing_signal (2.95s) [2022-03-05T21:44:18.773Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:44:18.773Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:44:18.773Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T21:44:18.773Z] === RUN TestKillStoppedContainer [2022-03-05T21:44:18.773Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:44:18.774Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-05T21:44:18.774Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:44:18.774Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:44:18.774Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T21:44:18.774Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:44:18.774Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T21:44:18.774Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-05T21:44:18.774Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:44:18.774Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:18.774Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T21:44:18.774Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:44:18.774Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:44:18.774Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T21:44:18.774Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:44:19.783Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-05T21:44:19.783Z] INFO: Unit tests ended at 03/05/2022 21:44:19. Duration:00:05:13.3485634 [2022-03-05T21:44:19.783Z] INFO: Building busybox [2022-03-05T21:44:19.947Z] docker_api_swarm_test.go:810: [d48887bf328f2] joining swarm manager [dbe973d69d64f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-05T21:44:20.240Z] Sending build context to Docker daemon 5.12kB [2022-03-05T21:44:20.240Z] [2022-03-05T21:44:20.240Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-05T21:44:20.240Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-05T21:44:20.240Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-05T21:44:20.240Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-05T21:44:20.240Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-05T21:44:20.240Z] ---> bdeb13086b9f [2022-03-05T21:44:20.240Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-05T21:44:20.240Z] ---> Running in 39d948cff859 [2022-03-05T21:44:20.518Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (18.00s) [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.43s) [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (18.58s) [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (22.79s) [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.34s) [2022-03-05T21:44:20.592Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.01s) [2022-03-05T21:44:20.592Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:44:20.592Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:44:21.670Z] --- PASS: TestLogsFollowTailEmpty (2.38s) [2022-03-05T21:44:21.670Z] === RUN TestNetworkNat [2022-03-05T21:44:21.670Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T21:44:21.670Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-05T21:44:21.670Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:44:22.433Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T21:44:22.703Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-05T21:44:24.571Z] --- PASS: TestNetworkLocalhostTCPNat (2.81s) [2022-03-05T21:44:24.571Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:44:24.571Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T21:44:24.571Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-05T21:44:24.571Z] === RUN TestPause [2022-03-05T21:44:24.571Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T21:44:24.571Z] --- SKIP: TestPause (0.00s) [2022-03-05T21:44:24.571Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:44:25.007Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-05T21:44:26.739Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.43s) [2022-03-05T21:44:26.739Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:44:26.739Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:44:26.739Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-05T21:44:26.739Z] === RUN TestPsFilter [2022-03-05T21:44:26.739Z] --- PASS: TestPsFilter (0.38s) [2022-03-05T21:44:26.739Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:44:26.919Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T21:44:27.180Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T21:44:27.180Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T21:44:27.180Z] === RUN TestDockerSuite/TestHealth [2022-03-05T21:44:27.290Z] Removing intermediate container 39d948cff859 [2022-03-05T21:44:27.290Z] ---> d166fc8bd461 [2022-03-05T21:44:27.290Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-05T21:44:27.290Z] ---> Running in 8c829352edb5 [2022-03-05T21:44:27.290Z] Removing intermediate container 8c829352edb5 [2022-03-05T21:44:27.290Z] ---> a0296a247766 [2022-03-05T21:44:27.290Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-05T21:44:27.290Z] ---> Running in 2be70c33340d [2022-03-05T21:44:27.746Z] Removing intermediate container 2be70c33340d [2022-03-05T21:44:27.746Z] ---> c11ae11e6664 [2022-03-05T21:44:27.746Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-05T21:44:28.708Z] [2022-03-05T21:44:29.164Z] ---> cc2bca4c43e7 [2022-03-05T21:44:29.164Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-05T21:44:29.283Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2022-03-05T21:44:29.283Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-05T21:44:29.283Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-05T21:44:29.283Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-05T21:44:29.283Z] PASS [2022-03-05T21:44:29.283Z] [2022-03-05T21:44:29.283Z] === Skipped [2022-03-05T21:44:29.283Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T21:44:29.283Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:44:29.283Z] [2022-03-05T21:44:29.283Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-05T21:44:29.283Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T21:44:29.283Z] [2022-03-05T21:44:29.283Z] DONE 27 tests, 2 skipped in 144.470s [2022-03-05T21:44:29.283Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T21:44:29.283Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:29.283Z] ++ set -e [2022-03-05T21:44:29.283Z] ++ '[' -n 0 ']' [2022-03-05T21:44:29.283Z] ++ set -x [2022-03-05T21:44:29.283Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:29.283Z] INFO: Testing against a local daemon [2022-03-05T21:44:29.283Z] === RUN TestSessionCreate [2022-03-05T21:44:29.283Z] --- PASS: TestSessionCreate (0.02s) [2022-03-05T21:44:29.283Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:44:29.283Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-05T21:44:29.283Z] PASS [2022-03-05T21:44:29.283Z] [2022-03-05T21:44:29.283Z] DONE 2 tests in 0.126s [2022-03-05T21:44:29.283Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T21:44:29.283Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:29.283Z] ++ set -e [2022-03-05T21:44:29.283Z] ++ '[' -n 0 ']' [2022-03-05T21:44:29.283Z] ++ set -x [2022-03-05T21:44:29.283Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:29.283Z] INFO: Testing against a local daemon [2022-03-05T21:44:29.283Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:44:29.283Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T21:44:29.283Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:44:29.283Z] === RUN TestDiskUsage [2022-03-05T21:44:29.283Z] === PAUSE TestDiskUsage [2022-03-05T21:44:29.283Z] === RUN TestEventsExecDie [2022-03-05T21:44:29.544Z] --- PASS: TestEventsExecDie (0.42s) [2022-03-05T21:44:29.544Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:44:29.544Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-05T21:44:29.544Z] === RUN TestEventsVolumeCreate [2022-03-05T21:44:29.544Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-05T21:44:29.544Z] === RUN TestInfoBinaryCommits [2022-03-05T21:44:29.544Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T21:44:29.544Z] === RUN TestInfoAPIVersioned [2022-03-05T21:44:29.544Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-05T21:44:29.544Z] === RUN TestInfoAPI [2022-03-05T21:44:29.544Z] --- PASS: TestInfoAPI (0.02s) [2022-03-05T21:44:29.544Z] === RUN TestInfoAPIWarnings [2022-03-05T21:44:29.621Z] ---> Running in ebd6bc343a3a [2022-03-05T21:44:30.462Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.03s) [2022-03-05T21:44:30.462Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:44:32.470Z] --- PASS: TestServiceUpdatePidsLimit (16.44s) [2022-03-05T21:44:32.470Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-03-05T21:44:32.470Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-05T21:44:32.470Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-03-05T21:44:32.470Z] PASS [2022-03-05T21:44:32.470Z] [2022-03-05T21:44:32.470Z] === Skipped [2022-03-05T21:44:32.470Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T21:44:32.470Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T21:44:32.470Z] [2022-03-05T21:44:32.470Z] DONE 27 tests, 1 skipped in 195.954s [2022-03-05T21:44:32.470Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T21:44:32.470Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:32.470Z] ++ set -e [2022-03-05T21:44:32.470Z] ++ '[' -n 0 ']' [2022-03-05T21:44:32.470Z] ++ set -x [2022-03-05T21:44:32.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:32.731Z] INFO: Testing against a local daemon [2022-03-05T21:44:32.731Z] === RUN TestSessionCreate [2022-03-05T21:44:32.731Z] --- PASS: TestSessionCreate (0.02s) [2022-03-05T21:44:32.731Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:44:32.732Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2022-03-05T21:44:32.732Z] PASS [2022-03-05T21:44:32.732Z] [2022-03-05T21:44:32.732Z] DONE 2 tests in 0.172s [2022-03-05T21:44:32.732Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T21:44:32.732Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:32.732Z] ++ set -e [2022-03-05T21:44:32.732Z] ++ '[' -n 0 ']' [2022-03-05T21:44:32.732Z] ++ set -x [2022-03-05T21:44:32.732Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:32.732Z] INFO: Testing against a local daemon [2022-03-05T21:44:32.732Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:44:32.732Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T21:44:32.732Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:44:32.732Z] === RUN TestDiskUsage [2022-03-05T21:44:32.732Z] === PAUSE TestDiskUsage [2022-03-05T21:44:32.732Z] === RUN TestEventsExecDie [2022-03-05T21:44:33.303Z] --- PASS: TestEventsExecDie (0.58s) [2022-03-05T21:44:33.303Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:44:33.359Z] --- PASS: TestRemoveContainerWithVolume (2.91s) [2022-03-05T21:44:33.359Z] === RUN TestRemoveContainerRunning [2022-03-05T21:44:33.564Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-05T21:44:33.564Z] === RUN TestEventsVolumeCreate [2022-03-05T21:44:33.564Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-05T21:44:33.564Z] === RUN TestInfoBinaryCommits [2022-03-05T21:44:33.564Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-03-05T21:44:33.564Z] === RUN TestInfoAPIVersioned [2022-03-05T21:44:33.564Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-05T21:44:33.564Z] === RUN TestInfoAPI [2022-03-05T21:44:33.564Z] --- PASS: TestInfoAPI (0.01s) [2022-03-05T21:44:33.564Z] === RUN TestInfoAPIWarnings [2022-03-05T21:44:35.529Z] --- PASS: TestRemoveContainerRunning (2.61s) [2022-03-05T21:44:35.529Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:44:37.697Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.42s) [2022-03-05T21:44:37.697Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:44:38.154Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-05T21:44:38.154Z] === RUN TestRenameLinkedContainer [2022-03-05T21:44:38.154Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T21:44:38.154Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-05T21:44:38.154Z] === RUN TestRenameStoppedContainer [2022-03-05T21:44:38.547Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:44:38.547Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:44:39.016Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:44:41.047Z] --- PASS: TestRenameStoppedContainer (2.89s) [2022-03-05T21:44:41.047Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:44:41.235Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:44:41.980Z] Removing intermediate container ebd6bc343a3a [2022-03-05T21:44:41.980Z] ---> 9fda4168dc2c [2022-03-05T21:44:41.980Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-05T21:44:41.980Z] ---> Running in 6216c2f3203b [2022-03-05T21:44:42.945Z] [2022-03-05T21:44:42.945Z] SUCCESS: Specified value was saved. [2022-03-05T21:44:43.456Z] --- PASS: TestBuildMultiStageCopy (22.82s) [2022-03-05T21:44:43.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (15.52s) [2022-03-05T21:44:43.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.44s) [2022-03-05T21:44:43.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.72s) [2022-03-05T21:44:43.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.85s) [2022-03-05T21:44:43.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (2.29s) [2022-03-05T21:44:43.456Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:44:45.723Z] --- PASS: TestRenameRunningContainerAndReuse (4.79s) [2022-03-05T21:44:45.723Z] === RUN TestRenameInvalidName [2022-03-05T21:44:46.668Z] Removing intermediate container 6216c2f3203b [2022-03-05T21:44:46.668Z] ---> d0c07dc4edc1 [2022-03-05T21:44:46.668Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-05T21:44:46.668Z] ---> Running in dd62488fdbb7 [2022-03-05T21:44:47.653Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-03-05T21:44:47.653Z] === RUN TestInfoDebug [2022-03-05T21:44:47.653Z] --- PASS: TestInfoDebug (0.52s) [2022-03-05T21:44:47.653Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:44:47.653Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-05T21:44:47.653Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:44:47.653Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-05T21:44:47.653Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:44:47.653Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-05T21:44:47.653Z] === RUN TestPingCacheHeaders [2022-03-05T21:44:47.653Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T21:44:47.653Z] === RUN TestPingGet [2022-03-05T21:44:47.653Z] --- PASS: TestPingGet (0.01s) [2022-03-05T21:44:47.653Z] === RUN TestPingHead [2022-03-05T21:44:47.653Z] --- PASS: TestPingHead (0.02s) [2022-03-05T21:44:47.653Z] === RUN TestVersion [2022-03-05T21:44:47.653Z] --- PASS: TestVersion (0.02s) [2022-03-05T21:44:47.653Z] === CONT TestDiskUsage [2022-03-05T21:44:47.894Z] --- PASS: TestRenameInvalidName (2.34s) [2022-03-05T21:44:47.894Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T21:44:47.913Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T21:44:48.173Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T21:44:48.222Z] --- PASS: TestBuildMultiStageParentConfig (4.89s) [2022-03-05T21:44:48.222Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:44:48.222Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:44:48.222Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-05T21:44:48.222Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T21:44:48.433Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T21:44:48.465Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage (1.10s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run (0.28s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-05T21:44:48.693Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:48.693Z] PASS [2022-03-05T21:44:48.693Z] [2022-03-05T21:44:48.693Z] === Skipped [2022-03-05T21:44:48.693Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:44:48.693Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T21:44:48.693Z] [2022-03-05T21:44:48.693Z] DONE 50 tests, 1 skipped in 19.666s [2022-03-05T21:44:48.693Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T21:44:48.693Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:48.693Z] ++ set -e [2022-03-05T21:44:48.693Z] ++ '[' -n 0 ']' [2022-03-05T21:44:48.693Z] ++ set -x [2022-03-05T21:44:48.693Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:48.693Z] INFO: Testing against a local daemon [2022-03-05T21:44:48.693Z] === RUN TestVolumesCreateAndList [2022-03-05T21:44:48.693Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T21:44:48.693Z] === RUN TestVolumesRemove [2022-03-05T21:44:48.693Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-05T21:44:48.693Z] === RUN TestVolumesInspect [2022-03-05T21:44:48.693Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-05T21:44:48.693Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:44:48.693Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:44:48.693Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:44:48.693Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:44:48.693Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-05T21:44:48.693Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T21:44:48.693Z] PASS [2022-03-05T21:44:48.693Z] [2022-03-05T21:44:48.693Z] DONE 5 tests in 0.191s [2022-03-05T21:44:48.693Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T21:44:48.726Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T21:44:48.726Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T21:44:48.954Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T21:44:48.954Z] +++ kill 13121 [2022-03-05T21:44:49.214Z] +++ /etc/init.d/apparmor stop [2022-03-05T21:44:49.214Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T21:44:49.214Z] [2022-03-05T21:44:49.214Z] Unloading profiles will leave already running processes permanently [2022-03-05T21:44:49.214Z] unconfined, which can lead to unexpected situations. [2022-03-05T21:44:49.214Z] [2022-03-05T21:44:49.214Z] To set a process to complain mode, use the command line tool [2022-03-05T21:44:49.214Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T21:44:49.214Z] +++ true [2022-03-05T21:44:49.214Z] exiting test-integration [2022-03-05T21:44:49.214Z] ++ exit 0 [2022-03-05T21:44:49.214Z] [2022-03-05T21:44:49.296Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase Post stage [Pipeline] junit [2022-03-05T21:44:49.799Z] Recording test results [2022-03-05T21:44:49.868Z] --- PASS: TestInfoAPIWarnings (16.30s) [2022-03-05T21:44:49.868Z] === RUN TestInfoDebug [2022-03-05T21:44:49.974Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T21:44:50.129Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T21:44:50.129Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T21:44:50.313Z] + echo Ensuring container killed. [2022-03-05T21:44:50.313Z] Ensuring container killed. [2022-03-05T21:44:50.313Z] + docker rm -vf docker-pr2 [2022-03-05T21:44:50.313Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-05T21:44:50.390Z] --- PASS: TestInfoDebug (0.54s) [2022-03-05T21:44:50.390Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:44:50.444Z] --- PASS: TestBuildWithEmptyLayers (2.40s) [2022-03-05T21:44:50.444Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:44:50.616Z] + echo Chowning /workspace to jenkins user [2022-03-05T21:44:50.616Z] Chowning /workspace to jenkins user [2022-03-05T21:44:50.616Z] + id -u [2022-03-05T21:44:50.616Z] + id -g [2022-03-05T21:44:50.616Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T21:44:50.996Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T21:44:50.996Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-05T21:44:50.996Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:44:51.340Z] Cannot create a file when that file already exists. [2022-03-05T21:44:51.580Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-05T21:44:51.580Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:44:51.580Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-05T21:44:51.580Z] === RUN TestPingCacheHeaders [2022-03-05T21:44:51.580Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-03-05T21:44:51.580Z] === RUN TestPingGet [2022-03-05T21:44:51.580Z] --- PASS: TestPingGet (0.01s) [2022-03-05T21:44:51.580Z] === RUN TestPingHead [2022-03-05T21:44:51.580Z] --- PASS: TestPingHead (0.01s) [2022-03-05T21:44:51.580Z] === RUN TestVersion [2022-03-05T21:44:51.580Z] --- PASS: TestVersion (0.01s) [2022-03-05T21:44:51.580Z] === CONT TestDiskUsage [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T21:44:52.151Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T21:44:52.304Z] + bundleName=arm64-integration [2022-03-05T21:44:52.304Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-05T21:44:52.304Z] Creating arm64-integration-bundles.tar.gz [2022-03-05T21:44:52.304Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-05T21:44:52.304Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-05T21:44:52.318Z] Archiving artifacts [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T21:44:52.413Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T21:44:52.603Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T21:44:52.673Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T21:44:52.915Z] + make clean [2022-03-05T21:44:52.915Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T21:44:52.915Z] docker-dev-cache [2022-03-05T21:44:52.915Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage (1.24s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.26s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-05T21:44:52.934Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T21:44:52.934Z] PASS [2022-03-05T21:44:52.934Z] [2022-03-05T21:44:52.934Z] === Skipped [2022-03-05T21:44:52.934Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:44:52.934Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T21:44:52.934Z] [2022-03-05T21:44:52.934Z] DONE 50 tests, 1 skipped in 20.109s [2022-03-05T21:44:52.934Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T21:44:52.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:52.934Z] ++ set -e [2022-03-05T21:44:52.934Z] ++ '[' -n 0 ']' [2022-03-05T21:44:52.934Z] ++ set -x [2022-03-05T21:44:52.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T21:44:52.934Z] INFO: Testing against a local daemon [2022-03-05T21:44:52.934Z] === RUN TestVolumesCreateAndList [2022-03-05T21:44:52.934Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T21:44:52.934Z] === RUN TestVolumesRemove [2022-03-05T21:44:52.934Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-05T21:44:52.934Z] === RUN TestVolumesInspect [2022-03-05T21:44:52.934Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-05T21:44:52.934Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:44:52.934Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:44:52.934Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:44:52.934Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:44:52.934Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-05T21:44:52.934Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T21:44:52.934Z] PASS [2022-03-05T21:44:52.934Z] [2022-03-05T21:44:52.934Z] DONE 5 tests in 0.199s [2022-03-05T21:44:52.934Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T21:44:53.195Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T21:44:53.195Z] +++ kill 6143 [2022-03-05T21:44:53.457Z] +++ /etc/init.d/apparmor stop [2022-03-05T21:44:53.457Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T21:44:53.458Z] [2022-03-05T21:44:53.458Z] Unloading profiles will leave already running processes permanently [2022-03-05T21:44:53.458Z] unconfined, which can lead to unexpected situations. [2022-03-05T21:44:53.458Z] [2022-03-05T21:44:53.458Z] To set a process to complain mode, use the command line tool [2022-03-05T21:44:53.458Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T21:44:53.458Z] +++ true [2022-03-05T21:44:53.458Z] exiting test-integration [2022-03-05T21:44:53.458Z] ++ exit 0 [2022-03-05T21:44:53.458Z] [2022-03-05T21:44:53.719Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T21:44:53.719Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T21:44:53.719Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T21:44:54.294Z] + for job in $(jobs -p) [2022-03-05T21:44:54.294Z] + wait 11493 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T21:44:54.866Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T21:44:56.252Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T21:44:56.252Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T21:44:57.193Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T21:44:58.133Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T21:44:58.390Z] Removing intermediate container dd62488fdbb7 [2022-03-05T21:44:58.390Z] ---> 3a30c09f18ed [2022-03-05T21:44:58.390Z] Step 13/13 : CMD ["sh"] [2022-03-05T21:44:58.390Z] ---> Running in c49f531ecc99 [2022-03-05T21:44:58.390Z] Removing intermediate container c49f531ecc99 [2022-03-05T21:44:58.390Z] ---> e257209a19c7 [2022-03-05T21:44:58.390Z] Successfully built e257209a19c7 [2022-03-05T21:44:58.390Z] Successfully tagged busybox:latest [2022-03-05T21:44:58.390Z] INFO: Docker images of the daemon under test [2022-03-05T21:44:58.390Z] [2022-03-05T21:44:58.390Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T21:44:58.390Z] busybox latest e257209a19c7 Less than a second ago 5.01GB [2022-03-05T21:44:58.390Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T21:44:58.390Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T21:44:58.390Z] [2022-03-05T21:44:58.390Z] INFO: Running integration tests at 03/05/2022 21:44:57... [2022-03-05T21:44:58.390Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-05T21:44:58.390Z] INFO: Integration API tests being run from the host: [2022-03-05T21:44:58.390Z] INFO: make.ps1 starting at 03/05/2022 21:44:57 [2022-03-05T21:44:59.352Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-05T21:44:59.516Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T21:44:59.776Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T21:45:00.291Z] --- PASS: TestRenameAnonymousContainer (10.71s) [2022-03-05T21:45:00.291Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:45:00.347Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T21:45:00.608Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T21:45:00.868Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-05T21:45:00.868Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T21:45:01.253Z] --- PASS: TestRenameContainerWithSameName (2.50s) [2022-03-05T21:45:01.253Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:45:01.253Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:01.253Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T21:45:01.253Z] === RUN TestResize [2022-03-05T21:45:01.439Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T21:45:01.703Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T21:45:02.273Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T21:45:02.533Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T21:45:03.103Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T21:45:03.364Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T21:45:03.425Z] --- PASS: TestResize (2.41s) [2022-03-05T21:45:03.425Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:45:03.626Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-05T21:45:04.570Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T21:45:05.142Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T21:45:05.713Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T21:45:05.713Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T21:45:05.975Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T21:45:05.975Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-05T21:45:05.975Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T21:45:06.324Z] --- PASS: TestResizeWithInvalidSize (2.40s) [2022-03-05T21:45:06.324Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:45:06.919Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T21:45:07.181Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T21:45:07.753Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T21:45:08.323Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T21:45:08.323Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T21:45:08.323Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T21:45:08.323Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-05T21:45:08.323Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T21:45:08.584Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T21:45:09.155Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T21:45:09.155Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T21:45:09.220Z] --- PASS: TestResizeWhenContainerNotStarted (2.85s) [2022-03-05T21:45:09.220Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:45:09.220Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:09.220Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:45:09.220Z] === RUN TestStats [2022-03-05T21:45:09.220Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T21:45:09.220Z] --- SKIP: TestStats (0.00s) [2022-03-05T21:45:09.220Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:45:09.725Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T21:45:09.984Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T21:45:11.906Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T21:45:11.906Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T21:45:12.489Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T21:45:13.068Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T21:45:14.011Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T21:45:14.584Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T21:45:14.845Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-05T21:45:14.845Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T21:45:15.419Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T21:45:15.991Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T21:45:16.252Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T21:45:16.824Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T21:45:16.824Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-05T21:45:17.771Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.78s) [2022-03-05T21:45:17.771Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:45:17.771Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T21:45:17.771Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-05T21:45:17.771Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:45:18.212Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T21:45:19.153Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T21:45:20.095Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T21:45:20.095Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T21:45:21.477Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T21:45:22.862Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T21:45:23.803Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T21:45:23.803Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T21:45:25.713Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T21:45:25.713Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T21:45:26.286Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T21:45:33.205Z] --- PASS: TestBuildMultiStageOnBuild (37.18s) [2022-03-05T21:45:33.205Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:45:33.205Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:45:33.205Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-05T21:45:33.205Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:45:34.428Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T21:45:34.428Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T21:45:35.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:45:35.056Z] INFO: Testing against a local daemon [2022-03-05T21:45:35.056Z] === RUN TestBuildWithSession [2022-03-05T21:45:35.056Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:45:35.056Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T21:45:35.056Z] === RUN TestBuildSquashParent [2022-03-05T21:45:35.056Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:35.056Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:45:35.056Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:45:35.056Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:45:35.056Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:45:35.056Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:45:35.056Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:45:35.056Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:45:35.056Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:45:35.056Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T21:45:35.056Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T21:45:35.056Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T21:45:35.056Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T21:45:35.814Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T21:45:36.078Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T21:45:36.078Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-05T21:45:37.993Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-05T21:45:37.993Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T21:45:38.255Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T21:45:38.255Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T21:45:38.255Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T21:45:38.905Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-05T21:45:38.905Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-05T21:45:38.905Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-05T21:45:38.905Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-05T21:45:38.905Z] Cross building: bundles/cross/linux/s390x [2022-03-05T21:45:38.905Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-05T21:45:38.905Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-05T21:45:39.200Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T21:45:39.786Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T21:45:40.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-05T21:45:42.646Z] docker_api_swarm_service_test.go:395: [d513cf4c02ee7] joining swarm manager [d157732c08271]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:45:42.869Z] --- PASS: TestUpdateRestartPolicy (23.39s) [2022-03-05T21:45:42.869Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:45:42.869Z] --- PASS: TestUpdateRestartWithAutoRemove (2.39s) [2022-03-05T21:45:42.869Z] === RUN TestWaitNonBlocked [2022-03-05T21:45:42.869Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:45:42.869Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:45:42.869Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:45:42.869Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:45:42.869Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:45:42.869Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:45:43.585Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T21:45:43.586Z] docker_api_swarm_service_test.go:395: [dd5df8dbcf1fe] joining swarm manager [d157732c08271]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:45:43.846Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T21:45:46.614Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-05T21:45:46.614Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.52s) [2022-03-05T21:45:46.614Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.64s) [2022-03-05T21:45:46.614Z] === RUN TestWaitBlocked [2022-03-05T21:45:46.614Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:45:46.614Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-05T21:45:46.614Z] PASS [2022-03-05T21:45:46.614Z] ok github.com/docker/docker/integration/container 101.397s [2022-03-05T21:45:46.614Z] [2022-03-05T21:45:46.615Z] === Skipped [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-05T21:45:46.615Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-05T21:45:46.615Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T21:45:46.615Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T21:45:46.615Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T21:45:46.615Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T21:45:46.615Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T21:45:46.615Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T21:45:46.615Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:45:46.615Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-05T21:45:46.615Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-05T21:45:46.615Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-05T21:45:46.615Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T21:45:46.615Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-05T21:45:46.615Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-05T21:45:46.615Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:45:46.615Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T21:45:46.615Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-05T21:45:46.615Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-05T21:45:46.615Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-05T21:45:46.615Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-05T21:45:46.615Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-05T21:45:46.615Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-05T21:45:46.615Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T21:45:46.615Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:45:46.615Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-05T21:45:46.615Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-05T21:45:46.615Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-05T21:45:46.615Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:45:46.615Z] [2022-03-05T21:45:46.615Z] DONE 87 tests, 33 skipped in 104.156s [2022-03-05T21:45:46.615Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-05T21:45:49.131Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T21:45:49.131Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T21:45:49.131Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T21:45:50.078Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T21:45:50.651Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T21:45:51.052Z] --- PASS: TestBuildMultiStageLayerLeak (20.59s) [2022-03-05T21:45:51.052Z] === RUN TestBuildWithHugeFile [2022-03-05T21:45:51.596Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T21:45:52.538Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T21:45:53.107Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T21:45:55.020Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T21:45:55.281Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T21:45:55.851Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T21:45:58.391Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-05T21:46:00.177Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T21:46:00.177Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T21:46:00.304Z] docker_api_swarm_service_test.go:343: [db47c79df701e] joining swarm manager [d43a52226ddb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:46:00.876Z] docker_api_swarm_service_test.go:343: [dea456e6a6be0] joining swarm manager [d43a52226ddb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:46:02.259Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T21:46:08.854Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T21:46:08.854Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T21:46:08.854Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T21:46:09.433Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T21:46:10.005Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T21:46:10.265Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (22.38s) [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (22.60s) [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (22.66s) [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (22.77s) [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.15s) [2022-03-05T21:46:10.478Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.66s) [2022-03-05T21:46:10.478Z] === RUN TestBuildMultiStageCopy [2022-03-05T21:46:10.478Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T21:46:10.527Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T21:46:11.776Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:46:11.776Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T21:46:11.776Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-05T21:46:11.776Z] === RUN TestDaemonConfigValidation [2022-03-05T21:46:11.776Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T21:46:11.776Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-05T21:46:11.776Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:46:11.776Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T21:46:11.776Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T21:46:11.776Z] === RUN TestDaemonProxy [2022-03-05T21:46:11.776Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T21:46:11.776Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T21:46:11.776Z] PASS [2022-03-05T21:46:11.776Z] ok github.com/docker/docker/integration/daemon 0.133s [2022-03-05T21:46:11.776Z] [2022-03-05T21:46:11.776Z] === Skipped [2022-03-05T21:46:11.776Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-05T21:46:11.776Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T21:46:11.776Z] [2022-03-05T21:46:11.776Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-05T21:46:11.776Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T21:46:11.776Z] [2022-03-05T21:46:11.776Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T21:46:11.776Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T21:46:11.776Z] [2022-03-05T21:46:11.776Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-05T21:46:11.776Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T21:46:11.776Z] [2022-03-05T21:46:11.776Z] DONE 4 tests, 4 skipped in 23.321s [2022-03-05T21:46:11.776Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-05T21:46:11.914Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T21:46:11.914Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-05T21:46:14.461Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-05T21:46:14.683Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:14.683Z] INFO: Testing against a local daemon [2022-03-05T21:46:14.683Z] === RUN TestCommitInheritsEnv [2022-03-05T21:46:14.683Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:46:14.683Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-05T21:46:14.683Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:46:14.683Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:46:14.683Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:46:14.683Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:46:14.683Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:46:14.683Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-05T21:46:14.683Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:46:14.683Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-03-05T21:46:14.683Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:46:14.683Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-05T21:46:14.683Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:46:15.647Z] --- PASS: TestRemoveImageOrphaning (1.18s) [2022-03-05T21:46:15.647Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:46:15.647Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-05T21:46:15.647Z] === RUN TestTagInvalidReference [2022-03-05T21:46:15.647Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-05T21:46:15.647Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:46:15.647Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-05T21:46:15.647Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:46:15.647Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-05T21:46:15.647Z] === RUN TestTagOfficialNames [2022-03-05T21:46:15.647Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-05T21:46:15.647Z] === RUN TestTagMatchesDigest [2022-03-05T21:46:15.647Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-05T21:46:15.647Z] PASS [2022-03-05T21:46:15.647Z] ok github.com/docker/docker/integration/image 1.725s [2022-03-05T21:46:16.104Z] [2022-03-05T21:46:16.104Z] === Skipped [2022-03-05T21:46:16.104Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-05T21:46:16.104Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:46:16.104Z] [2022-03-05T21:46:16.104Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:46:16.104Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:46:16.104Z] [2022-03-05T21:46:16.104Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-05T21:46:16.104Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:46:16.104Z] [2022-03-05T21:46:16.104Z] DONE 12 tests, 3 skipped in 6.167s [2022-03-05T21:46:16.104Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-05T21:46:16.375Z] docker_api_swarm_service_test.go:490: [db795d6457b6e] joining swarm manager [deceb803375f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:46:16.946Z] docker_api_swarm_service_test.go:490: [d1af6eb4537bb] joining swarm manager [deceb803375f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:46:17.889Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T21:46:18.279Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:18.279Z] INFO: Testing against a local daemon [2022-03-05T21:46:18.279Z] === RUN TestNetworkCreateDelete [2022-03-05T21:46:18.279Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:18.279Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:46:18.279Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T21:46:18.279Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDaemonDNSFallback [2022-03-05T21:46:18.279Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:18.279Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestInspectNetwork [2022-03-05T21:46:18.279Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T21:46:18.279Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T21:46:18.279Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:18.279Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:46:18.279Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:46:18.279Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:46:18.279Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:46:18.279Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:46:18.279Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:46:18.279Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:46:18.279Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:46:18.279Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:46:18.279Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-05T21:46:18.279Z] === RUN TestNetworkList [2022-03-05T21:46:18.279Z] === RUN TestNetworkList//networks [2022-03-05T21:46:18.279Z] === PAUSE TestNetworkList//networks [2022-03-05T21:46:18.279Z] === RUN TestNetworkList//networks/ [2022-03-05T21:46:18.279Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:46:18.279Z] === CONT TestNetworkList//networks [2022-03-05T21:46:18.279Z] === CONT TestNetworkList//networks/ [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkList (0.03s) [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T21:46:18.279Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:46:18.279Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:46:18.279Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:46:18.279Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:46:18.279Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:46:18.279Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:46:18.279Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:46:18.279Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:46:18.279Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:46:18.279Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:46:18.279Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:46:18.279Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:46:18.279Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T21:46:18.279Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:46:18.279Z] PASS [2022-03-05T21:46:18.279Z] ok github.com/docker/docker/integration/network 0.164s [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === Skipped [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-05T21:46:18.736Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T21:46:18.736Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-05T21:46:18.736Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-05T21:46:18.736Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:46:18.736Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:46:18.736Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:46:18.736Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T21:46:18.736Z] [2022-03-05T21:46:18.736Z] DONE 22 tests, 15 skipped in 2.577s [2022-03-05T21:46:18.736Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-05T21:46:19.272Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T21:46:19.700Z] testing: warning: no tests to run [2022-03-05T21:46:19.700Z] PASS [2022-03-05T21:46:19.700Z] ok github.com/docker/docker/integration/network/ipvlan 0.087s [2022-03-05T21:46:19.700Z] [2022-03-05T21:46:19.700Z] DONE 0 tests in 0.792s [2022-03-05T21:46:19.700Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-05T21:46:19.844Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T21:46:20.668Z] testing: warning: no tests to run [2022-03-05T21:46:20.668Z] PASS [2022-03-05T21:46:20.668Z] ok github.com/docker/docker/integration/network/macvlan 0.098s [2022-03-05T21:46:20.668Z] [2022-03-05T21:46:20.668Z] DONE 0 tests in 0.804s [2022-03-05T21:46:20.668Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-05T21:46:21.633Z] testing: warning: no tests to run [2022-03-05T21:46:21.633Z] PASS [2022-03-05T21:46:21.633Z] ok github.com/docker/docker/integration/plugin 0.086s [2022-03-05T21:46:21.633Z] [2022-03-05T21:46:21.633Z] DONE 0 tests in 0.799s [2022-03-05T21:46:21.633Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-05T21:46:21.760Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T21:46:22.597Z] testing: warning: no tests to run [2022-03-05T21:46:22.597Z] PASS [2022-03-05T21:46:22.597Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2022-03-05T21:46:22.597Z] [2022-03-05T21:46:22.597Z] DONE 0 tests in 0.797s [2022-03-05T21:46:22.597Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-05T21:46:22.842Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T21:46:23.298Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T21:46:24.262Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T21:46:25.792Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T21:46:27.309Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:27.309Z] INFO: Testing against a local daemon [2022-03-05T21:46:27.309Z] === RUN TestPluginInvalidJSON [2022-03-05T21:46:27.309Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:46:27.309Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:46:27.309Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:46:27.309Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-05T21:46:27.309Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:46:27.309Z] === RUN TestPluginInstall [2022-03-05T21:46:27.309Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T21:46:27.309Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T21:46:27.309Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:46:27.309Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T21:46:27.309Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T21:46:27.309Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:46:27.309Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T21:46:27.309Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T21:46:27.309Z] PASS [2022-03-05T21:46:27.309Z] ok github.com/docker/docker/integration/plugin/common 0.134s [2022-03-05T21:46:27.323Z] --- PASS: TestBuildMultiStageCopy (18.09s) [2022-03-05T21:46:27.323Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.63s) [2022-03-05T21:46:27.323Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.08s) [2022-03-05T21:46:27.323Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.27s) [2022-03-05T21:46:27.323Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.44s) [2022-03-05T21:46:27.323Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.65s) [2022-03-05T21:46:27.323Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T21:46:27.766Z] [2022-03-05T21:46:27.766Z] === Skipped [2022-03-05T21:46:27.766Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-05T21:46:27.766Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T21:46:27.766Z] [2022-03-05T21:46:27.766Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-05T21:46:27.766Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T21:46:27.766Z] [2022-03-05T21:46:27.766Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T21:46:27.766Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T21:46:27.766Z] [2022-03-05T21:46:27.766Z] DONE 5 tests, 3 skipped in 5.093s [2022-03-05T21:46:27.766Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-05T21:46:28.349Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T21:46:28.349Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-05T21:46:28.349Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T21:46:28.349Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T21:46:29.289Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-05T21:46:30.667Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:30.667Z] INFO: Testing against a local daemon [2022-03-05T21:46:30.667Z] === RUN TestExternalGraphDriver [2022-03-05T21:46:30.667Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T21:46:30.667Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-05T21:46:30.667Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:46:30.667Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T21:46:30.667Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-05T21:46:30.667Z] PASS [2022-03-05T21:46:30.667Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.128s [2022-03-05T21:46:30.667Z] [2022-03-05T21:46:30.667Z] === Skipped [2022-03-05T21:46:30.667Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-05T21:46:30.667Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T21:46:30.667Z] [2022-03-05T21:46:30.667Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-05T21:46:30.667Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T21:46:30.667Z] [2022-03-05T21:46:30.667Z] DONE 2 tests, 2 skipped in 2.684s [2022-03-05T21:46:30.667Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-05T21:46:31.045Z] --- PASS: TestBuildMultiStageParentConfig (3.07s) [2022-03-05T21:46:31.045Z] === RUN TestBuildLabelWithTargets [2022-03-05T21:46:31.045Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:46:31.045Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-05T21:46:31.045Z] === RUN TestBuildWithEmptyLayers [2022-03-05T21:46:31.834Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T21:46:32.577Z] --- PASS: TestBuildWithEmptyLayers (1.68s) [2022-03-05T21:46:32.577Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T21:46:32.835Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:32.835Z] INFO: Testing against a local daemon [2022-03-05T21:46:32.835Z] === RUN TestReadPluginNoRead [2022-03-05T21:46:32.835Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T21:46:32.835Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-05T21:46:32.835Z] PASS [2022-03-05T21:46:32.835Z] ok github.com/docker/docker/integration/plugin/logging 0.101s [2022-03-05T21:46:32.835Z] [2022-03-05T21:46:32.835Z] === Skipped [2022-03-05T21:46:32.835Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-05T21:46:32.835Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T21:46:32.835Z] [2022-03-05T21:46:32.835Z] DONE 1 tests, 1 skipped in 2.365s [2022-03-05T21:46:32.835Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-05T21:46:33.749Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T21:46:34.373Z] testing: warning: no tests to run [2022-03-05T21:46:34.373Z] PASS [2022-03-05T21:46:34.373Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.111s [2022-03-05T21:46:34.373Z] [2022-03-05T21:46:34.373Z] DONE 0 tests in 1.175s [2022-03-05T21:46:34.373Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-05T21:46:35.135Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-05T21:46:36.083Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T21:46:36.545Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:36.545Z] INFO: Testing against a local daemon [2022-03-05T21:46:36.545Z] === RUN TestPluginWithDevMounts [2022-03-05T21:46:36.545Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:36.545Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T21:46:36.545Z] PASS [2022-03-05T21:46:36.545Z] ok github.com/docker/docker/integration/plugin/volumes 0.115s [2022-03-05T21:46:36.545Z] [2022-03-05T21:46:36.545Z] === Skipped [2022-03-05T21:46:36.545Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-05T21:46:36.545Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:36.545Z] [2022-03-05T21:46:36.545Z] DONE 1 tests, 1 skipped in 2.322s [2022-03-05T21:46:36.545Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-05T21:46:37.028Z] docker_api_swarm_service_test.go:128: [decf4706b24af] joining swarm manager [d79eb0ff10100]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:46:37.971Z] docker_api_swarm_service_test.go:129: [de69e4b4294df] joining swarm manager [d79eb0ff10100]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:46:38.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:38.716Z] INFO: Testing against a local daemon [2022-03-05T21:46:38.716Z] === RUN TestSecretInspect [2022-03-05T21:46:38.716Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-05T21:46:38.716Z] === RUN TestSecretList [2022-03-05T21:46:38.716Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] --- SKIP: TestSecretList (0.00s) [2022-03-05T21:46:38.716Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:46:38.716Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-05T21:46:38.716Z] === RUN TestSecretsUpdate [2022-03-05T21:46:38.716Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-05T21:46:38.716Z] === RUN TestTemplatedSecret [2022-03-05T21:46:38.716Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-05T21:46:38.716Z] === RUN TestSecretCreateResolve [2022-03-05T21:46:38.716Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:38.716Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-05T21:46:38.716Z] PASS [2022-03-05T21:46:38.716Z] ok github.com/docker/docker/integration/secret 0.096s [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] === Skipped [2022-03-05T21:46:38.716Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-05T21:46:38.716Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-05T21:46:38.716Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-05T21:46:38.716Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-05T21:46:38.716Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-05T21:46:38.716Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-05T21:46:38.716Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:38.716Z] [2022-03-05T21:46:38.716Z] DONE 6 tests, 6 skipped in 2.064s [2022-03-05T21:46:38.716Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-05T21:46:39.885Z] docker_api_swarm_service_test.go:137: [d2d345665d89d] joining swarm manager [d79eb0ff10100]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-05T21:46:40.456Z] docker_api_swarm_service_test.go:138: [db3e114c0bfbe] joining swarm manager [d79eb0ff10100]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-05T21:46:41.615Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:41.615Z] INFO: Testing against a local daemon [2022-03-05T21:46:41.615Z] === RUN TestServiceCreateInit [2022-03-05T21:46:41.615Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:46:41.615Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:46:41.615Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:46:41.615Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceConflict [2022-03-05T21:46:41.615Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:46:41.615Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-05T21:46:41.615Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:46:41.615Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:46:41.615Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:46:41.615Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceSysctls [2022-03-05T21:46:41.615Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-05T21:46:41.615Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:46:41.615Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-05T21:46:41.615Z] === RUN TestInspect [2022-03-05T21:46:41.615Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestInspect (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestCreateJob [2022-03-05T21:46:41.615Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestCreateJob (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestReplicatedJob [2022-03-05T21:46:41.615Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:46:41.615Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServiceListWithStatuses [2022-03-05T21:46:41.615Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:46:41.615Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:46:41.615Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServicePlugin [2022-03-05T21:46:41.615Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServiceUpdateLabel [2022-03-05T21:46:41.615Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:46:41.615Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:46:41.615Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:46:41.615Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-05T21:46:41.615Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:46:41.615Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-05T21:46:41.615Z] PASS [2022-03-05T21:46:41.615Z] ok github.com/docker/docker/integration/service 0.241s [2022-03-05T21:46:41.615Z] [2022-03-05T21:46:41.615Z] === Skipped [2022-03-05T21:46:41.615Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:46:41.615Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:46:41.615Z] [2022-03-05T21:46:41.615Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:46:41.615Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:46:41.615Z] [2022-03-05T21:46:41.615Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-05T21:46:41.615Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.615Z] [2022-03-05T21:46:41.615Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-05T21:46:41.615Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:41.841Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-05T21:46:42.072Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T21:46:42.072Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-05T21:46:42.072Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-05T21:46:42.072Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-05T21:46:42.072Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-05T21:46:42.072Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-05T21:46:42.072Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-05T21:46:42.072Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-05T21:46:42.072Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-05T21:46:42.072Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-05T21:46:42.072Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-05T21:46:42.072Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-05T21:46:42.072Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-05T21:46:42.072Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-05T21:46:42.072Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-05T21:46:42.072Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-05T21:46:42.072Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-05T21:46:42.072Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-05T21:46:42.072Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:46:42.072Z] [2022-03-05T21:46:42.072Z] DONE 24 tests, 23 skipped in 2.880s [2022-03-05T21:46:42.072Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-05T21:46:43.227Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T21:46:43.613Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:43.613Z] INFO: Testing against a local daemon [2022-03-05T21:46:43.613Z] === RUN TestSessionCreate [2022-03-05T21:46:43.613Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T21:46:43.613Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-05T21:46:43.613Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:46:43.613Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T21:46:43.613Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T21:46:43.613Z] PASS [2022-03-05T21:46:43.613Z] ok github.com/docker/docker/integration/session 0.119s [2022-03-05T21:46:44.069Z] [2022-03-05T21:46:44.069Z] === Skipped [2022-03-05T21:46:44.069Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-05T21:46:44.069Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T21:46:44.069Z] [2022-03-05T21:46:44.069Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T21:46:44.069Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T21:46:44.069Z] [2022-03-05T21:46:44.069Z] DONE 2 tests, 2 skipped in 2.077s [2022-03-05T21:46:44.069Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-05T21:46:44.168Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T21:46:45.114Z] === RUN TestDockerSuite/TestPortList [2022-03-05T21:46:46.244Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:46.244Z] INFO: Testing against a local daemon [2022-03-05T21:46:46.244Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:46:46.244Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:46.244Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestDiskUsage [2022-03-05T21:46:46.244Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T21:46:46.244Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestEventsExecDie [2022-03-05T21:46:46.244Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T21:46:46.244Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:46:46.244Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T21:46:46.244Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestEventsVolumeCreate [2022-03-05T21:46:46.244Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T21:46:46.244Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestInfoAPI [2022-03-05T21:46:46.244Z] --- PASS: TestInfoAPI (0.05s) [2022-03-05T21:46:46.244Z] === RUN TestInfoAPIWarnings [2022-03-05T21:46:46.244Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:46:46.244Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestInfoDebug [2022-03-05T21:46:46.244Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:46:46.244Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:46:46.244Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:46:46.244Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:46:46.244Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:46:46.244Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-05T21:46:46.244Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:46:47.208Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-03-05T21:46:47.208Z] === RUN TestPingCacheHeaders [2022-03-05T21:46:47.208Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-05T21:46:47.208Z] === RUN TestPingGet [2022-03-05T21:46:47.208Z] --- PASS: TestPingGet (0.04s) [2022-03-05T21:46:47.208Z] === RUN TestPingHead [2022-03-05T21:46:47.208Z] --- PASS: TestPingHead (0.04s) [2022-03-05T21:46:47.208Z] === RUN TestVersion [2022-03-05T21:46:47.665Z] --- PASS: TestVersion (0.03s) [2022-03-05T21:46:47.665Z] PASS [2022-03-05T21:46:47.665Z] ok github.com/docker/docker/integration/system 1.253s [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === Skipped [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:46:47.665Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-05T21:46:47.665Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-05T21:46:47.665Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-05T21:46:47.665Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-05T21:46:47.665Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-05T21:46:47.665Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-05T21:46:47.665Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-05T21:46:47.665Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-05T21:46:47.665Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:46:47.665Z] [2022-03-05T21:46:47.665Z] DONE 15 tests, 9 skipped in 3.335s [2022-03-05T21:46:47.665Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-05T21:46:49.836Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:46:49.836Z] INFO: Testing against a local daemon [2022-03-05T21:46:49.836Z] === RUN TestVolumesCreateAndList [2022-03-05T21:46:49.836Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-05T21:46:49.836Z] === RUN TestVolumesRemove [2022-03-05T21:46:49.836Z] --- PASS: TestVolumesRemove (0.18s) [2022-03-05T21:46:49.836Z] === RUN TestVolumesInspect [2022-03-05T21:46:49.836Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-05T21:46:49.836Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:46:49.836Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:46:49.836Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:46:49.836Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:46:49.836Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-05T21:46:49.836Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T21:46:49.836Z] PASS [2022-03-05T21:46:49.836Z] ok github.com/docker/docker/integration/volume 0.377s [2022-03-05T21:46:50.228Z] --- PASS: TestBuildMultiStageOnBuild (17.66s) [2022-03-05T21:46:50.228Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T21:46:50.228Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:46:50.228Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-05T21:46:50.228Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T21:46:50.296Z] [2022-03-05T21:46:50.296Z] DONE 5 tests in 2.539s [2022-03-05T21:46:50.296Z] INFO: make.ps1 ended at 03/05/2022 21:46:50 [2022-03-05T21:46:50.296Z] INFO: Integration CLI tests being run from the host: [2022-03-05T21:46:50.296Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-05T21:46:51.700Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T21:46:51.960Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T21:46:58.542Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T21:46:58.542Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T21:46:58.542Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T21:46:58.542Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T21:46:58.542Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T21:46:58.803Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T21:46:58.803Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T21:46:59.375Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T21:46:59.375Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T21:47:00.320Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T21:47:00.320Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-05T21:47:00.363Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-05T21:47:00.363Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-05T21:47:00.363Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-05T21:47:00.363Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-05T21:47:00.363Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-05T21:47:00.701Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-05T21:47:00.987Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/test/unit [2022-03-05T21:47:01.556Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-05T21:47:01.556Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-05T21:47:01.556Z] + TESTDIRS=./... [2022-03-05T21:47:01.556Z] + exclude_paths='/vendor/|/integration' [2022-03-05T21:47:01.556Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-05T21:47:01.556Z] ++ go list ./... [2022-03-05T21:47:02.233Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-05T21:47:02.494Z] + pkg_list='github.com/docker/docker/api [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:47:02.494Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/backend [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/container [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/events [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/filters [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/image [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/mount [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/network [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/registry [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/time [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/versions [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:47:02.494Z] github.com/docker/docker/api/types/volume [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:47:02.494Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:47:02.494Z] github.com/docker/docker/cli [2022-03-05T21:47:02.494Z] github.com/docker/docker/cli/config [2022-03-05T21:47:02.494Z] github.com/docker/docker/cli/debug [2022-03-05T21:47:02.494Z] github.com/docker/docker/client [2022-03-05T21:47:02.494Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:47:02.494Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:47:02.494Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:47:02.494Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:47:02.494Z] github.com/docker/docker/container [2022-03-05T21:47:02.494Z] github.com/docker/docker/container/stream [2022-03-05T21:47:02.494Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:47:02.494Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:47:02.494Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/config [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/events [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/exec [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/images [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/links [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/names [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/network [2022-03-05T21:47:02.494Z] github.com/docker/docker/daemon/stats [2022-03-05T21:47:02.494Z] github.com/docker/docker/distribution [2022-03-05T21:47:02.494Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:47:02.494Z] github.com/docker/docker/distribution/utils [2022-03-05T21:47:02.494Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:47:02.494Z] github.com/docker/docker/dockerversion [2022-03-05T21:47:02.494Z] github.com/docker/docker/errdefs [2022-03-05T21:47:02.494Z] github.com/docker/docker/image [2022-03-05T21:47:02.494Z] github.com/docker/docker/image/cache [2022-03-05T21:47:02.494Z] github.com/docker/docker/image/tarexport [2022-03-05T21:47:02.494Z] github.com/docker/docker/image/v1 [2022-03-05T21:47:02.494Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:47:02.494Z] github.com/docker/docker/layer [2022-03-05T21:47:02.494Z] github.com/docker/docker/libcontainerd [2022-03-05T21:47:02.494Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:47:02.494Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:47:02.494Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:47:02.494Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:47:02.494Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/types [2022-03-05T21:47:02.495Z] github.com/docker/docker/oci [2022-03-05T21:47:02.495Z] github.com/docker/docker/oci/caps [2022-03-05T21:47:02.495Z] github.com/docker/docker/opts [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/archive [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/directory [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/locker [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/mount [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/platform [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/pools [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/progress [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/signal [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/stack [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/system [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/term [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:47:02.495Z] github.com/docker/docker/plugin [2022-03-05T21:47:02.495Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:47:02.495Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:47:02.495Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:47:02.495Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:47:02.495Z] github.com/docker/docker/quota [2022-03-05T21:47:02.495Z] github.com/docker/docker/reference [2022-03-05T21:47:02.495Z] github.com/docker/docker/registry [2022-03-05T21:47:02.495Z] github.com/docker/docker/registry/resumable [2022-03-05T21:47:02.495Z] github.com/docker/docker/restartmanager [2022-03-05T21:47:02.495Z] github.com/docker/docker/rootless [2022-03-05T21:47:02.495Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:47:02.495Z] github.com/docker/docker/runconfig [2022-03-05T21:47:02.495Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/environment [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/registry [2022-03-05T21:47:02.495Z] github.com/docker/docker/testutil/request [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume/drivers [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume/local [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume/mounts [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume/service [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:47:02.495Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:47:02.495Z] ++ grep --fixed-strings -v /libnetwork [2022-03-05T21:47:02.495Z] ++ echo 'github.com/docker/docker/api [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/backend [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/container [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/events [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/filters [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/image [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/mount [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/network [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/registry [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/time [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/versions [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:47:02.495Z] github.com/docker/docker/api/types/volume [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:47:02.495Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:47:02.495Z] github.com/docker/docker/cli [2022-03-05T21:47:02.495Z] github.com/docker/docker/cli/config [2022-03-05T21:47:02.495Z] github.com/docker/docker/cli/debug [2022-03-05T21:47:02.495Z] github.com/docker/docker/client [2022-03-05T21:47:02.495Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:47:02.495Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:47:02.495Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:47:02.495Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:47:02.495Z] github.com/docker/docker/container [2022-03-05T21:47:02.495Z] github.com/docker/docker/container/stream [2022-03-05T21:47:02.495Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:47:02.495Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:47:02.495Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/config [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/events [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/exec [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/images [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/links [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/names [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/network [2022-03-05T21:47:02.495Z] github.com/docker/docker/daemon/stats [2022-03-05T21:47:02.495Z] github.com/docker/docker/distribution [2022-03-05T21:47:02.495Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:47:02.495Z] github.com/docker/docker/distribution/utils [2022-03-05T21:47:02.495Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:47:02.495Z] github.com/docker/docker/dockerversion [2022-03-05T21:47:02.495Z] github.com/docker/docker/errdefs [2022-03-05T21:47:02.495Z] github.com/docker/docker/image [2022-03-05T21:47:02.495Z] github.com/docker/docker/image/cache [2022-03-05T21:47:02.495Z] github.com/docker/docker/image/tarexport [2022-03-05T21:47:02.495Z] github.com/docker/docker/image/v1 [2022-03-05T21:47:02.495Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:47:02.495Z] github.com/docker/docker/layer [2022-03-05T21:47:02.495Z] github.com/docker/docker/libcontainerd [2022-03-05T21:47:02.495Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:47:02.495Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:47:02.495Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:47:02.495Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/libnetwork/types [2022-03-05T21:47:02.495Z] github.com/docker/docker/oci [2022-03-05T21:47:02.495Z] github.com/docker/docker/oci/caps [2022-03-05T21:47:02.495Z] github.com/docker/docker/opts [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/archive [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/directory [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/locker [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/mount [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/platform [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/pools [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/progress [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/signal [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/stack [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/system [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/term [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:47:02.495Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:47:02.495Z] github.com/docker/docker/plugin [2022-03-05T21:47:02.495Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:47:02.495Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:47:02.495Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:47:02.495Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:47:02.495Z] github.com/docker/docker/quota [2022-03-05T21:47:02.495Z] github.com/docker/docker/reference [2022-03-05T21:47:02.495Z] github.com/docker/docker/registry [2022-03-05T21:47:02.495Z] github.com/docker/docker/registry/resumable [2022-03-05T21:47:02.495Z] github.com/docker/docker/restartmanager [2022-03-05T21:47:02.496Z] github.com/docker/docker/rootless [2022-03-05T21:47:02.496Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:47:02.496Z] github.com/docker/docker/runconfig [2022-03-05T21:47:02.496Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/environment [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/registry [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/request [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/drivers [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/local [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/mounts [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/service [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:47:02.496Z] + base_pkg_list='github.com/docker/docker/api [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/backend [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/events [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/filters [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/image [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/mount [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/network [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/registry [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/time [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/versions [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/volume [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:47:02.496Z] github.com/docker/docker/cli [2022-03-05T21:47:02.496Z] github.com/docker/docker/cli/config [2022-03-05T21:47:02.496Z] github.com/docker/docker/cli/debug [2022-03-05T21:47:02.496Z] github.com/docker/docker/client [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:47:02.496Z] github.com/docker/docker/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/container/stream [2022-03-05T21:47:02.496Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:47:02.496Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:47:02.496Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/config [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/events [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/exec [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/images [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/links [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/names [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/network [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/stats [2022-03-05T21:47:02.496Z] github.com/docker/docker/distribution [2022-03-05T21:47:02.496Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:47:02.496Z] github.com/docker/docker/distribution/utils [2022-03-05T21:47:02.496Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:47:02.496Z] github.com/docker/docker/dockerversion [2022-03-05T21:47:02.496Z] github.com/docker/docker/errdefs [2022-03-05T21:47:02.496Z] github.com/docker/docker/image [2022-03-05T21:47:02.496Z] github.com/docker/docker/image/cache [2022-03-05T21:47:02.496Z] github.com/docker/docker/image/tarexport [2022-03-05T21:47:02.496Z] github.com/docker/docker/image/v1 [2022-03-05T21:47:02.496Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:47:02.496Z] github.com/docker/docker/layer [2022-03-05T21:47:02.496Z] github.com/docker/docker/libcontainerd [2022-03-05T21:47:02.496Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:47:02.496Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:47:02.496Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:47:02.496Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:47:02.496Z] github.com/docker/docker/oci [2022-03-05T21:47:02.496Z] github.com/docker/docker/oci/caps [2022-03-05T21:47:02.496Z] github.com/docker/docker/opts [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/archive [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/directory [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/locker [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/mount [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/platform [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/pools [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/progress [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/signal [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/stack [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/system [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/term [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:47:02.496Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:47:02.496Z] github.com/docker/docker/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:47:02.496Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:47:02.496Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:47:02.496Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:47:02.496Z] github.com/docker/docker/quota [2022-03-05T21:47:02.496Z] github.com/docker/docker/reference [2022-03-05T21:47:02.496Z] github.com/docker/docker/registry [2022-03-05T21:47:02.496Z] github.com/docker/docker/registry/resumable [2022-03-05T21:47:02.496Z] github.com/docker/docker/restartmanager [2022-03-05T21:47:02.496Z] github.com/docker/docker/rootless [2022-03-05T21:47:02.496Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:47:02.496Z] github.com/docker/docker/runconfig [2022-03-05T21:47:02.496Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/environment [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/registry [2022-03-05T21:47:02.496Z] github.com/docker/docker/testutil/request [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/drivers [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/local [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/mounts [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/service [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:47:02.496Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:47:02.496Z] ++ grep --fixed-strings /libnetwork [2022-03-05T21:47:02.496Z] ++ echo 'github.com/docker/docker/api [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/backend [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/events [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/filters [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/image [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/mount [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/network [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/registry [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/time [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/versions [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:47:02.496Z] github.com/docker/docker/api/types/volume [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:47:02.496Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:47:02.496Z] github.com/docker/docker/cli [2022-03-05T21:47:02.496Z] github.com/docker/docker/cli/config [2022-03-05T21:47:02.496Z] github.com/docker/docker/cli/debug [2022-03-05T21:47:02.496Z] github.com/docker/docker/client [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:47:02.496Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:47:02.496Z] github.com/docker/docker/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/container/stream [2022-03-05T21:47:02.496Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:47:02.496Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:47:02.496Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/config [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/events [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/exec [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/images [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/links [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/names [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/network [2022-03-05T21:47:02.496Z] github.com/docker/docker/daemon/stats [2022-03-05T21:47:02.496Z] github.com/docker/docker/distribution [2022-03-05T21:47:02.497Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:47:02.497Z] github.com/docker/docker/distribution/utils [2022-03-05T21:47:02.497Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:47:02.497Z] github.com/docker/docker/dockerversion [2022-03-05T21:47:02.497Z] github.com/docker/docker/errdefs [2022-03-05T21:47:02.497Z] github.com/docker/docker/image [2022-03-05T21:47:02.497Z] github.com/docker/docker/image/cache [2022-03-05T21:47:02.497Z] github.com/docker/docker/image/tarexport [2022-03-05T21:47:02.497Z] github.com/docker/docker/image/v1 [2022-03-05T21:47:02.497Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:47:02.497Z] github.com/docker/docker/layer [2022-03-05T21:47:02.497Z] github.com/docker/docker/libcontainerd [2022-03-05T21:47:02.497Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:47:02.497Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:47:02.497Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/types [2022-03-05T21:47:02.497Z] github.com/docker/docker/oci [2022-03-05T21:47:02.497Z] github.com/docker/docker/oci/caps [2022-03-05T21:47:02.497Z] github.com/docker/docker/opts [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/archive [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/directory [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/locker [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/mount [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/platform [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/pools [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/progress [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/signal [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/stack [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/system [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/term [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:47:02.497Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:47:02.497Z] github.com/docker/docker/plugin [2022-03-05T21:47:02.497Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:47:02.497Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:47:02.497Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:47:02.497Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:47:02.497Z] github.com/docker/docker/quota [2022-03-05T21:47:02.497Z] github.com/docker/docker/reference [2022-03-05T21:47:02.497Z] github.com/docker/docker/registry [2022-03-05T21:47:02.497Z] github.com/docker/docker/registry/resumable [2022-03-05T21:47:02.497Z] github.com/docker/docker/restartmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/rootless [2022-03-05T21:47:02.497Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:47:02.497Z] github.com/docker/docker/runconfig [2022-03-05T21:47:02.497Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/environment [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/registry [2022-03-05T21:47:02.497Z] github.com/docker/docker/testutil/request [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume/drivers [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume/local [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume/mounts [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume/service [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:47:02.497Z] github.com/docker/docker/volume/testutils' [2022-03-05T21:47:02.497Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/types' [2022-03-05T21:47:02.497Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-05T21:47:02.497Z] + echo 'github.com/docker/docker/libnetwork [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/types' [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:47:02.497Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:47:02.497Z] + type docker-proxy [2022-03-05T21:47:02.497Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-05T21:47:02.497Z] + hack/make.sh binary-proxy install-proxy [2022-03-05T21:47:02.497Z] [2022-03-05T21:47:02.497Z] Removing bundles/ [2022-03-05T21:47:02.497Z] [2022-03-05T21:47:02.497Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-05T21:47:02.497Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-05T21:47:02.497Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T21:47:02.706Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:47:02.706Z] INFO: Testing against a local daemon [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T21:47:02.706Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T21:47:02.706Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T21:47:02.706Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T21:47:03.068Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-05T21:47:03.163Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T21:47:03.619Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T21:47:03.638Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-05T21:47:03.899Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T21:47:04.075Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T21:47:05.015Z] --- PASS: TestBuildMultiStageLayerLeak (14.62s) [2022-03-05T21:47:05.015Z] === RUN TestBuildWithHugeFile [2022-03-05T21:47:05.284Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-05T21:47:06.247Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T21:47:07.190Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T21:47:07.453Z] docker_api_swarm_service_test.go:304: [dcd07876fd588] joining swarm manager [d4a7331115f2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:47:08.397Z] docker_api_swarm_service_test.go:304: [d7ebfca29bc64] joining swarm manager [d4a7331115f2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:47:09.222Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-05T21:47:09.222Z] [2022-03-05T21:47:09.222Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-05T21:47:09.222Z] Installing docker-proxy to /usr/local/bin/ [2022-03-05T21:47:09.222Z] [2022-03-05T21:47:09.222Z] + mkdir -p bundles [2022-03-05T21:47:09.222Z] + '[' -n 'github.com/docker/docker/api [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/backend/build [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/httputils [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/middleware [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/build [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/container [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/debug [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/image [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/network [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/session [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/system [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/server/router/volume [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/backend [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/container [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/events [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/filters [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/image [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/mount [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/network [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/registry [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/strslice [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/swarm [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/time [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/versions [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T21:47:09.222Z] github.com/docker/docker/api/types/volume [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/dockerfile [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/dockerignore [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/remotecontext [2022-03-05T21:47:09.222Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T21:47:09.222Z] github.com/docker/docker/cli [2022-03-05T21:47:09.222Z] github.com/docker/docker/cli/config [2022-03-05T21:47:09.222Z] github.com/docker/docker/cli/debug [2022-03-05T21:47:09.222Z] github.com/docker/docker/client [2022-03-05T21:47:09.222Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T21:47:09.222Z] github.com/docker/docker/cmd/dockerd [2022-03-05T21:47:09.222Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T21:47:09.222Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T21:47:09.222Z] github.com/docker/docker/container [2022-03-05T21:47:09.222Z] github.com/docker/docker/container/stream [2022-03-05T21:47:09.222Z] github.com/docker/docker/contrib/apparmor [2022-03-05T21:47:09.222Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T21:47:09.222Z] github.com/docker/docker/contrib/httpserver [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/cluster [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/config [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/events [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/exec [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T21:47:09.222Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/images [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/initlayer [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/links [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/listeners [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/local [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/names [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/network [2022-03-05T21:47:09.223Z] github.com/docker/docker/daemon/stats [2022-03-05T21:47:09.223Z] github.com/docker/docker/distribution [2022-03-05T21:47:09.223Z] github.com/docker/docker/distribution/metadata [2022-03-05T21:47:09.223Z] github.com/docker/docker/distribution/utils [2022-03-05T21:47:09.223Z] github.com/docker/docker/distribution/xfer [2022-03-05T21:47:09.223Z] github.com/docker/docker/dockerversion [2022-03-05T21:47:09.223Z] github.com/docker/docker/errdefs [2022-03-05T21:47:09.223Z] github.com/docker/docker/image [2022-03-05T21:47:09.223Z] github.com/docker/docker/image/cache [2022-03-05T21:47:09.223Z] github.com/docker/docker/image/tarexport [2022-03-05T21:47:09.223Z] github.com/docker/docker/image/v1 [2022-03-05T21:47:09.223Z] github.com/docker/docker/internal/test/suite [2022-03-05T21:47:09.223Z] github.com/docker/docker/layer [2022-03-05T21:47:09.223Z] github.com/docker/docker/libcontainerd [2022-03-05T21:47:09.223Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T21:47:09.223Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T21:47:09.223Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T21:47:09.223Z] github.com/docker/docker/libcontainerd/types [2022-03-05T21:47:09.223Z] github.com/docker/docker/oci [2022-03-05T21:47:09.223Z] github.com/docker/docker/oci/caps [2022-03-05T21:47:09.223Z] github.com/docker/docker/opts [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/aaparser [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/archive [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/authorization [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/capabilities [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/containerfs [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/directory [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/dmesg [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/filenotify [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/fileutils [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/fsutils [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/homedir [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/idtools [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/ioutils [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/locker [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/longpath [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/loopback [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/mount [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/parsers [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/pidfile [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/platform [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/plugins [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/pools [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/progress [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/pubsub [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/reexec [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/signal [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/stack [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/stringid [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/symlink [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/system [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/tailfile [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/tarsum [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/term [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/term/windows [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/truncindex [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/urlutil [2022-03-05T21:47:09.223Z] github.com/docker/docker/pkg/useragent [2022-03-05T21:47:09.223Z] github.com/docker/docker/plugin [2022-03-05T21:47:09.223Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T21:47:09.223Z] github.com/docker/docker/plugin/v2 [2022-03-05T21:47:09.223Z] github.com/docker/docker/profiles/apparmor [2022-03-05T21:47:09.223Z] github.com/docker/docker/profiles/seccomp [2022-03-05T21:47:09.223Z] github.com/docker/docker/quota [2022-03-05T21:47:09.223Z] github.com/docker/docker/reference [2022-03-05T21:47:09.223Z] github.com/docker/docker/registry [2022-03-05T21:47:09.223Z] github.com/docker/docker/registry/resumable [2022-03-05T21:47:09.223Z] github.com/docker/docker/restartmanager [2022-03-05T21:47:09.223Z] github.com/docker/docker/rootless [2022-03-05T21:47:09.223Z] github.com/docker/docker/rootless/specconv [2022-03-05T21:47:09.223Z] github.com/docker/docker/runconfig [2022-03-05T21:47:09.223Z] github.com/docker/docker/runconfig/opts [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/daemon [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/environment [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/fakegit [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/registry [2022-03-05T21:47:09.223Z] github.com/docker/docker/testutil/request [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume/drivers [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume/local [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume/mounts [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume/service [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume/service/opts [2022-03-05T21:47:09.223Z] github.com/docker/docker/volume/testutils' ']' [2022-03-05T21:47:09.223Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T21:47:09.791Z] ? github.com/docker/docker/api [no test files] [2022-03-05T21:47:10.315Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T21:47:13.623Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T21:47:13.623Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T21:47:16.168Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T21:47:22.758Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T21:47:23.703Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T21:47:24.678Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2022-03-05T21:47:25.087Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T21:47:26.028Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T21:47:26.970Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T21:47:27.911Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-05T21:47:28.481Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T21:47:30.398Z] docker_api_swarm_service_test.go:100: [d2f9a6ae47e0d] joining swarm manager [d9b27ac5160ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:47:30.398Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T21:47:31.344Z] docker_api_swarm_service_test.go:101: [d1af1ac932e84] joining swarm manager [d9b27ac5160ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:47:31.344Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T21:47:31.605Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T21:47:32.178Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T21:47:34.740Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T21:47:37.288Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T21:47:37.289Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T21:47:37.289Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-05T21:47:37.289Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T21:47:37.549Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T21:47:37.549Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T21:47:37.549Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T21:47:38.226Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T21:47:39.166Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T21:47:40.108Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T21:47:40.369Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T21:47:46.957Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T21:47:47.217Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T21:47:48.600Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T21:47:48.600Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T21:47:48.600Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T21:47:48.861Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T21:47:51.405Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T21:47:52.349Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T21:47:54.264Z] check_test.go:379: [d2f9a6ae47e0d] daemon is not started [2022-03-05T21:47:54.841Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T21:47:55.785Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T21:47:55.785Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T21:47:55.785Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T21:47:58.329Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T21:47:58.899Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T21:47:58.899Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T21:47:59.839Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-05T21:48:00.100Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T21:48:01.058Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T21:48:02.002Z] docker_api_swarm_service_test.go:533: [da3dfdf8382b3] joining swarm manager [d762cfacf0abd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:48:02.579Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T21:48:03.151Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T21:48:03.151Z] docker_api_swarm_service_test.go:534: [daa93177a8163] joining swarm manager [d762cfacf0abd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:48:03.411Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T21:48:03.981Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T21:48:08.196Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T21:48:08.196Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T21:48:09.139Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T21:48:09.401Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T21:48:10.342Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T21:48:10.913Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T21:48:11.174Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T21:48:11.746Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T21:48:11.746Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T21:48:12.006Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T21:48:12.948Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T21:48:13.520Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T21:48:14.092Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T21:48:14.661Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-05T21:48:15.607Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T21:48:16.549Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-05T21:48:17.120Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-05T21:48:17.690Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-05T21:48:18.218Z] --- PASS: TestBuildWithHugeFile (149.98s) [2022-03-05T21:48:18.218Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:48:18.218Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:48:18.218Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:48:18.218Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:48:18.261Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-05T21:48:18.523Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-05T21:48:18.689Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:48:18.689Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:48:18.689Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:48:18.689Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:48:18.689Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:48:18.689Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:48:18.689Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:48:18.689Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:48:18.689Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:48:18.689Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2022-03-05T21:48:18.689Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-05T21:48:18.689Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-05T21:48:18.689Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-05T21:48:18.689Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:48:18.689Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:48:18.689Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-05T21:48:18.689Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:48:18.689Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2022-03-05T21:48:18.689Z] PASS [2022-03-05T21:48:18.689Z] ok github.com/docker/docker/integration/build 269.326s [2022-03-05T21:48:19.094Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] === Skipped [2022-03-05T21:48:19.158Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-05T21:48:19.158Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-05T21:48:19.158Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-05T21:48:19.158Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-05T21:48:19.158Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:48:19.158Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-05T21:48:19.158Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:48:19.158Z] [2022-03-05T21:48:19.158Z] DONE 29 tests, 6 skipped in 305.268s [2022-03-05T21:48:19.631Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-05T21:48:20.037Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-05T21:48:20.608Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T21:48:21.179Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T21:48:21.752Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T21:48:21.848Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:48:21.848Z] INFO: Testing against a local daemon [2022-03-05T21:48:21.848Z] === RUN TestConfigInspect [2022-03-05T21:48:21.848Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-05T21:48:21.848Z] === RUN TestConfigList [2022-03-05T21:48:21.848Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] --- SKIP: TestConfigList (0.00s) [2022-03-05T21:48:21.848Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:48:21.848Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-05T21:48:21.848Z] === RUN TestConfigsUpdate [2022-03-05T21:48:21.848Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-05T21:48:21.848Z] === RUN TestTemplatedConfig [2022-03-05T21:48:21.848Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T21:48:21.848Z] === RUN TestConfigCreateResolve [2022-03-05T21:48:21.848Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:48:21.848Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-05T21:48:21.848Z] PASS [2022-03-05T21:48:21.848Z] ok github.com/docker/docker/integration/config 0.167s [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] === Skipped [2022-03-05T21:48:21.848Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-05T21:48:21.848Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-05T21:48:21.848Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-05T21:48:21.848Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-05T21:48:21.848Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-05T21:48:21.848Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-05T21:48:21.848Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:48:21.848Z] [2022-03-05T21:48:21.848Z] DONE 6 tests, 6 skipped in 2.571s [2022-03-05T21:48:22.013Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T21:48:22.013Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T21:48:22.321Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-05T21:48:23.403Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T21:48:23.999Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T21:48:24.259Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T21:48:24.832Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T21:48:25.093Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T21:48:25.353Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T21:48:25.613Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T21:48:26.135Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:48:26.135Z] INFO: Testing against a local daemon [2022-03-05T21:48:26.135Z] === RUN TestCheckpoint [2022-03-05T21:48:26.135Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:48:26.135Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:48:26.135Z] === RUN TestContainerInvalidJSON [2022-03-05T21:48:26.135Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:48:26.135Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:48:26.135Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:48:26.135Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:48:26.135Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:48:26.135Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:48:26.135Z] --- PASS: TestContainerInvalidJSON (0.06s) [2022-03-05T21:48:26.135Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T21:48:26.135Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T21:48:26.135Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:48:26.135Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.33s) [2022-03-05T21:48:26.135Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:48:26.135Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.31s) [2022-03-05T21:48:26.135Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:48:26.185Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T21:48:26.185Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-05T21:48:26.447Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T21:48:26.609Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.33s) [2022-03-05T21:48:26.609Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:48:27.031Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T21:48:27.079Z] --- PASS: TestCopyToContainerPathIsNotDir (0.38s) [2022-03-05T21:48:27.080Z] === RUN TestCopyFromContainer [2022-03-05T21:48:27.080Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:27.080Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-05T21:48:27.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:48:27.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:48:27.080Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:48:27.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:48:27.080Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:48:27.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:48:27.080Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:48:27.080Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:48:27.080Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:48:27.080Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:48:27.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.06s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-05T21:48:27.080Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:48:27.080Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T21:48:27.080Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidEnv (0.06s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-05T21:48:27.080Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:48:27.080Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:27.080Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T21:48:27.080Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:48:27.080Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:48:27.080Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T21:48:27.080Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:48:27.080Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:48:27.080Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.01s) [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:48:27.080Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:48:27.080Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:48:27.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.06s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-05T21:48:27.080Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:48:27.080Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T21:48:27.080Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T21:48:27.080Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:48:27.080Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:48:27.080Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:48:27.080Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T21:48:27.080Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:48:27.080Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:48:27.551Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.19s) [2022-03-05T21:48:27.551Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:48:27.551Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T21:48:27.551Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-05T21:48:27.551Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:48:27.551Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:27.551Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:48:27.551Z] === RUN TestDiff [2022-03-05T21:48:27.551Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T21:48:27.551Z] --- SKIP: TestDiff (0.00s) [2022-03-05T21:48:27.551Z] === RUN TestExecWithCloseStdin [2022-03-05T21:48:27.601Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T21:48:27.601Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T21:48:28.172Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T21:48:28.172Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T21:48:28.434Z] docker_api_swarm_service_test.go:148: [dd91a5e7436a0] joining swarm manager [deaf16c67866a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:48:29.006Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T21:48:29.268Z] docker_api_swarm_service_test.go:148: [d4e74f4ca3198] joining swarm manager [deaf16c67866a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:48:29.840Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T21:48:30.063Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T21:48:30.063Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T21:48:30.063Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T21:48:30.063Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.063Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T21:48:30.063Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.063Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T21:48:30.063Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.063Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T21:48:30.063Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.064Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T21:48:30.064Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.064Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T21:48:30.064Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.064Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T21:48:30.064Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.064Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T21:48:30.064Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T21:48:30.064Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T21:48:30.064Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T21:48:30.784Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T21:48:31.351Z] --- PASS: TestExecWithCloseStdin (3.49s) [2022-03-05T21:48:31.351Z] === RUN TestExec [2022-03-05T21:48:31.355Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T21:48:31.355Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T21:48:31.591Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T21:48:31.591Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T21:48:31.591Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T21:48:31.591Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T21:48:31.592Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T21:48:31.926Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T21:48:32.867Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T21:48:34.250Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T21:48:34.310Z] --- PASS: TestExec (3.30s) [2022-03-05T21:48:34.310Z] === RUN TestExecUser [2022-03-05T21:48:34.310Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T21:48:34.310Z] --- SKIP: TestExecUser (0.00s) [2022-03-05T21:48:34.310Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:48:34.310Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:34.310Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-05T21:48:34.310Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:48:34.310Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:34.310Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T21:48:34.310Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:48:34.310Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T21:48:34.310Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-05T21:48:34.310Z] === RUN TestHealthKillContainer [2022-03-05T21:48:34.310Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T21:48:34.310Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-05T21:48:34.310Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:48:34.310Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:48:34.310Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:48:34.310Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:48:34.822Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T21:48:35.313Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T21:48:35.396Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T21:48:35.968Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T21:48:36.232Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T21:48:36.803Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T21:48:37.269Z] --- PASS: TestKillContainerInvalidSignal (2.97s) [2022-03-05T21:48:37.269Z] === RUN TestKillContainer [2022-03-05T21:48:37.269Z] === RUN TestKillContainer/no_signal [2022-03-05T21:48:37.375Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T21:48:38.209Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T21:48:38.209Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T21:48:38.209Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T21:48:38.209Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T21:48:38.209Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T21:48:38.209Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T21:48:38.209Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T21:48:38.209Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T21:48:38.209Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T21:48:38.317Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T21:48:40.233Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:48:40.233Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T21:48:40.233Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:48:40.862Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T21:48:40.862Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T21:48:41.123Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T21:48:41.930Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T21:48:41.930Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T21:48:41.930Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T21:48:41.930Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T21:48:41.930Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T21:48:42.507Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T21:48:43.449Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T21:48:44.033Z] --- PASS: TestKillContainer (6.24s) [2022-03-05T21:48:44.033Z] --- PASS: TestKillContainer/no_signal (3.00s) [2022-03-05T21:48:44.033Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:48:44.033Z] --- PASS: TestKillContainer/killing_signal (3.17s) [2022-03-05T21:48:44.033Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:48:44.033Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:48:44.033Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T21:48:44.033Z] === RUN TestKillStoppedContainer [2022-03-05T21:48:44.033Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:48:44.033Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-05T21:48:44.033Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:48:44.033Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:48:44.033Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T21:48:44.033Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:48:44.033Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T21:48:44.033Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-05T21:48:44.033Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:48:44.033Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:44.033Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T21:48:44.033Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:48:44.033Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:48:44.033Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T21:48:44.033Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:48:45.379Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T21:48:46.116Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2022-03-05T21:48:46.116Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T21:48:46.116Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 5.7% of statements [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T21:48:46.116Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T21:48:46.116Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/builder/remotecontext 0.091s coverage: 13.7% of statements [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/builder/dockerfile 0.256s coverage: 49.3% of statements [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/builder/remotecontext/git 1.214s coverage: 86.3% of statements [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T21:48:46.117Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/cmd/docker-proxy 0.151s coverage: 67.6% of statements [2022-03-05T21:48:46.117Z] ok github.com/docker/docker/client 0.145s coverage: 75.7% of statements [2022-03-05T21:48:46.251Z] --- PASS: TestLogsFollowTailEmpty (2.92s) [2022-03-05T21:48:46.251Z] === RUN TestNetworkNat [2022-03-05T21:48:46.251Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T21:48:46.251Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-05T21:48:46.251Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:48:46.769Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T21:48:46.769Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-05T21:48:46.769Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T21:48:46.769Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-05T21:48:46.769Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T21:48:47.342Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T21:48:48.730Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T21:48:48.988Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T21:48:49.674Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T21:48:50.049Z] --- PASS: TestNetworkLocalhostTCPNat (3.33s) [2022-03-05T21:48:50.049Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:48:50.049Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T21:48:50.049Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-05T21:48:50.049Z] === RUN TestPause [2022-03-05T21:48:50.049Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T21:48:50.049Z] --- SKIP: TestPause (0.00s) [2022-03-05T21:48:50.049Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:48:51.058Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T21:48:51.318Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T21:48:52.262Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T21:48:52.835Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-05T21:48:52.835Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-05T21:48:52.835Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T21:48:53.005Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.20s) [2022-03-05T21:48:53.005Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:48:53.005Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:48:53.005Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-05T21:48:53.005Z] === RUN TestPsFilter [2022-03-05T21:48:53.005Z] --- PASS: TestPsFilter (0.26s) [2022-03-05T21:48:53.005Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:48:53.409Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-05T21:48:54.794Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T21:48:54.794Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T21:48:55.365Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T21:48:55.935Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T21:48:56.196Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-05T21:48:56.769Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T21:48:56.769Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T21:48:56.798Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.11s) [2022-03-05T21:48:56.798Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:48:57.342Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T21:48:57.603Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T21:48:58.174Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T21:48:58.695Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T21:48:58.956Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T21:48:59.531Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T21:48:59.773Z] --- PASS: TestRemoveContainerWithVolume (3.38s) [2022-03-05T21:48:59.774Z] === RUN TestRemoveContainerRunning [2022-03-05T21:48:59.792Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T21:49:00.363Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T21:49:00.363Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T21:49:00.936Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T21:49:01.509Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T21:49:02.450Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T21:49:02.450Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T21:49:02.450Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-05T21:49:02.450Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T21:49:02.734Z] --- PASS: TestRemoveContainerRunning (2.87s) [2022-03-05T21:49:02.734Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:49:04.952Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.47s) [2022-03-05T21:49:04.952Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:49:04.952Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-03-05T21:49:04.952Z] === RUN TestRenameLinkedContainer [2022-03-05T21:49:04.952Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T21:49:04.952Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-05T21:49:04.952Z] === RUN TestRenameStoppedContainer [2022-03-05T21:49:04.996Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T21:49:05.257Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T21:49:05.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-05T21:49:13.657Z] --- PASS: TestRenameStoppedContainer (8.41s) [2022-03-05T21:49:13.657Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:49:16.658Z] --- PASS: TestBuildWithHugeFile (129.04s) [2022-03-05T21:49:16.658Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T21:49:16.658Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:49:16.658Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T21:49:16.658Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:49:16.658Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:49:16.658Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:49:16.658Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:49:16.658Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:49:16.658Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:49:16.658Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T21:49:16.658Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T21:49:16.658Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T21:49:16.658Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-05T21:49:16.658Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-05T21:49:16.658Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-05T21:49:16.658Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-05T21:49:16.658Z] === RUN TestBuildPreserveOwnership [2022-03-05T21:49:16.658Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:49:16.658Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestBuildPlatformInvalid [2022-03-05T21:49:16.658Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-05T21:49:16.658Z] PASS [2022-03-05T21:49:16.658Z] ok github.com/docker/docker/integration/build 219.703s [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] === Skipped [2022-03-05T21:49:16.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-05T21:49:16.658Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-05T21:49:16.658Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-05T21:49:16.658Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-05T21:49:16.658Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T21:49:16.658Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-05T21:49:16.658Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:49:16.658Z] [2022-03-05T21:49:16.658Z] DONE 29 tests, 6 skipped in 254.754s [2022-03-05T21:49:16.658Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-05T21:49:16.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:49:16.658Z] INFO: Testing against a local daemon [2022-03-05T21:49:16.658Z] === RUN TestConfigInspect [2022-03-05T21:49:16.658Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:16.658Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestConfigList [2022-03-05T21:49:16.658Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:16.658Z] --- SKIP: TestConfigList (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestConfigsCreateAndDelete [2022-03-05T21:49:16.658Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:16.658Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestConfigsUpdate [2022-03-05T21:49:16.658Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:16.658Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestTemplatedConfig [2022-03-05T21:49:16.658Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:16.658Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T21:49:16.658Z] === RUN TestConfigCreateResolve [2022-03-05T21:49:16.658Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:49:16.658Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-05T21:49:16.658Z] PASS [2022-03-05T21:49:16.658Z] ok github.com/docker/docker/integration/config 0.129s [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] === Skipped [2022-03-05T21:49:17.128Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-05T21:49:17.128Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-05T21:49:17.128Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-05T21:49:17.128Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-05T21:49:17.128Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-05T21:49:17.128Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-05T21:49:17.128Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:49:17.128Z] [2022-03-05T21:49:17.128Z] DONE 6 tests, 6 skipped in 2.492s [2022-03-05T21:49:17.128Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-05T21:49:17.506Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-05T21:49:17.506Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T21:49:18.079Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-05T21:49:18.079Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-05T21:49:18.339Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T21:49:18.339Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T21:49:18.600Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T21:49:19.560Z] --- PASS: TestRenameRunningContainerAndReuse (5.92s) [2022-03-05T21:49:19.560Z] === RUN TestRenameInvalidName [2022-03-05T21:49:20.047Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:49:20.047Z] INFO: Testing against a local daemon [2022-03-05T21:49:20.047Z] === RUN TestCheckpoint [2022-03-05T21:49:20.047Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:49:20.047Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T21:49:20.047Z] === RUN TestContainerInvalidJSON [2022-03-05T21:49:20.047Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:49:20.047Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:49:20.047Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:49:20.047Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:49:20.047Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T21:49:20.047Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T21:49:20.047Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-03-05T21:49:20.047Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-05T21:49:20.047Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T21:49:20.047Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T21:49:20.504Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s) [2022-03-05T21:49:20.504Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T21:49:20.961Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-05T21:49:20.961Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T21:49:20.961Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.28s) [2022-03-05T21:49:20.961Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T21:49:21.146Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T21:49:21.419Z] --- PASS: TestCopyToContainerPathIsNotDir (0.29s) [2022-03-05T21:49:21.419Z] === RUN TestCopyFromContainer [2022-03-05T21:49:21.419Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:21.419Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-05T21:49:21.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T21:49:21.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:49:21.419Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:49:21.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:49:21.419Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:49:21.419Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:49:21.419Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:49:21.419Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T21:49:21.419Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T21:49:21.419Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T21:49:21.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-03-05T21:49:21.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T21:49:21.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-05T21:49:21.419Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-05T21:49:21.419Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T21:49:21.419Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T21:49:21.419Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T21:49:21.419Z] === RUN TestCreateWithInvalidEnv [2022-03-05T21:49:21.419Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T21:49:21.419Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T21:49:21.419Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T21:49:21.419Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T21:49:21.419Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T21:49:21.420Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-05T21:49:21.420Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T21:49:21.420Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:21.420Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T21:49:21.420Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T21:49:21.420Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:49:21.420Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T21:49:21.420Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T21:49:21.420Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:49:21.420Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T21:49:21.420Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T21:49:21.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:49:21.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:49:21.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:49:21.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:49:21.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:49:21.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:49:21.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:49:21.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:49:21.420Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:49:21.420Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T21:49:21.420Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T21:49:21.420Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T21:49:21.420Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T21:49:21.420Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T21:49:21.420Z] === RUN TestCreateDifferentPlatform [2022-03-05T21:49:21.420Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T21:49:21.420Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T21:49:21.420Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-05T21:49:21.420Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T21:49:21.420Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T21:49:21.716Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T21:49:21.877Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-03-05T21:49:21.877Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T21:49:21.877Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T21:49:21.877Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T21:49:21.877Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T21:49:21.877Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:21.877Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:49:21.877Z] === RUN TestDiff [2022-03-05T21:49:21.877Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T21:49:21.877Z] --- SKIP: TestDiff (0.00s) [2022-03-05T21:49:21.877Z] === RUN TestExecWithCloseStdin [2022-03-05T21:49:21.877Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T21:49:21.877Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-05T21:49:21.877Z] === RUN TestExec [2022-03-05T21:49:23.103Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T21:49:23.363Z] --- PASS: TestRenameInvalidName (3.41s) [2022-03-05T21:49:23.363Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:49:24.828Z] ok github.com/docker/docker/cmd/dockerd 0.044s coverage: 29.1% of statements [2022-03-05T21:49:24.828Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2022-03-05T21:49:24.828Z] ok github.com/docker/docker/cmd/dockerd/trap 2.467s coverage: 0.0% of statements [2022-03-05T21:49:24.828Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T21:49:24.828Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T21:49:24.828Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T21:49:24.828Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T21:49:24.828Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T21:49:27.648Z] --- PASS: TestExec (5.06s) [2022-03-05T21:49:27.648Z] === RUN TestExecUser [2022-03-05T21:49:27.648Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T21:49:27.648Z] --- SKIP: TestExecUser (0.00s) [2022-03-05T21:49:27.648Z] === RUN TestExportContainerAndImportImage [2022-03-05T21:49:27.648Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:27.648Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-05T21:49:27.648Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T21:49:27.648Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:27.648Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T21:49:27.648Z] === RUN TestHealthCheckWorkdir [2022-03-05T21:49:27.648Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T21:49:27.648Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-05T21:49:27.648Z] === RUN TestHealthKillContainer [2022-03-05T21:49:27.648Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T21:49:27.648Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-05T21:49:27.648Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T21:49:27.648Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:49:27.648Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:49:27.648Z] === RUN TestKillContainerInvalidSignal [2022-03-05T21:49:29.686Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T21:49:29.686Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T21:49:29.686Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-05T21:49:29.686Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T21:49:30.257Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T21:49:30.257Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T21:49:30.518Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T21:49:30.544Z] --- PASS: TestKillContainerInvalidSignal (3.79s) [2022-03-05T21:49:30.544Z] === RUN TestKillContainer [2022-03-05T21:49:30.544Z] === RUN TestKillContainer/no_signal [2022-03-05T21:49:31.397Z] ok github.com/docker/docker/daemon/cluster 0.052s coverage: 0.5% of statements [2022-03-05T21:49:31.902Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T21:49:32.776Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-03-05T21:49:32.843Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T21:49:34.152Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-03-05T21:49:34.271Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T21:49:34.271Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T21:49:34.271Z] === RUN TestKillContainer/killing_signal [2022-03-05T21:49:34.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-05T21:49:34.757Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T21:49:34.757Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T21:49:34.757Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T21:49:35.702Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T21:49:37.090Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-05T21:49:37.994Z] --- PASS: TestKillContainer (7.37s) [2022-03-05T21:49:37.994Z] --- PASS: TestKillContainer/no_signal (3.72s) [2022-03-05T21:49:37.994Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:49:37.994Z] --- PASS: TestKillContainer/killing_signal (3.59s) [2022-03-05T21:49:37.994Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T21:49:37.994Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:49:37.994Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T21:49:37.994Z] === RUN TestKillStoppedContainer [2022-03-05T21:49:37.994Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:49:37.994Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-05T21:49:37.994Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T21:49:37.994Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:49:37.994Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T21:49:37.994Z] === RUN TestKillDifferentUserContainer [2022-03-05T21:49:37.994Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T21:49:37.994Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-05T21:49:37.994Z] === RUN TestInspectOomKilledTrue [2022-03-05T21:49:37.994Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:37.994Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T21:49:37.994Z] === RUN TestInspectOomKilledFalse [2022-03-05T21:49:37.994Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:49:37.994Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T21:49:37.994Z] === RUN TestLogsFollowTailEmpty [2022-03-05T21:49:40.394Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-05T21:49:40.655Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T21:49:40.727Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2022-03-05T21:49:41.191Z] --- PASS: TestRenameAnonymousContainer (16.82s) [2022-03-05T21:49:41.191Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:49:41.226Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T21:49:41.664Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.0% of statements [2022-03-05T21:49:41.773Z] --- PASS: TestLogsFollowTailEmpty (3.74s) [2022-03-05T21:49:41.773Z] === RUN TestNetworkNat [2022-03-05T21:49:41.773Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T21:49:41.773Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-05T21:49:41.773Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T21:49:41.800Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T21:49:41.922Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-05T21:49:42.490Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-05T21:49:42.758Z] --- PASS: TestRenameContainerWithSameName (3.28s) [2022-03-05T21:49:42.758Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:49:42.758Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T21:49:42.758Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T21:49:42.758Z] === RUN TestResize [2022-03-05T21:49:43.217Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-05T21:49:43.217Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T21:49:43.868Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.450s coverage: 74.6% of statements [2022-03-05T21:49:43.868Z] ok github.com/docker/docker/daemon 10.124s coverage: 17.1% of statements [2022-03-05T21:49:43.868Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T21:49:43.868Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T21:49:43.868Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T21:49:43.868Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T21:49:44.601Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T21:49:44.804Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.472s coverage: 56.2% of statements [2022-03-05T21:49:45.713Z] --- PASS: TestResize (2.85s) [2022-03-05T21:49:45.713Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:49:45.740Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-03-05T21:49:45.988Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-05T21:49:46.471Z] --- PASS: TestNetworkLocalhostTCPNat (4.58s) [2022-03-05T21:49:46.471Z] === RUN TestNetworkLoopbackNat [2022-03-05T21:49:46.471Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T21:49:46.471Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-05T21:49:46.471Z] === RUN TestPause [2022-03-05T21:49:46.471Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T21:49:46.471Z] --- SKIP: TestPause (0.00s) [2022-03-05T21:49:46.471Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T21:49:47.372Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T21:49:47.645Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.8% of statements [2022-03-05T21:49:48.581Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.271s coverage: 50.5% of statements [2022-03-05T21:49:48.669Z] --- PASS: TestResizeWithInvalidSize (3.00s) [2022-03-05T21:49:48.669Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:49:48.755Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-05T21:49:49.017Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T21:49:49.149Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.214s coverage: 46.2% of statements [2022-03-05T21:49:49.149Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T21:49:50.086Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-03-05T21:49:50.208Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.71s) [2022-03-05T21:49:50.208Z] === RUN TestPauseStopPausedContainer [2022-03-05T21:49:50.208Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:50.208Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-05T21:49:50.208Z] === RUN TestPsFilter [2022-03-05T21:49:50.654Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.803s coverage: 58.0% of statements [2022-03-05T21:49:50.654Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-05T21:49:50.654Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T21:49:50.665Z] --- PASS: TestPsFilter (0.40s) [2022-03-05T21:49:50.665Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T21:49:50.931Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T21:49:51.221Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2022-03-05T21:49:51.481Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-03-05T21:49:51.873Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T21:49:52.467Z] --- PASS: TestResizeWhenContainerNotStarted (3.30s) [2022-03-05T21:49:52.467Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:49:52.467Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:49:52.467Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:49:52.467Z] === RUN TestStats [2022-03-05T21:49:52.467Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T21:49:52.467Z] --- SKIP: TestStats (0.00s) [2022-03-05T21:49:52.467Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:49:52.814Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-05T21:49:52.858Z] ok github.com/docker/docker/daemon/images 0.027s coverage: 6.8% of statements [2022-03-05T21:49:52.859Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T21:49:52.859Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T21:49:53.075Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T21:49:53.075Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T21:49:53.117Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.0% of statements [2022-03-05T21:49:53.647Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T21:49:54.054Z] ok github.com/docker/docker/daemon/logger/fluentd 0.013s coverage: 33.6% of statements [2022-03-05T21:49:54.313Z] ok github.com/docker/docker/daemon/logger/awslogs 0.189s coverage: 80.2% of statements [2022-03-05T21:49:54.313Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T21:49:54.384Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.68s) [2022-03-05T21:49:54.385Z] === RUN TestRemoveContainerWithVolume [2022-03-05T21:49:54.590Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T21:49:54.882Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-03-05T21:49:54.882Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-03-05T21:49:55.163Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T21:49:55.449Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 87.2% of statements [2022-03-05T21:49:55.449Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-03-05T21:49:55.734Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T21:49:56.015Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 78.7% of statements [2022-03-05T21:49:56.015Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T21:49:56.582Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 58.4% of statements [2022-03-05T21:49:56.841Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.066s coverage: 31.5% of statements [2022-03-05T21:49:57.119Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-05T21:49:57.380Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T21:49:57.789Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2022-03-05T21:49:58.047Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-05T21:49:58.108Z] --- PASS: TestRemoveContainerWithVolume (3.78s) [2022-03-05T21:49:58.108Z] === RUN TestRemoveContainerRunning [2022-03-05T21:49:58.613Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-05T21:49:59.180Z] ok github.com/docker/docker/daemon/logger/splunk 1.570s coverage: 82.5% of statements [2022-03-05T21:49:59.180Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T21:49:59.180Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T21:49:59.294Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T21:50:00.115Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 48.2% of statements [2022-03-05T21:50:00.373Z] ok github.com/docker/docker/distribution 0.605s coverage: 28.4% of statements [2022-03-05T21:50:00.373Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T21:50:01.312Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-05T21:50:01.571Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-05T21:50:01.838Z] --- PASS: TestRemoveContainerRunning (3.87s) [2022-03-05T21:50:01.838Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T21:50:01.839Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T21:50:02.140Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-05T21:50:02.410Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T21:50:02.410Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-05T21:50:02.707Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements [2022-03-05T21:50:02.707Z] ok github.com/docker/docker/distribution/xfer 1.899s coverage: 84.9% of statements [2022-03-05T21:50:02.707Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T21:50:02.966Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-03-05T21:50:02.966Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T21:50:02.981Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T21:50:02.981Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T21:50:03.224Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-05T21:50:03.241Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T21:50:03.812Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T21:50:03.812Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T21:50:04.160Z] ok github.com/docker/docker/oci 0.012s coverage: 43.3% of statements [2022-03-05T21:50:04.383Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T21:50:05.095Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2022-03-05T21:50:05.095Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-05T21:50:05.568Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.82s) [2022-03-05T21:50:05.568Z] === RUN TestRemoveInvalidContainer [2022-03-05T21:50:05.568Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-05T21:50:05.568Z] === RUN TestRenameLinkedContainer [2022-03-05T21:50:05.568Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:05.568Z] --- SKIP: TestRenameLinkedContainer (0.01s) [2022-03-05T21:50:05.568Z] === RUN TestRenameStoppedContainer [2022-03-05T21:50:06.472Z] ok github.com/docker/docker/pkg/archive 0.300s coverage: 82.2% of statements [2022-03-05T21:50:07.412Z] ok github.com/docker/docker/pkg/authorization 0.240s coverage: 68.3% of statements [2022-03-05T21:50:07.412Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-05T21:50:07.412Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-05T21:50:07.419Z] --- PASS: TestStopContainerWithRestartPolicyAlways (14.44s) [2022-03-05T21:50:07.419Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:50:07.419Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T21:50:07.419Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-05T21:50:07.419Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:50:09.288Z] --- PASS: TestRenameStoppedContainer (3.72s) [2022-03-05T21:50:09.288Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T21:50:09.681Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-05T21:50:09.681Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-05T21:50:09.681Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T21:50:10.254Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-05T21:50:10.697Z] ok github.com/docker/docker/pkg/chrootarchive 2.466s coverage: 43.5% of statements [2022-03-05T21:50:10.697Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-05T21:50:10.824Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T21:50:10.955Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-05T21:50:10.955Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-05T21:50:11.765Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T21:50:11.888Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-05T21:50:12.147Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 87.2% of statements [2022-03-05T21:50:12.147Z] ok github.com/docker/docker/layer 7.490s coverage: 69.0% of statements [2022-03-05T21:50:12.147Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T21:50:12.147Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T21:50:12.147Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T21:50:12.147Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T21:50:12.147Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T21:50:12.147Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T21:50:12.336Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-05T21:50:12.407Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-05T21:50:12.597Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-05T21:50:12.597Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T21:50:12.666Z] ok github.com/docker/docker/pkg/fsutils 0.158s coverage: 85.1% of statements [2022-03-05T21:50:13.167Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T21:50:13.604Z] ok github.com/docker/docker/pkg/idtools 0.520s coverage: 69.5% of statements [2022-03-05T21:50:13.604Z] ok github.com/docker/docker/pkg/ioutils 0.417s coverage: 71.5% of statements [2022-03-05T21:50:13.738Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T21:50:13.862Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-05T21:50:13.862Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-03-05T21:50:13.862Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T21:50:13.862Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-05T21:50:13.862Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T21:50:13.999Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T21:50:14.120Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2022-03-05T21:50:14.121Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-03-05T21:50:14.379Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-03-05T21:50:14.569Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T21:50:14.569Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-05T21:50:14.569Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T21:50:14.638Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-03-05T21:50:14.638Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-05T21:50:14.638Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T21:50:14.638Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T21:50:14.835Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T21:50:15.408Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T21:50:15.408Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-05T21:50:15.408Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T21:50:15.574Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-03-05T21:50:15.668Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-05T21:50:15.833Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-03-05T21:50:15.833Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-05T21:50:16.092Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-05T21:50:16.609Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T21:50:16.609Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-05T21:50:16.609Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T21:50:17.466Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-03-05T21:50:17.466Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-05T21:50:17.724Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-05T21:50:17.837Z] --- PASS: TestRenameRunningContainerAndReuse (7.84s) [2022-03-05T21:50:17.837Z] === RUN TestRenameInvalidName [2022-03-05T21:50:17.983Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2022-03-05T21:50:17.983Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-05T21:50:18.242Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-05T21:50:18.809Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-03-05T21:50:19.067Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-05T21:50:19.152Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T21:50:19.325Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-03-05T21:50:19.586Z] ok github.com/docker/docker/pkg/tarsum 0.037s coverage: 89.3% of statements [2022-03-05T21:50:19.723Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T21:50:19.851Z] coverage: [no statements] [2022-03-05T21:50:19.851Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-03-05T21:50:19.983Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T21:50:20.111Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-05T21:50:20.370Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2022-03-05T21:50:20.370Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-05T21:50:21.367Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-05T21:50:21.563Z] --- PASS: TestRenameInvalidName (3.87s) [2022-03-05T21:50:21.563Z] === RUN TestRenameAnonymousContainer [2022-03-05T21:50:22.272Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-05T21:50:22.272Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-05T21:50:22.530Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-03-05T21:50:23.465Z] ok github.com/docker/docker/quota 0.229s coverage: 71.4% of statements [2022-03-05T21:50:23.724Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-05T21:50:23.909Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T21:50:24.170Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T21:50:24.659Z] ok github.com/docker/docker/registry 0.050s coverage: 58.3% of statements [2022-03-05T21:50:24.742Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-05T21:50:25.225Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-05T21:50:25.225Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-05T21:50:25.791Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-05T21:50:25.791Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-05T21:50:26.768Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-05T21:50:26.768Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-05T21:50:28.364Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-05T21:50:28.624Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.4% of statements [2022-03-05T21:50:29.192Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-03-05T21:50:29.314Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-05T21:50:29.314Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-05T21:50:30.130Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-05T21:50:30.190Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T21:50:30.190Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T21:50:30.190Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T21:50:30.190Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T21:50:30.190Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T21:50:32.616Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-05T21:50:32.616Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-05T21:50:33.191Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-05T21:50:33.762Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-05T21:50:34.334Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-05T21:50:34.889Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T21:50:34.907Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-05T21:50:35.167Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-05T21:50:35.739Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-05T21:50:35.853Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T21:50:35.853Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T21:50:35.853Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T21:50:35.853Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T21:50:35.853Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T21:50:35.853Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T21:50:35.853Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T21:50:35.999Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T21:50:36.309Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T21:50:36.344Z] --- PASS: TestRenameAnonymousContainer (13.29s) [2022-03-05T21:50:36.344Z] === RUN TestRenameContainerWithSameName [2022-03-05T21:50:36.570Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T21:50:37.141Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T21:50:37.272Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T21:50:37.544Z] --- PASS: TestUpdateRestartPolicy (26.77s) [2022-03-05T21:50:37.544Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:50:37.544Z] --- PASS: TestUpdateRestartWithAutoRemove (2.92s) [2022-03-05T21:50:37.544Z] === RUN TestWaitNonBlocked [2022-03-05T21:50:37.544Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:50:37.544Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:50:37.544Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:50:37.544Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:50:37.544Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:50:37.544Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:50:37.876Z] --- PASS: TestRenameContainerWithSameName (3.74s) [2022-03-05T21:50:37.876Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T21:50:37.876Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:37.876Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T21:50:37.876Z] === RUN TestResize [2022-03-05T21:50:39.682Z] === RUN TestDockerSuite/TestRunState [2022-03-05T21:50:40.509Z] --- PASS: TestWaitNonBlocked (0.06s) [2022-03-05T21:50:40.509Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.58s) [2022-03-05T21:50:40.509Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.76s) [2022-03-05T21:50:40.509Z] === RUN TestWaitBlocked [2022-03-05T21:50:40.509Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:50:40.509Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-05T21:50:40.509Z] PASS [2022-03-05T21:50:40.509Z] ok github.com/docker/docker/integration/container 134.679s [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === Skipped [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-05T21:50:40.509Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-05T21:50:40.509Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-03-05T21:50:40.509Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T21:50:40.509Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T21:50:40.509Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.01s) [2022-03-05T21:50:40.509Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T21:50:40.509Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-05T21:50:40.509Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:50:40.509Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-05T21:50:40.509Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-05T21:50:40.509Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-05T21:50:40.509Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.509Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T21:50:40.509Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.509Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-05T21:50:40.510Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-05T21:50:40.510Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:50:40.510Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T21:50:40.510Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-05T21:50:40.510Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-05T21:50:40.510Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-05T21:50:40.510Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-05T21:50:40.510Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-05T21:50:40.510Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-05T21:50:40.510Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T21:50:40.510Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:50:40.510Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-05T21:50:40.510Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-05T21:50:40.510Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-05T21:50:40.510Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:50:40.510Z] [2022-03-05T21:50:40.510Z] DONE 87 tests, 33 skipped in 137.920s [2022-03-05T21:50:40.510Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-05T21:50:40.623Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T21:50:40.884Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T21:50:40.994Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T21:50:41.454Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T21:50:41.454Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-05T21:50:41.454Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-05T21:50:41.454Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T21:50:42.025Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T21:50:42.286Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-05T21:50:42.523Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T21:50:42.523Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T21:50:42.523Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T21:50:42.523Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T21:50:42.523Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T21:50:42.523Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T21:50:42.547Z] --- PASS: TestResize (3.81s) [2022-03-05T21:50:42.547Z] === RUN TestResizeWithInvalidSize [2022-03-05T21:50:43.230Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T21:50:43.230Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T21:50:43.230Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T21:50:43.802Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-05T21:50:45.186Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-05T21:50:45.447Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-05T21:50:46.017Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-05T21:50:46.240Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T21:50:46.281Z] --- PASS: TestResizeWithInvalidSize (3.93s) [2022-03-05T21:50:46.282Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T21:50:47.403Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-05T21:50:48.343Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-05T21:50:50.007Z] --- PASS: TestResizeWhenContainerNotStarted (3.76s) [2022-03-05T21:50:50.007Z] === RUN TestDaemonRestartKillContainers [2022-03-05T21:50:50.007Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:50:50.007Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:50:50.007Z] === RUN TestStats [2022-03-05T21:50:50.007Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T21:50:50.007Z] --- SKIP: TestStats (0.00s) [2022-03-05T21:50:50.007Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T21:50:50.259Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T21:50:51.200Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-05T21:50:52.049Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.3% of statements [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T21:50:52.049Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === Skipped [2022-03-05T21:50:52.049Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T21:50:52.049Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T21:50:52.049Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T21:50:52.049Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T21:50:52.049Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-05T21:50:52.049Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.049Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-05T21:50:52.049Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.049Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-05T21:50:52.049Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.049Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-05T21:50:52.049Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.049Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-05T21:50:52.049Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.049Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-05T21:50:52.049Z] graphtest_unix.go:71: No driver to put! [2022-03-05T21:50:52.049Z] [2022-03-05T21:50:52.049Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-05T21:50:52.050Z] time="2022-03-05T21:49:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-05T21:50:52.050Z] time="2022-03-05T21:49:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-05T21:50:52.050Z] time="2022-03-05T21:49:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-05T21:50:52.050Z] time="2022-03-05T21:49:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-05T21:50:52.050Z] time="2022-03-05T21:49:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:71: No driver to put! [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-05T21:50:52.050Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-05T21:50:52.050Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-05T21:50:52.050Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T21:50:52.050Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-05T21:50:52.050Z] graphtest_unix.go:71: No driver to put! [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-05T21:50:52.050Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-05T21:50:52.050Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-05T21:50:52.050Z] [2022-03-05T21:50:52.050Z] DONE 2323 tests, 28 skipped in 220.317s [2022-03-05T21:50:52.050Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/config [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/idm [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/ns [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/options [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/osl [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T21:50:52.050Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-05T21:50:52.050Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-05T21:50:53.116Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T21:50:53.686Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T21:50:53.686Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-05T21:50:54.259Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T21:50:54.831Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T21:50:56.763Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T21:50:57.025Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-05T21:50:57.597Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T21:50:58.168Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T21:50:58.429Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T21:50:58.550Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.13s) [2022-03-05T21:50:58.550Z] === RUN TestStopContainerWithTimeout [2022-03-05T21:50:58.550Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T21:50:58.550Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-05T21:50:58.550Z] === RUN TestUpdateRestartPolicy [2022-03-05T21:50:58.690Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T21:50:59.263Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T21:50:59.523Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-05T21:50:59.784Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T21:51:00.354Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-05T21:51:00.354Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-05T21:51:00.354Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T21:51:00.354Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T21:51:00.929Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T21:51:01.022Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T21:51:02.842Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-05T21:51:04.229Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T21:51:04.742Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T21:51:05.172Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-05T21:51:05.172Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T21:51:05.895Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:51:05.895Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T21:51:05.895Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-05T21:51:05.895Z] === RUN TestDaemonConfigValidation [2022-03-05T21:51:05.895Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T21:51:05.895Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-05T21:51:05.895Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:51:05.895Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T21:51:05.895Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T21:51:05.895Z] === RUN TestDaemonProxy [2022-03-05T21:51:05.895Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T21:51:05.895Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T21:51:05.895Z] PASS [2022-03-05T21:51:05.895Z] ok github.com/docker/docker/integration/daemon 0.190s [2022-03-05T21:51:05.895Z] [2022-03-05T21:51:05.895Z] === Skipped [2022-03-05T21:51:05.895Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-05T21:51:05.895Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T21:51:05.895Z] [2022-03-05T21:51:05.895Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-05T21:51:05.895Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T21:51:05.895Z] [2022-03-05T21:51:05.895Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T21:51:05.895Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T21:51:05.895Z] [2022-03-05T21:51:05.895Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-05T21:51:05.895Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T21:51:05.895Z] [2022-03-05T21:51:05.895Z] DONE 4 tests, 4 skipped in 25.211s [2022-03-05T21:51:05.895Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-05T21:51:06.116Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T21:51:06.270Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T21:51:06.271Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T21:51:06.271Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T21:51:08.033Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T21:51:08.295Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-05T21:51:08.869Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T21:51:09.991Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T21:51:10.652Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:10.653Z] INFO: Testing against a local daemon [2022-03-05T21:51:10.653Z] === RUN TestCommitInheritsEnv [2022-03-05T21:51:10.653Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:51:10.653Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-05T21:51:10.653Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:51:10.653Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:51:10.653Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:51:10.653Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:51:10.653Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:51:10.653Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-05T21:51:10.653Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:51:10.653Z] --- PASS: TestImagesFilterMultiReference (0.15s) [2022-03-05T21:51:10.653Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:51:10.653Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-03-05T21:51:10.653Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:51:10.784Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T21:51:11.522Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T21:51:12.225Z] --- PASS: TestRemoveImageOrphaning (1.53s) [2022-03-05T21:51:12.225Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:51:12.225Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-05T21:51:12.225Z] === RUN TestTagInvalidReference [2022-03-05T21:51:12.694Z] --- PASS: TestTagInvalidReference (0.05s) [2022-03-05T21:51:12.694Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:51:12.694Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-03-05T21:51:12.694Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:51:12.694Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-03-05T21:51:12.694Z] === RUN TestTagOfficialNames [2022-03-05T21:51:12.694Z] --- PASS: TestTagOfficialNames (0.18s) [2022-03-05T21:51:12.694Z] === RUN TestTagMatchesDigest [2022-03-05T21:51:12.694Z] --- PASS: TestTagMatchesDigest (0.06s) [2022-03-05T21:51:12.694Z] PASS [2022-03-05T21:51:12.694Z] ok github.com/docker/docker/integration/image 2.383s [2022-03-05T21:51:12.696Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T21:51:12.696Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T21:51:12.696Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-05T21:51:12.696Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T21:51:12.696Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-05T21:51:12.696Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T21:51:12.696Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-05T21:51:12.696Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T21:51:12.956Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-05T21:51:12.956Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-05T21:51:12.956Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-05T21:51:13.162Z] [2022-03-05T21:51:13.162Z] === Skipped [2022-03-05T21:51:13.162Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-05T21:51:13.162Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:51:13.162Z] [2022-03-05T21:51:13.162Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:51:13.162Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:51:13.162Z] [2022-03-05T21:51:13.162Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-05T21:51:13.162Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:51:13.162Z] [2022-03-05T21:51:13.162Z] DONE 12 tests, 3 skipped in 7.211s [2022-03-05T21:51:13.162Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-05T21:51:13.529Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-05T21:51:14.102Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-05T21:51:14.363Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-05T21:51:15.306Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-05T21:51:15.568Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-05T21:51:16.117Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:16.117Z] INFO: Testing against a local daemon [2022-03-05T21:51:16.117Z] === RUN TestNetworkCreateDelete [2022-03-05T21:51:16.117Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:16.117Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:51:16.117Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T21:51:16.117Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDaemonDNSFallback [2022-03-05T21:51:16.117Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:16.117Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestInspectNetwork [2022-03-05T21:51:16.117Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:16.117Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T21:51:16.117Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:16.117Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:51:16.117Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:51:16.117Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:51:16.117Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:51:16.117Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:51:16.117Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:51:16.117Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:51:16.117Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:51:16.117Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:51:16.117Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-05T21:51:16.117Z] === RUN TestNetworkList [2022-03-05T21:51:16.117Z] === RUN TestNetworkList//networks [2022-03-05T21:51:16.117Z] === PAUSE TestNetworkList//networks [2022-03-05T21:51:16.117Z] === RUN TestNetworkList//networks/ [2022-03-05T21:51:16.117Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:51:16.117Z] === CONT TestNetworkList//networks [2022-03-05T21:51:16.117Z] === CONT TestNetworkList//networks/ [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkList (0.08s) [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkList//networks (0.01s) [2022-03-05T21:51:16.117Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-03-05T21:51:16.117Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:51:16.117Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:51:16.117Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:51:16.117Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:51:16.117Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:51:16.117Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:51:16.117Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:51:16.117Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:51:16.117Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:51:16.117Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:51:16.117Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:51:16.117Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:51:16.117Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:51:16.117Z] PASS [2022-03-05T21:51:16.117Z] ok github.com/docker/docker/integration/network 0.308s [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === Skipped [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-05T21:51:16.117Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T21:51:16.117Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-05T21:51:16.117Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-05T21:51:16.117Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:51:16.117Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:51:16.117Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:51:16.117Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T21:51:16.117Z] [2022-03-05T21:51:16.117Z] DONE 22 tests, 15 skipped in 2.922s [2022-03-05T21:51:16.117Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-05T21:51:16.509Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T21:51:16.509Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-05T21:51:17.081Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-05T21:51:17.081Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-05T21:51:17.082Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-05T21:51:17.082Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-05T21:51:17.082Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-05T21:51:17.082Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-05T21:51:17.082Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-05T21:51:17.082Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-05T21:51:17.105Z] testing: warning: no tests to run [2022-03-05T21:51:17.105Z] PASS [2022-03-05T21:51:17.105Z] ok github.com/docker/docker/integration/network/ipvlan 0.120s [2022-03-05T21:51:17.105Z] [2022-03-05T21:51:17.105Z] DONE 0 tests in 0.974s [2022-03-05T21:51:17.292Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T21:51:17.292Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T21:51:17.292Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T21:51:17.292Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T21:51:17.292Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T21:51:17.292Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T21:51:17.292Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T21:51:17.292Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T21:51:17.292Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T21:51:17.573Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-05T21:51:17.654Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-05T21:51:17.748Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T21:51:17.922Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-05T21:51:17.922Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-05T21:51:18.502Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T21:51:18.562Z] testing: warning: no tests to run [2022-03-05T21:51:18.562Z] PASS [2022-03-05T21:51:18.562Z] ok github.com/docker/docker/integration/network/macvlan 0.118s [2022-03-05T21:51:18.562Z] [2022-03-05T21:51:18.562Z] DONE 0 tests in 0.958s [2022-03-05T21:51:18.562Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-05T21:51:18.772Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T21:51:19.343Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T21:51:19.343Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-05T21:51:19.554Z] testing: warning: no tests to run [2022-03-05T21:51:19.554Z] PASS [2022-03-05T21:51:19.554Z] ok github.com/docker/docker/integration/plugin 0.124s [2022-03-05T21:51:19.554Z] [2022-03-05T21:51:19.554Z] DONE 0 tests in 0.988s [2022-03-05T21:51:19.554Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-05T21:51:19.603Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-05T21:51:19.864Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-05T21:51:20.435Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-05T21:51:20.435Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T21:51:20.435Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T21:51:20.543Z] testing: warning: no tests to run [2022-03-05T21:51:20.543Z] PASS [2022-03-05T21:51:20.543Z] ok github.com/docker/docker/integration/plugin/authz 0.123s [2022-03-05T21:51:20.543Z] [2022-03-05T21:51:20.543Z] DONE 0 tests in 1.001s [2022-03-05T21:51:20.696Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T21:51:21.013Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-05T21:51:22.082Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-05T21:51:22.656Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-05T21:51:22.656Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-05T21:51:22.656Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T21:51:22.917Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T21:51:22.917Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T21:51:23.860Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T21:51:24.120Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T21:51:25.509Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T21:51:26.083Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T21:51:26.083Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T21:51:26.083Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T21:51:26.657Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-05T21:51:26.934Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:26.934Z] INFO: Testing against a local daemon [2022-03-05T21:51:26.934Z] === RUN TestPluginInvalidJSON [2022-03-05T21:51:26.934Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:51:26.934Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:51:26.934Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:51:26.934Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-05T21:51:26.934Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:51:26.934Z] === RUN TestPluginInstall [2022-03-05T21:51:26.934Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T21:51:26.934Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T21:51:26.934Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:51:26.934Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T21:51:26.934Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T21:51:26.934Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:51:26.934Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T21:51:26.934Z] --- SKIP: TestPluginBackCompatMediaTypes (0.01s) [2022-03-05T21:51:26.934Z] PASS [2022-03-05T21:51:26.934Z] ok github.com/docker/docker/integration/plugin/common 0.175s [2022-03-05T21:51:26.934Z] [2022-03-05T21:51:26.934Z] === Skipped [2022-03-05T21:51:26.934Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-05T21:51:26.934Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T21:51:26.934Z] [2022-03-05T21:51:26.934Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-05T21:51:26.934Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T21:51:26.934Z] [2022-03-05T21:51:26.934Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.01s) [2022-03-05T21:51:26.934Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T21:51:26.934Z] [2022-03-05T21:51:26.934Z] DONE 5 tests, 3 skipped in 5.863s [2022-03-05T21:51:26.934Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-05T21:51:27.597Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-05T21:51:28.170Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T21:51:28.170Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T21:51:28.455Z] --- PASS: TestUpdateRestartPolicy (27.43s) [2022-03-05T21:51:28.455Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T21:51:28.914Z] --- PASS: TestUpdateRestartWithAutoRemove (3.85s) [2022-03-05T21:51:28.914Z] === RUN TestWaitNonBlocked [2022-03-05T21:51:28.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:51:28.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:51:28.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:51:28.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:51:28.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T21:51:28.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T21:51:29.554Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T21:51:29.554Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T21:51:29.816Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T21:51:29.949Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:29.949Z] INFO: Testing against a local daemon [2022-03-05T21:51:29.949Z] === RUN TestExternalGraphDriver [2022-03-05T21:51:29.949Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T21:51:29.949Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-05T21:51:29.949Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:51:29.949Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T21:51:29.949Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-05T21:51:29.949Z] PASS [2022-03-05T21:51:29.949Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.189s [2022-03-05T21:51:29.949Z] [2022-03-05T21:51:29.949Z] === Skipped [2022-03-05T21:51:29.949Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-05T21:51:29.949Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T21:51:29.949Z] [2022-03-05T21:51:29.949Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-05T21:51:29.949Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T21:51:29.949Z] [2022-03-05T21:51:29.949Z] DONE 2 tests, 2 skipped in 3.076s [2022-03-05T21:51:30.419Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-05T21:51:30.759Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1027233366 [2022-03-05T21:51:30.762Z] ok github.com/docker/docker/libnetwork 37.324s coverage: 40.7% of statements [2022-03-05T21:51:30.762Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-03-05T21:51:30.762Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T21:51:31.021Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T21:51:31.021Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T21:51:32.406Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T21:51:32.406Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T21:51:32.406Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T21:51:32.639Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:32.639Z] INFO: Testing against a local daemon [2022-03-05T21:51:32.639Z] === RUN TestReadPluginNoRead [2022-03-05T21:51:32.639Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T21:51:32.639Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-05T21:51:32.639Z] PASS [2022-03-05T21:51:32.639Z] ok github.com/docker/docker/integration/plugin/logging 0.164s [2022-03-05T21:51:32.639Z] [2022-03-05T21:51:32.639Z] === Skipped [2022-03-05T21:51:32.639Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-05T21:51:32.639Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T21:51:32.639Z] [2022-03-05T21:51:32.639Z] DONE 1 tests, 1 skipped in 2.555s [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-05T21:51:32.675Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T21:51:33.108Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-05T21:51:33.241Z] ok github.com/docker/docker/libnetwork/config 0.020s coverage: 19.7% of statements [2022-03-05T21:51:33.348Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-05T21:51:33.500Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-05T21:51:33.500Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T21:51:33.500Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T21:51:33.590Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-05T21:51:33.590Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.58s) [2022-03-05T21:51:33.590Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.64s) [2022-03-05T21:51:33.590Z] === RUN TestWaitBlocked [2022-03-05T21:51:33.590Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:33.590Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-05T21:51:33.590Z] PASS [2022-03-05T21:51:33.590Z] ok github.com/docker/docker/integration/container 133.588s [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === Skipped [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-05T21:51:33.590Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-05T21:51:33.590Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T21:51:33.590Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T21:51:33.590Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T21:51:33.590Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T21:51:33.590Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T21:51:33.590Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T21:51:33.590Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T21:51:33.590Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-05T21:51:33.590Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-05T21:51:33.590Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-05T21:51:33.590Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-05T21:51:33.590Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T21:51:33.590Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-05T21:51:33.590Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-05T21:51:33.590Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T21:51:33.590Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:51:33.590Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T21:51:33.590Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T21:51:33.590Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-05T21:51:33.590Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T21:51:33.590Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-05T21:51:33.590Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.590Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-05T21:51:33.590Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.590Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-05T21:51:33.591Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-05T21:51:33.591Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-05T21:51:33.591Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-05T21:51:33.591Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-05T21:51:33.591Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.01s) [2022-03-05T21:51:33.591Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T21:51:33.591Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-05T21:51:33.591Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-05T21:51:33.591Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-05T21:51:33.591Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-05T21:51:33.591Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:33.591Z] [2022-03-05T21:51:33.591Z] DONE 87 tests, 34 skipped in 136.657s [2022-03-05T21:51:33.759Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-05T21:51:33.919Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T21:51:34.047Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-05T21:51:34.095Z] testing: warning: no tests to run [2022-03-05T21:51:34.095Z] PASS [2022-03-05T21:51:34.095Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.124s [2022-03-05T21:51:34.564Z] [2022-03-05T21:51:34.564Z] DONE 0 tests in 1.373s [2022-03-05T21:51:34.564Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-05T21:51:35.304Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T21:51:35.876Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T21:51:36.137Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T21:51:36.137Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T21:51:36.137Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T21:51:36.137Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-05T21:51:36.292Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.392s coverage: 59.9% of statements [2022-03-05T21:51:36.292Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T21:51:36.292Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-05T21:51:36.709Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T21:51:36.709Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T21:51:36.860Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.187s coverage: 4.0% of statements [2022-03-05T21:51:37.120Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T21:51:37.382Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-05T21:51:37.536Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:37.536Z] INFO: Testing against a local daemon [2022-03-05T21:51:37.536Z] === RUN TestPluginWithDevMounts [2022-03-05T21:51:37.536Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:37.536Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T21:51:37.536Z] PASS [2022-03-05T21:51:37.536Z] ok github.com/docker/docker/integration/plugin/volumes 0.175s [2022-03-05T21:51:37.536Z] [2022-03-05T21:51:37.536Z] === Skipped [2022-03-05T21:51:37.536Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-05T21:51:37.536Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:37.536Z] [2022-03-05T21:51:37.536Z] DONE 1 tests, 1 skipped in 2.624s [2022-03-05T21:51:37.536Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-05T21:51:37.641Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T21:51:37.641Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-05T21:51:37.651Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T21:51:38.224Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T21:51:38.795Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T21:51:39.759Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:39.759Z] INFO: Testing against a local daemon [2022-03-05T21:51:39.759Z] === RUN TestSecretInspect [2022-03-05T21:51:39.759Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-05T21:51:39.759Z] === RUN TestSecretList [2022-03-05T21:51:39.759Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] --- SKIP: TestSecretList (0.00s) [2022-03-05T21:51:39.759Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:51:39.759Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-05T21:51:39.759Z] === RUN TestSecretsUpdate [2022-03-05T21:51:39.759Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-05T21:51:39.759Z] === RUN TestTemplatedSecret [2022-03-05T21:51:39.759Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-03-05T21:51:39.759Z] === RUN TestSecretCreateResolve [2022-03-05T21:51:39.759Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:39.759Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-05T21:51:39.759Z] PASS [2022-03-05T21:51:39.759Z] ok github.com/docker/docker/integration/secret 0.158s [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] === Skipped [2022-03-05T21:51:39.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2022-03-05T21:51:39.759Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-05T21:51:39.759Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-05T21:51:39.759Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-05T21:51:39.759Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-03-05T21:51:39.759Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-05T21:51:39.759Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:39.759Z] [2022-03-05T21:51:39.759Z] DONE 6 tests, 6 skipped in 2.403s [2022-03-05T21:51:39.759Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-05T21:51:39.761Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-05T21:51:42.744Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:42.744Z] INFO: Testing against a local daemon [2022-03-05T21:51:42.744Z] === RUN TestServiceCreateInit [2022-03-05T21:51:42.744Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:51:42.744Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:51:42.744Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:51:42.744Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceConflict [2022-03-05T21:51:42.744Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:51:42.744Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-05T21:51:42.744Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:51:42.744Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:51:42.744Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:51:42.744Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceSysctls [2022-03-05T21:51:42.744Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-05T21:51:42.744Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:51:42.744Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-05T21:51:42.744Z] === RUN TestInspect [2022-03-05T21:51:42.744Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestInspect (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestCreateJob [2022-03-05T21:51:42.744Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestCreateJob (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestReplicatedJob [2022-03-05T21:51:42.744Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:51:42.744Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServiceListWithStatuses [2022-03-05T21:51:42.744Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:51:42.744Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:51:42.744Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServicePlugin [2022-03-05T21:51:42.744Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServiceUpdateLabel [2022-03-05T21:51:42.744Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:51:42.744Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:51:42.744Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:51:42.744Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-05T21:51:42.744Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:51:42.744Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-05T21:51:42.744Z] PASS [2022-03-05T21:51:42.744Z] ok github.com/docker/docker/integration/service 0.351s [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === Skipped [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:51:42.744Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:51:42.744Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-05T21:51:42.744Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-05T21:51:42.744Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-05T21:51:42.744Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T21:51:42.744Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-05T21:51:42.744Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-05T21:51:42.744Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-05T21:51:42.744Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-05T21:51:42.744Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-05T21:51:42.744Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-05T21:51:42.744Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-05T21:51:42.744Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-05T21:51:42.744Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-05T21:51:42.744Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-05T21:51:42.744Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-05T21:51:42.744Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-05T21:51:42.744Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-05T21:51:42.744Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-05T21:51:42.744Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-05T21:51:42.744Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-05T21:51:42.744Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:42.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-03-05T21:51:42.744Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:51:42.744Z] [2022-03-05T21:51:43.061Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-05T21:51:43.213Z] DONE 24 tests, 23 skipped in 2.975s [2022-03-05T21:51:43.213Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-05T21:51:44.002Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T21:51:45.475Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:45.475Z] INFO: Testing against a local daemon [2022-03-05T21:51:45.475Z] === RUN TestSessionCreate [2022-03-05T21:51:45.475Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:45.475Z] --- SKIP: TestSessionCreate (0.01s) [2022-03-05T21:51:45.475Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:51:45.475Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:45.475Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T21:51:45.475Z] PASS [2022-03-05T21:51:45.475Z] ok github.com/docker/docker/integration/session 0.160s [2022-03-05T21:51:45.475Z] [2022-03-05T21:51:45.475Z] === Skipped [2022-03-05T21:51:45.475Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.01s) [2022-03-05T21:51:45.475Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:45.475Z] [2022-03-05T21:51:45.475Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T21:51:45.475Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T21:51:45.475Z] [2022-03-05T21:51:45.475Z] DONE 2 tests, 2 skipped in 2.319s [2022-03-05T21:51:45.475Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-05T21:51:45.921Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T21:51:46.492Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T21:51:47.435Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-05T21:51:47.435Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T21:51:47.619Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.898s coverage: 7.2% of statements [2022-03-05T21:51:47.619Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T21:51:47.619Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.008s coverage: 63.6% of statements [2022-03-05T21:51:47.619Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-05T21:51:47.619Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T21:51:47.619Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-05T21:51:47.619Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T21:51:47.877Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-05T21:51:48.135Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-03-05T21:51:48.135Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-05T21:51:48.394Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-05T21:51:48.431Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:48.431Z] INFO: Testing against a local daemon [2022-03-05T21:51:48.431Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:51:48.431Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:48.431Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestDiskUsage [2022-03-05T21:51:48.431Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T21:51:48.431Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestEventsExecDie [2022-03-05T21:51:48.431Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T21:51:48.431Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:51:48.431Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T21:51:48.431Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestEventsVolumeCreate [2022-03-05T21:51:48.431Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T21:51:48.431Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestInfoAPI [2022-03-05T21:51:48.431Z] --- PASS: TestInfoAPI (0.06s) [2022-03-05T21:51:48.431Z] === RUN TestInfoAPIWarnings [2022-03-05T21:51:48.431Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:51:48.431Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestInfoDebug [2022-03-05T21:51:48.431Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:51:48.431Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:51:48.431Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:51:48.431Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:51:48.431Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:51:48.431Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-05T21:51:48.431Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:51:48.900Z] --- PASS: TestLoginFailsWithBadCredentials (1.04s) [2022-03-05T21:51:48.900Z] === RUN TestPingCacheHeaders [2022-03-05T21:51:48.900Z] --- PASS: TestPingCacheHeaders (0.06s) [2022-03-05T21:51:48.900Z] === RUN TestPingGet [2022-03-05T21:51:48.900Z] --- PASS: TestPingGet (0.06s) [2022-03-05T21:51:48.900Z] === RUN TestPingHead [2022-03-05T21:51:49.369Z] --- PASS: TestPingHead (0.06s) [2022-03-05T21:51:49.369Z] === RUN TestVersion [2022-03-05T21:51:49.369Z] --- PASS: TestVersion (0.06s) [2022-03-05T21:51:49.369Z] PASS [2022-03-05T21:51:49.369Z] ok github.com/docker/docker/integration/system 1.462s [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === Skipped [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:51:49.369Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-05T21:51:49.369Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-05T21:51:49.369Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-05T21:51:49.369Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-05T21:51:49.369Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-05T21:51:49.369Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-05T21:51:49.369Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-05T21:51:49.369Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-05T21:51:49.369Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:51:49.369Z] [2022-03-05T21:51:49.369Z] DONE 15 tests, 9 skipped in 3.730s [2022-03-05T21:51:49.369Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-05T21:51:50.737Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T21:51:50.737Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-05T21:51:52.123Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T21:51:52.323Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:51:52.323Z] INFO: Testing against a local daemon [2022-03-05T21:51:52.323Z] === RUN TestVolumesCreateAndList [2022-03-05T21:51:52.323Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-03-05T21:51:52.323Z] === RUN TestVolumesRemove [2022-03-05T21:51:52.323Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-05T21:51:52.323Z] === RUN TestVolumesInspect [2022-03-05T21:51:52.323Z] --- PASS: TestVolumesInspect (0.07s) [2022-03-05T21:51:52.323Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:51:52.323Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:51:52.323Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:51:52.323Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:51:52.323Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-05T21:51:52.323Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-05T21:51:52.323Z] PASS [2022-03-05T21:51:52.323Z] ok github.com/docker/docker/integration/volume 0.434s [2022-03-05T21:51:52.323Z] [2022-03-05T21:51:52.323Z] DONE 5 tests in 2.950s [2022-03-05T21:51:52.695Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T21:51:52.794Z] INFO: make.ps1 ended at 03/05/2022 21:51:52 [2022-03-05T21:51:52.794Z] INFO: Integration CLI tests being run from the host: [2022-03-05T21:51:52.794Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-05T21:51:53.635Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T21:51:55.020Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T21:51:55.963Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T21:51:58.505Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T21:51:59.161Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T21:51:59.161Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T21:51:59.161Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-05T21:51:59.161Z] === RUN TestDaemonConfigValidation [2022-03-05T21:51:59.161Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T21:51:59.161Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-05T21:51:59.161Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T21:51:59.161Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T21:51:59.161Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T21:51:59.161Z] === RUN TestDaemonProxy [2022-03-05T21:51:59.161Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T21:51:59.161Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T21:51:59.161Z] PASS [2022-03-05T21:51:59.161Z] ok github.com/docker/docker/integration/daemon 0.141s [2022-03-05T21:51:59.617Z] [2022-03-05T21:51:59.617Z] === Skipped [2022-03-05T21:51:59.617Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-05T21:51:59.617Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T21:51:59.617Z] [2022-03-05T21:51:59.617Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-05T21:51:59.617Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T21:51:59.617Z] [2022-03-05T21:51:59.617Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T21:51:59.617Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T21:51:59.617Z] [2022-03-05T21:51:59.617Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-05T21:51:59.617Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T21:51:59.617Z] [2022-03-05T21:51:59.617Z] DONE 4 tests, 4 skipped in 25.676s [2022-03-05T21:51:59.617Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-05T21:52:00.219Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T21:52:00.219Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T21:52:00.219Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T21:52:00.219Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T21:52:00.219Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T21:52:00.598Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-03-05T21:52:02.710Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T21:52:02.971Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-05T21:52:05.341Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T21:52:05.341Z] INFO: Testing against a local daemon [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T21:52:05.341Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T21:52:05.341Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T21:52:05.341Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T21:52:05.393Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:05.393Z] INFO: Testing against a local daemon [2022-03-05T21:52:05.393Z] === RUN TestCommitInheritsEnv [2022-03-05T21:52:05.393Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:52:05.393Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-05T21:52:05.393Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T21:52:05.393Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:52:05.393Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:52:05.393Z] === RUN TestImportWithCustomPlatform [2022-03-05T21:52:05.393Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:52:05.393Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-05T21:52:05.393Z] === RUN TestImagesFilterMultiReference [2022-03-05T21:52:05.393Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-05T21:52:05.393Z] === RUN TestImagePullPlatformInvalid [2022-03-05T21:52:05.393Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-05T21:52:05.393Z] === RUN TestRemoveImageOrphaning [2022-03-05T21:52:05.515Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T21:52:05.810Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T21:52:05.849Z] --- PASS: TestRemoveImageOrphaning (1.32s) [2022-03-05T21:52:05.849Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T21:52:05.849Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-05T21:52:05.849Z] === RUN TestTagInvalidReference [2022-03-05T21:52:05.849Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-05T21:52:05.849Z] === RUN TestTagValidPrefixedRepo [2022-03-05T21:52:06.279Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T21:52:06.306Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-03-05T21:52:06.306Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T21:52:06.306Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-05T21:52:06.306Z] === RUN TestTagOfficialNames [2022-03-05T21:52:06.306Z] --- PASS: TestTagOfficialNames (0.10s) [2022-03-05T21:52:06.306Z] === RUN TestTagMatchesDigest [2022-03-05T21:52:06.306Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-05T21:52:06.306Z] PASS [2022-03-05T21:52:06.306Z] ok github.com/docker/docker/integration/image 1.971s [2022-03-05T21:52:06.306Z] [2022-03-05T21:52:06.306Z] === Skipped [2022-03-05T21:52:06.306Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-05T21:52:06.306Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:52:06.306Z] [2022-03-05T21:52:06.306Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T21:52:06.306Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:52:06.306Z] [2022-03-05T21:52:06.306Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-05T21:52:06.306Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T21:52:06.306Z] [2022-03-05T21:52:06.306Z] DONE 12 tests, 3 skipped in 6.717s [2022-03-05T21:52:06.762Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-05T21:52:07.267Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T21:52:07.735Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T21:52:08.933Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:08.933Z] INFO: Testing against a local daemon [2022-03-05T21:52:08.933Z] === RUN TestNetworkCreateDelete [2022-03-05T21:52:08.933Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:08.933Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-05T21:52:08.933Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T21:52:08.933Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T21:52:08.933Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T21:52:08.933Z] === RUN TestDaemonDNSFallback [2022-03-05T21:52:08.933Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:08.933Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-05T21:52:08.933Z] === RUN TestInspectNetwork [2022-03-05T21:52:08.933Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T21:52:08.933Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T21:52:08.933Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T21:52:08.933Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:08.933Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:52:08.933Z] === RUN TestNetworkInvalidJSON [2022-03-05T21:52:08.933Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T21:52:08.933Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T21:52:08.933Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:52:08.933Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:52:08.933Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:52:08.933Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:52:08.933Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T21:52:08.933Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T21:52:08.933Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T21:52:08.933Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-05T21:52:08.933Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-05T21:52:08.933Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-05T21:52:08.933Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-05T21:52:08.933Z] === RUN TestNetworkList [2022-03-05T21:52:08.933Z] === RUN TestNetworkList//networks [2022-03-05T21:52:08.933Z] === PAUSE TestNetworkList//networks [2022-03-05T21:52:08.933Z] === RUN TestNetworkList//networks/ [2022-03-05T21:52:08.933Z] === PAUSE TestNetworkList//networks/ [2022-03-05T21:52:09.389Z] === CONT TestNetworkList//networks [2022-03-05T21:52:09.389Z] === CONT TestNetworkList//networks/ [2022-03-05T21:52:09.389Z] --- PASS: TestNetworkList (0.05s) [2022-03-05T21:52:09.389Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T21:52:09.389Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T21:52:09.389Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T21:52:09.389Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T21:52:09.389Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T21:52:09.389Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T21:52:09.389Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T21:52:09.389Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T21:52:09.389Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T21:52:09.389Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:52:09.389Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T21:52:09.389Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:52:09.389Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T21:52:09.389Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T21:52:09.389Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:52:09.389Z] PASS [2022-03-05T21:52:09.390Z] ok github.com/docker/docker/integration/network 0.206s [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === Skipped [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-05T21:52:09.390Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T21:52:09.390Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-05T21:52:09.390Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-05T21:52:09.390Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T21:52:09.390Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T21:52:09.390Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:243: FLAKY_TEST [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T21:52:09.390Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T21:52:09.390Z] [2022-03-05T21:52:09.390Z] DONE 22 tests, 15 skipped in 2.710s [2022-03-05T21:52:09.390Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-05T21:52:10.352Z] testing: warning: no tests to run [2022-03-05T21:52:10.352Z] PASS [2022-03-05T21:52:10.352Z] ok github.com/docker/docker/integration/network/ipvlan 0.101s [2022-03-05T21:52:10.352Z] [2022-03-05T21:52:10.352Z] DONE 0 tests in 0.837s [2022-03-05T21:52:10.352Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-05T21:52:10.822Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T21:52:11.316Z] testing: warning: no tests to run [2022-03-05T21:52:11.316Z] PASS [2022-03-05T21:52:11.316Z] ok github.com/docker/docker/integration/network/macvlan 0.093s [2022-03-05T21:52:11.316Z] [2022-03-05T21:52:11.316Z] DONE 0 tests in 0.880s [2022-03-05T21:52:11.316Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-05T21:52:12.279Z] testing: warning: no tests to run [2022-03-05T21:52:12.279Z] PASS [2022-03-05T21:52:12.279Z] ok github.com/docker/docker/integration/plugin 0.101s [2022-03-05T21:52:12.279Z] [2022-03-05T21:52:12.279Z] DONE 0 tests in 0.861s [2022-03-05T21:52:12.279Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-05T21:52:12.733Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-05T21:52:12.803Z] ok github.com/docker/docker/libnetwork/ipam 13.710s coverage: 85.3% of statements [2022-03-05T21:52:12.803Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T21:52:12.803Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T21:52:13.061Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-05T21:52:13.242Z] testing: warning: no tests to run [2022-03-05T21:52:13.242Z] PASS [2022-03-05T21:52:13.242Z] ok github.com/docker/docker/integration/plugin/authz 0.101s [2022-03-05T21:52:13.242Z] [2022-03-05T21:52:13.242Z] DONE 0 tests in 0.854s [2022-03-05T21:52:13.319Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-05T21:52:13.319Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T21:52:13.577Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-05T21:52:13.698Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-05T21:52:14.116Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T21:52:14.144Z] ok github.com/docker/docker/libnetwork/ipamutils 0.247s coverage: 74.0% of statements [2022-03-05T21:52:14.379Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T21:52:14.710Z] ok github.com/docker/docker/libnetwork/iptables 0.157s coverage: 45.1% of statements [2022-03-05T21:52:14.710Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-05T21:52:14.951Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T21:52:14.968Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-03-05T21:52:14.995Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T21:52:14.995Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T21:52:15.523Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T21:52:15.523Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-05T21:52:15.523Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T21:52:15.523Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-05T21:52:15.959Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T21:52:16.097Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T21:52:16.921Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T21:52:18.643Z] docker_cli_service_logs_test.go:246: checking task nf89y222b12c [2022-03-05T21:52:18.643Z] docker_cli_service_logs_test.go:251: checking messages for nf89y222b12c [2022-03-05T21:52:18.643Z] docker_cli_service_logs_test.go:246: checking task vpbk3wnov3m9 [2022-03-05T21:52:18.643Z] docker_cli_service_logs_test.go:251: checking messages for vpbk3wnov3m9 [2022-03-05T21:52:19.216Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T21:52:19.526Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:19.526Z] INFO: Testing against a local daemon [2022-03-05T21:52:19.526Z] === RUN TestPluginInvalidJSON [2022-03-05T21:52:19.526Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:52:19.526Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:52:19.526Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T21:52:19.526Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-05T21:52:19.526Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T21:52:19.526Z] === RUN TestPluginInstall [2022-03-05T21:52:19.526Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T21:52:19.526Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T21:52:19.526Z] === RUN TestPluginsWithRuntimes [2022-03-05T21:52:19.526Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T21:52:19.526Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T21:52:19.526Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T21:52:19.526Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T21:52:19.526Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T21:52:19.526Z] PASS [2022-03-05T21:52:19.526Z] ok github.com/docker/docker/integration/plugin/common 0.144s [2022-03-05T21:52:19.526Z] [2022-03-05T21:52:19.526Z] === Skipped [2022-03-05T21:52:19.526Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-05T21:52:19.526Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T21:52:19.526Z] [2022-03-05T21:52:19.526Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-05T21:52:19.526Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T21:52:19.526Z] [2022-03-05T21:52:19.526Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T21:52:19.526Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T21:52:19.526Z] [2022-03-05T21:52:19.526Z] DONE 5 tests, 3 skipped in 5.537s [2022-03-05T21:52:19.526Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-05T21:52:22.442Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:22.442Z] INFO: Testing against a local daemon [2022-03-05T21:52:22.442Z] === RUN TestExternalGraphDriver [2022-03-05T21:52:22.442Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T21:52:22.442Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-05T21:52:22.442Z] === RUN TestGraphdriverPluginV2 [2022-03-05T21:52:22.442Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T21:52:22.442Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-05T21:52:22.442Z] PASS [2022-03-05T21:52:22.442Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.124s [2022-03-05T21:52:22.442Z] [2022-03-05T21:52:22.442Z] === Skipped [2022-03-05T21:52:22.442Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-05T21:52:22.442Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T21:52:22.442Z] [2022-03-05T21:52:22.442Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-05T21:52:22.442Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T21:52:22.442Z] [2022-03-05T21:52:22.442Z] DONE 2 tests, 2 skipped in 3.006s [2022-03-05T21:52:22.442Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-05T21:52:22.517Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-05T21:52:22.779Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-05T21:52:23.043Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-05T21:52:23.043Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-05T21:52:23.043Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-05T21:52:23.043Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-05T21:52:23.043Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-05T21:52:23.987Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-05T21:52:24.559Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-05T21:52:24.612Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:24.612Z] INFO: Testing against a local daemon [2022-03-05T21:52:24.612Z] === RUN TestReadPluginNoRead [2022-03-05T21:52:24.612Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T21:52:24.612Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-05T21:52:24.612Z] PASS [2022-03-05T21:52:24.612Z] ok github.com/docker/docker/integration/plugin/logging 0.114s [2022-03-05T21:52:25.069Z] [2022-03-05T21:52:25.069Z] === Skipped [2022-03-05T21:52:25.069Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-05T21:52:25.069Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T21:52:25.069Z] [2022-03-05T21:52:25.069Z] DONE 1 tests, 1 skipped in 2.646s [2022-03-05T21:52:25.069Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-05T21:52:25.131Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-05T21:52:25.466Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T21:52:25.466Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T21:52:25.466Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T21:52:26.073Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-05T21:52:26.599Z] testing: warning: no tests to run [2022-03-05T21:52:26.599Z] PASS [2022-03-05T21:52:26.599Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.102s [2022-03-05T21:52:26.599Z] [2022-03-05T21:52:26.599Z] DONE 0 tests in 1.347s [2022-03-05T21:52:26.599Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-05T21:52:28.805Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:28.805Z] INFO: Testing against a local daemon [2022-03-05T21:52:28.805Z] === RUN TestPluginWithDevMounts [2022-03-05T21:52:28.805Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:28.805Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T21:52:28.805Z] PASS [2022-03-05T21:52:28.805Z] ok github.com/docker/docker/integration/plugin/volumes 0.108s [2022-03-05T21:52:29.261Z] [2022-03-05T21:52:29.261Z] === Skipped [2022-03-05T21:52:29.261Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-05T21:52:29.261Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:29.261Z] [2022-03-05T21:52:29.261Z] DONE 1 tests, 1 skipped in 2.581s [2022-03-05T21:52:29.261Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-05T21:52:29.379Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-05T21:52:29.646Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-05T21:52:30.589Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-05T21:52:30.589Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-05T21:52:30.589Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-05T21:52:31.238Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T21:52:31.448Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:31.448Z] INFO: Testing against a local daemon [2022-03-05T21:52:31.448Z] === RUN TestSecretInspect [2022-03-05T21:52:31.448Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.448Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-05T21:52:31.448Z] === RUN TestSecretList [2022-03-05T21:52:31.448Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.448Z] --- SKIP: TestSecretList (0.00s) [2022-03-05T21:52:31.448Z] === RUN TestSecretsCreateAndDelete [2022-03-05T21:52:31.448Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.448Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-05T21:52:31.448Z] === RUN TestSecretsUpdate [2022-03-05T21:52:31.448Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.448Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-05T21:52:31.448Z] === RUN TestTemplatedSecret [2022-03-05T21:52:31.448Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.448Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-05T21:52:31.448Z] === RUN TestSecretCreateResolve [2022-03-05T21:52:31.448Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:31.448Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-05T21:52:31.448Z] PASS [2022-03-05T21:52:31.448Z] ok github.com/docker/docker/integration/secret 0.135s [2022-03-05T21:52:31.533Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-05T21:52:31.533Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] === Skipped [2022-03-05T21:52:31.905Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2022-03-05T21:52:31.905Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-05T21:52:31.905Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-05T21:52:31.905Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-05T21:52:31.905Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-05T21:52:31.905Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-05T21:52:31.905Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:31.905Z] [2022-03-05T21:52:31.905Z] DONE 6 tests, 6 skipped in 2.460s [2022-03-05T21:52:31.905Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-05T21:52:32.105Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T21:52:34.665Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-05T21:52:34.799Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:34.799Z] INFO: Testing against a local daemon [2022-03-05T21:52:34.799Z] === RUN TestServiceCreateInit [2022-03-05T21:52:34.799Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T21:52:34.799Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T21:52:34.799Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T21:52:34.799Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceConflict [2022-03-05T21:52:34.799Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T21:52:34.799Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-05T21:52:34.799Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T21:52:34.799Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T21:52:34.799Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T21:52:34.799Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceSysctls [2022-03-05T21:52:34.799Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-05T21:52:34.799Z] === RUN TestCreateServiceCapabilities [2022-03-05T21:52:34.799Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-05T21:52:34.799Z] === RUN TestInspect [2022-03-05T21:52:34.799Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestInspect (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestCreateJob [2022-03-05T21:52:34.799Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestCreateJob (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestReplicatedJob [2022-03-05T21:52:34.799Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestUpdateReplicatedJob [2022-03-05T21:52:34.799Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServiceListWithStatuses [2022-03-05T21:52:34.799Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T21:52:34.799Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestDockerNetworkReConnect [2022-03-05T21:52:34.799Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServicePlugin [2022-03-05T21:52:34.799Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:34.799Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServiceUpdateLabel [2022-03-05T21:52:34.799Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServiceUpdateSecrets [2022-03-05T21:52:34.799Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServiceUpdateConfigs [2022-03-05T21:52:34.799Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServiceUpdateNetwork [2022-03-05T21:52:34.799Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-05T21:52:34.799Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T21:52:34.799Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:34.799Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-05T21:52:34.799Z] PASS [2022-03-05T21:52:34.799Z] ok github.com/docker/docker/integration/service 0.284s [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === Skipped [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-05T21:52:35.283Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-05T21:52:35.283Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-05T21:52:35.283Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-05T21:52:35.283Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-05T21:52:35.283Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-05T21:52:35.283Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-05T21:52:35.283Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-05T21:52:35.283Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-05T21:52:35.283Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-05T21:52:35.283Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-05T21:52:35.283Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-05T21:52:35.283Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-05T21:52:35.283Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-05T21:52:35.283Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-05T21:52:35.283Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-05T21:52:35.283Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-03-05T21:52:35.283Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T21:52:35.283Z] [2022-03-05T21:52:35.283Z] DONE 24 tests, 23 skipped in 3.075s [2022-03-05T21:52:35.283Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-05T21:52:37.221Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-05T21:52:37.479Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:37.479Z] INFO: Testing against a local daemon [2022-03-05T21:52:37.479Z] === RUN TestSessionCreate [2022-03-05T21:52:37.479Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T21:52:37.479Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-05T21:52:37.479Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T21:52:37.479Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T21:52:37.479Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T21:52:37.479Z] PASS [2022-03-05T21:52:37.479Z] ok github.com/docker/docker/integration/session 0.114s [2022-03-05T21:52:37.479Z] [2022-03-05T21:52:37.479Z] === Skipped [2022-03-05T21:52:37.479Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-05T21:52:37.479Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T21:52:37.479Z] [2022-03-05T21:52:37.479Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T21:52:37.479Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T21:52:37.479Z] [2022-03-05T21:52:37.479Z] DONE 2 tests, 2 skipped in 2.208s [2022-03-05T21:52:37.479Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-05T21:52:39.135Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-05T21:52:40.380Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:40.380Z] INFO: Testing against a local daemon [2022-03-05T21:52:40.380Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T21:52:40.380Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:40.380Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestDiskUsage [2022-03-05T21:52:40.380Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T21:52:40.380Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestEventsExecDie [2022-03-05T21:52:40.380Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T21:52:40.380Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestEventsBackwardsCompatible [2022-03-05T21:52:40.380Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T21:52:40.380Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestEventsVolumeCreate [2022-03-05T21:52:40.380Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T21:52:40.380Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestInfoAPI [2022-03-05T21:52:40.380Z] --- PASS: TestInfoAPI (0.04s) [2022-03-05T21:52:40.380Z] === RUN TestInfoAPIWarnings [2022-03-05T21:52:40.380Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:52:40.380Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestInfoDebug [2022-03-05T21:52:40.380Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:52:40.380Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestInfoInsecureRegistries [2022-03-05T21:52:40.380Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:52:40.380Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestInfoRegistryMirrors [2022-03-05T21:52:40.380Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:52:40.380Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-05T21:52:40.380Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T21:52:40.836Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-03-05T21:52:40.836Z] === RUN TestPingCacheHeaders [2022-03-05T21:52:40.836Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-03-05T21:52:40.836Z] === RUN TestPingGet [2022-03-05T21:52:40.836Z] --- PASS: TestPingGet (0.04s) [2022-03-05T21:52:40.836Z] === RUN TestPingHead [2022-03-05T21:52:40.836Z] --- PASS: TestPingHead (0.04s) [2022-03-05T21:52:40.836Z] === RUN TestVersion [2022-03-05T21:52:41.050Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T21:52:41.293Z] --- PASS: TestVersion (0.05s) [2022-03-05T21:52:41.293Z] PASS [2022-03-05T21:52:41.293Z] ok github.com/docker/docker/integration/system 1.292s [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === Skipped [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T21:52:41.293Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-05T21:52:41.293Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-05T21:52:41.293Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-05T21:52:41.293Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-05T21:52:41.293Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-05T21:52:41.293Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-05T21:52:41.293Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-05T21:52:41.293Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-05T21:52:41.293Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T21:52:41.293Z] [2022-03-05T21:52:41.293Z] DONE 15 tests, 9 skipped in 3.756s [2022-03-05T21:52:41.293Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-05T21:52:41.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T21:52:43.596Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T21:52:44.189Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:44.189Z] INFO: Testing against a local daemon [2022-03-05T21:52:44.189Z] === RUN TestVolumesCreateAndList [2022-03-05T21:52:44.189Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-05T21:52:44.189Z] === RUN TestVolumesRemove [2022-03-05T21:52:44.189Z] --- PASS: TestVolumesRemove (0.19s) [2022-03-05T21:52:44.189Z] === RUN TestVolumesInspect [2022-03-05T21:52:44.189Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-05T21:52:44.189Z] === RUN TestVolumesInvalidJSON [2022-03-05T21:52:44.189Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T21:52:44.189Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T21:52:44.189Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T21:52:44.189Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-05T21:52:44.189Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T21:52:44.189Z] PASS [2022-03-05T21:52:44.189Z] ok github.com/docker/docker/integration/volume 0.392s [2022-03-05T21:52:44.189Z] [2022-03-05T21:52:44.189Z] DONE 5 tests in 2.635s [2022-03-05T21:52:44.189Z] INFO: make.ps1 ended at 03/05/2022 21:52:43 [2022-03-05T21:52:44.189Z] INFO: Integration CLI tests being run from the host: [2022-03-05T21:52:44.189Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-05T21:52:46.144Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-05T21:52:47.529Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-05T21:52:48.915Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-05T21:52:49.860Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-05T21:52:50.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T21:52:50.072Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T21:52:50.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T21:52:50.121Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-05T21:52:51.064Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-05T21:52:52.448Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-05T21:52:52.708Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-05T21:52:54.620Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-05T21:52:55.191Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-05T21:52:55.847Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T21:52:55.847Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T21:52:55.847Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T21:52:55.847Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T21:52:55.847Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T21:52:56.134Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-05T21:52:56.553Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T21:52:56.553Z] INFO: Testing against a local daemon [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T21:52:56.553Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T21:52:56.553Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T21:52:56.553Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T21:52:57.514Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T21:52:57.518Z] docker_cli_swarm_test.go:1895: [d68ab9d011560] joining swarm manager [dfc11d111ed14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:52:57.778Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-05T21:52:57.971Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T21:52:58.428Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T21:52:58.722Z] docker_cli_swarm_test.go:1896: [d4ac91669d8eb] joining swarm manager [dfc11d111ed14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:52:58.884Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T21:52:59.293Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T21:53:02.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T21:53:02.895Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T21:53:02.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T21:53:03.858Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T21:53:03.858Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T21:53:03.858Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T21:53:03.858Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T21:53:03.858Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T21:53:14.197Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T21:53:14.197Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T21:53:14.197Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T21:53:14.769Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T21:53:14.769Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T21:53:14.769Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-05T21:53:14.769Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T21:53:14.769Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T21:53:15.341Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T21:53:15.341Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T21:53:16.285Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T21:53:16.285Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T21:53:16.285Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T21:53:16.548Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T21:53:16.548Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T21:53:18.461Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T21:53:18.461Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T21:53:18.461Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T21:53:18.461Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T21:53:18.461Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-05T21:53:19.032Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T21:53:20.417Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T21:53:20.417Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T21:53:20.417Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T21:53:22.332Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T21:53:22.904Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-05T21:53:24.820Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T21:53:24.820Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite (1291.21s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.42s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.40s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.66s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.46s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.99s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.00s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.36s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.07s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.57s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.63s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.62s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.84s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.69s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachDetach (1.02s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.73s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.78s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.67s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.65s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.18s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.54s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.03s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.10s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.08s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.75s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.52s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.22s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.95s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.57s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.86s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.73s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.31s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.38s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.64s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.77s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.54s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.34s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.92s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.14s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.25s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.98s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.65s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.26s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.64s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.75s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.35s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.24s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.65s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.52s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.32s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.83s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.56s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.88s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.70s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.19s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.87s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.28s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.49s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.54s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.45s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.52s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.35s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.75s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.36s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.92s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.05s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.18s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.76s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.81s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.51s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.36s) [2022-03-05T21:53:24.820Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.54s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.75s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.43s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.13s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.78s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.49s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCmd (0.40s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.39s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.27s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.26s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.64s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.76s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.26s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.60s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.60s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.26s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.09s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.86s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.53s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.38s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.62s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.43s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.85s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.85s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.17s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.23s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.43s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.11s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.47s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.23s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.42s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.62s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.09s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.21s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.90s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.17s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.26s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.42s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.61s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.11s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.21s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.87s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.07s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.82s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.05s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.50s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.45s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.26s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.61s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.81s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnv (1.37s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.31s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.15s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.75s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.38s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.34s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.19s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.68s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.14s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.36s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildExpose (0.57s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.74s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.42s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFails (0.94s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.77s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.81s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.39s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.81s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.51s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.03s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.28s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.65s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.57s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.41s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildHistory (3.49s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.40s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.63s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.69s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabel (0.66s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.51s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.28s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.58s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.68s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.15s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.92s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.94s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.38s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.51s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.47s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.33s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.74s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.85s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.81s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.25s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.37s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.45s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.43s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.41s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.91s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.74s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.14s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.49s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.55s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.82s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.33s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.41s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.75s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.84s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.89s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildPATH (1.93s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.49s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.58s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.12s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.24s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.09s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildRm (3.13s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.85s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.18s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.40s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.49s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.89s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.80s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.81s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.27s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.66s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildStderr (0.65s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.24s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.82s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.70s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.40s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.68s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.36s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildUser (1.44s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.31s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.36s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.92s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.77s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.80s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.05s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.06s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.56s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.68s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.63s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.37s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.31s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.54s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitChange (0.64s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.57s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.96s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.59s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitTTY (1.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.53s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.10s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.60s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.05s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.30s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.34s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.76s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.83s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.82s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.53s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.51s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.47s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.50s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.58s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.63s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.29s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.62s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.52s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.59s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.60s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.53s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.50s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.63s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.55s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.44s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.97s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.06s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.50s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.34s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.51s) [2022-03-05T21:53:24.821Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.69s) [2022-03-05T21:53:24.821Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.72s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.65s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.04s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.38s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.69s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.94s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.04s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.40s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.34s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.34s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.44s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d9abd0_} (1.38s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1851441134_/foo_false____} (1.37s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1851441134_/foo_true____} (1.43s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33429636954_/foo_false____} (1.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33429636954_/foo_true____} (1.67s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33429636954_/foo_true__0xc000d9ac00__} (1.37s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d9ac18_} (0.62s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d9ac30_} (1.33s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d9ac48_} (1.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d9ac60_} (1.37s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.98s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.79s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.44s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.07s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.48s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.77s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.55s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.52s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.56s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.57s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.53s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.79s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.58s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.59s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.98s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.72s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.79s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.66s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.05s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.86s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.96s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.71s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.84s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.60s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.13s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.56s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.32s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToDot (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.85s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.86s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToStdout (0.52s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.79s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.60s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.86s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.48s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.64s) [2022-03-05T21:53:24.822Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.67s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.33s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-03-05T21:53:24.822Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.64s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.78s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.47s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.88s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.96s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.98s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.52s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.44s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.43s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.71s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.58s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.22s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.05s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.24s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.29s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.83s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.66s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.69s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsCommit (1.11s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.66s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.67s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.67s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.07s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.77s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.20s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsCopy (1.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.53s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.67s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.29s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.39s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.21s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFilters (0.99s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFormat (1.44s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.65s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.29s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.71s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.30s) [2022-03-05T21:53:24.822Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-05T21:53:24.822Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.95s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsResize (0.60s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.52s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.63s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.68s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.89s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExec (0.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.48s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.44s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.45s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.48s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.49s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.59s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.94s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecCgroup (0.81s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.97s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.56s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecInspectID (2.66s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecInteractive (0.55s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.69s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.65s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecParseError (0.45s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.48s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.98s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecStartFails (0.58s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.65s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.58s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecUlimits (0.51s) [2022-03-05T21:53:24.822Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.17s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.73s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.83s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.54s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.48s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.51s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestHealth (18.98s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.56s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.58s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.75s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.66s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.86s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImportDisplay (1.26s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImportFile (1.02s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-05T21:53:24.822Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestImportGzipped (1.08s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.08s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.50s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.53s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.14s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.49s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2022-03-05T21:53:24.823Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectDefault (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectHistory (0.52s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T21:53:24.823Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectStatus (0.58s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.91s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.45s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.51s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.50s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.41s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.41s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.97s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.85s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.03s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.34s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.30s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.63s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.75s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.48s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.09s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.47s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.64s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.50s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.04s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.69s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.64s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.81s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.49s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.69s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.83s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.79s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.75s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.45s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.44s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsSince (6.63s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.62s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsTail (0.49s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.42s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestNetHostname (1.24s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.19s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.69s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.61s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestPluginActive (1.90s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.55s) [2022-03-05T21:53:24.823Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.22s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.24s) [2022-03-05T21:53:24.823Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.91s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.52s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.50s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.50s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.88s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.93s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPortList (6.18s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.85s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.98s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-05T21:53:25.085Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.41s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.88s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.95s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.06s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.50s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsByOrder (2.36s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.78s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.15s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.05s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.92s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.05s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.93s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.85s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.58s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.91s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.08s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.26s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.96s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.89s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.88s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.81s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.27s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.64s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.89s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.32s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.60s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.80s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.57s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.71s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiTag (0.21s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.85s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.55s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.70s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.39s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.15s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.41s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.99s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.55s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.55s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.82s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.56s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.64s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.74s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.65s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.35s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.41s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.41s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.55s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.60s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.88s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.63s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.89s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.68s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.09s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.08s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.97s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.04s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.29s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.34s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.04s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.64s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.68s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.54s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.41s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.86s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.29s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.96s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.52s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.58s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.49s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunExitCode (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.60s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.87s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.12s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.68s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.14s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.65s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.09s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.05s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.03s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.25s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.73s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.52s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.37s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.72s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.87s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.65s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.06s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.02s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunMount (4.91s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.51s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.51s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.58s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.77s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.67s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.31s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.16s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.57s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetHost (0.69s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.66s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.60s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.75s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.69s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.80s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.40s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.50s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.97s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.46s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.88s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.04s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.88s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunRm (0.48s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.53s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.61s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.57s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.51s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.52s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.33s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.50s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.52s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.56s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.64s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.49s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunState (1.01s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.45s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.50s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2022-03-05T21:53:25.086Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunSysctls (0.89s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-03-05T21:53:25.086Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.46s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.62s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.47s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.48s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.62s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.96s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.74s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.50s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.53s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.89s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserByID (0.57s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.59s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserByName (0.58s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.48s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.87s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.81s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.68s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.10s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.73s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.78s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.50s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.52s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.61s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.49s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.70s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.60s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.49s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.49s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.49s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.56s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.44s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.18s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.58s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.33s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.83s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.41s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.67s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.68s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.73s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.13s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.35s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.28s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.16s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.45s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.62s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.56s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.97s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.68s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.87s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.17s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.62s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.72s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.73s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartRecordError (1.10s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.18s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.47s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.97s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.54s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.49s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.44s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.47s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.67s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.61s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.13s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.89s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.41s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.57s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.94s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateStats (3.54s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.09s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.81s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.63s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.57s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.28s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.15s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.14s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.59s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.35s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.73s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.17s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.94s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.72s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.60s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.76s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.56s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.41s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.07s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.53s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.73s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.13s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.74s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.50s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.31s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.65s) [2022-03-05T21:53:25.087Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.77s) [2022-03-05T21:53:25.087Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-05T21:53:25.087Z] === RUN TestDockerRegistrySuite [2022-03-05T21:53:25.087Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T21:53:25.657Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-05T21:53:26.228Z] check_test.go:195: [d20207f34b6c9] daemon is not started [2022-03-05T21:53:26.490Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T21:53:27.877Z] check_test.go:195: [da71d356e37b7] daemon is not started [2022-03-05T21:53:27.877Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T21:53:28.821Z] check_test.go:195: [db4e29c08c84b] daemon is not started [2022-03-05T21:53:28.821Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T21:53:29.082Z] check_test.go:195: [d3c9bb285d4c4] daemon is not started [2022-03-05T21:53:29.082Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T21:53:31.628Z] check_test.go:195: [d0e718b392619] daemon is not started [2022-03-05T21:53:31.628Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T21:53:33.771Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T21:53:35.937Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T21:53:35.937Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T21:53:36.901Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T21:53:36.901Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T21:53:36.942Z] check_test.go:195: [d0fd82e86ceb4] daemon is not started [2022-03-05T21:53:36.943Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T21:53:37.358Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T21:53:38.887Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T21:53:38.887Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T21:53:38.887Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T21:53:39.491Z] check_test.go:195: [d7a3aaf9d37de] daemon is not started [2022-03-05T21:53:39.491Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T21:53:40.431Z] check_test.go:195: [dc1020bf93f5c] daemon is not started [2022-03-05T21:53:40.431Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T21:53:41.002Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-05T21:53:41.264Z] check_test.go:195: [dbda134903452] daemon is not started [2022-03-05T21:53:41.264Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T21:53:42.650Z] check_test.go:195: [dc2b02e530cb7] daemon is not started [2022-03-05T21:53:42.651Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T21:53:43.223Z] docker_cli_swarm_test.go:1796: [dc786b6b21e8b] joining swarm manager [db6c197d47300]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:53:43.795Z] check_test.go:195: [d0649a45f81fd] daemon is not started [2022-03-05T21:53:43.795Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T21:53:44.659Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T21:53:44.740Z] docker_cli_swarm_test.go:1797: [d26c4fbfc5c3a] joining swarm manager [db6c197d47300]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:53:45.001Z] check_test.go:195: [dfe99bd1b11e6] daemon is not started [2022-03-05T21:53:45.001Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T21:53:45.621Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T21:53:45.621Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T21:53:45.621Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T21:53:45.621Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T21:53:45.621Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T21:53:45.943Z] check_test.go:195: [d294fab969b34] daemon is not started [2022-03-05T21:53:45.943Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T21:53:46.884Z] check_test.go:195: [d691fe2a5ffd3] daemon is not started [2022-03-05T21:53:46.884Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T21:53:47.151Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T21:53:47.455Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fe0d546e242ab32b0540129b0981fba600f8f9041ff9b56ae09526c0b66d5626 [2022-03-05T21:53:48.121Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T21:53:48.397Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:92c5b73797591e017bcbf1a3bc1f808940f88cde15bc0adae9bf91e57bee635c [2022-03-05T21:53:48.397Z] check_test.go:195: [dbad11fb4cec3] daemon is not started [2022-03-05T21:53:48.397Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T21:53:49.084Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T21:53:49.338Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:cccda87d75c8511ddd2710c1d96efbc75cd59f7a85bdf51291ff4ab9632ce48b [2022-03-05T21:53:49.541Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T21:53:49.908Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:21a3489c2343b510665e9d70a3ea78702a15cc1c7461333ec39bd5a92a183adc [2022-03-05T21:53:50.168Z] check_test.go:195: [deb0e82da77f5] daemon is not started [2022-03-05T21:53:50.168Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T21:53:50.503Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T21:53:51.108Z] check_test.go:195: [dfbae72fb415b] daemon is not started [2022-03-05T21:53:51.108Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T21:53:53.652Z] check_test.go:195: [d415f38b402ae] daemon is not started [2022-03-05T21:53:53.652Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T21:53:54.223Z] check_test.go:195: [d1f02168fdd3d] daemon is not started [2022-03-05T21:53:54.223Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T21:53:54.223Z] check_test.go:195: [dec13509454ed] daemon is not started [2022-03-05T21:53:54.223Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T21:53:55.168Z] check_test.go:195: [d1ff62744de11] daemon is not started [2022-03-05T21:53:55.168Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T21:53:56.113Z] check_test.go:195: [d190a213f913f] daemon is not started [2022-03-05T21:53:56.113Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T21:53:56.270Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T21:53:57.057Z] check_test.go:195: [d098f16d2b613] daemon is not started [2022-03-05T21:53:57.057Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T21:53:59.162Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T21:53:59.162Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T21:53:59.162Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T21:53:59.636Z] check_test.go:195: [ddf4c30c717a8] daemon is not started [2022-03-05T21:53:59.636Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T21:53:59.636Z] check_test.go:195: [dce778b28429b] daemon is not started [2022-03-05T21:53:59.636Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T21:54:00.126Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T21:54:00.126Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T21:54:00.126Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T21:54:00.216Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-05T21:54:00.481Z] check_test.go:195: [dac03971c2bb6] daemon is not started [2022-03-05T21:54:00.481Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T21:54:01.052Z] check_test.go:195: [db189024c681d] daemon is not started [2022-03-05T21:54:01.052Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T21:54:01.088Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T21:54:01.312Z] check_test.go:195: [db5ea58b33d59] daemon is not started [2022-03-05T21:54:01.312Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T21:54:01.572Z] check_test.go:195: [da70e095b2ff9] daemon is not started [2022-03-05T21:54:01.572Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T21:54:01.833Z] check_test.go:195: [d9b1f9385de70] daemon is not started [2022-03-05T21:54:01.833Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T21:54:02.406Z] check_test.go:195: [df8b8a652378d] daemon is not started [2022-03-05T21:54:02.406Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T21:54:02.406Z] check_test.go:195: [d414198a78350] daemon is not started [2022-03-05T21:54:02.406Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T21:54:03.254Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T21:54:03.790Z] check_test.go:195: [de86717e33cae] daemon is not started [2022-03-05T21:54:03.790Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T21:54:04.217Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T21:54:04.674Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T21:54:04.674Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T21:54:04.674Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T21:54:05.176Z] check_test.go:195: [d7cf147b4c726] daemon is not started [2022-03-05T21:54:05.176Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T21:54:05.636Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T21:54:05.746Z] check_test.go:195: [d4e5967678c0e] daemon is not started [2022-03-05T21:54:05.746Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/networkdb 103.567s coverage: 60.0% of statements [2022-03-05T21:54:06.441Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/osl 4.299s coverage: 39.7% of statements [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/portmapper 0.210s coverage: 48.6% of statements [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-05T21:54:06.441Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T21:54:06.441Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === Skipped [2022-03-05T21:54:06.441Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-05T21:54:06.441Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-05T21:54:06.441Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-05T21:54:06.441Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T21:54:06.441Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T21:54:06.441Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T21:54:06.441Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T21:54:06.441Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T21:54:06.441Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-05T21:54:06.441Z] firewalld_test.go:14: firewalld is not running [2022-03-05T21:54:06.441Z] [2022-03-05T21:54:06.441Z] DONE 326 tests, 9 skipped in 197.010s [2022-03-05T21:54:06.599Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T21:54:06.599Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T21:54:06.599Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T21:54:06.599Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T21:54:06.599Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T21:54:06.686Z] check_test.go:195: [d818115dcb674] daemon is not started [2022-03-05T21:54:06.686Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough Post stage [Pipeline] junit [2022-03-05T21:54:06.713Z] Recording test results [2022-03-05T21:54:06.975Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-05T21:54:07.303Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/validate/vendor [2022-03-05T21:54:07.869Z] No vendor changes in diff. [2022-03-05T21:54:08.073Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T21:54:08.073Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T21:54:08.452Z] + echo Ensuring container killed. [2022-03-05T21:54:08.452Z] Ensuring container killed. [2022-03-05T21:54:08.452Z] + docker rm -vf docker-pr2 [2022-03-05T21:54:08.452Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite (43.68s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.52s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.24s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.65s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.94s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.67s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.95s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.15s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.33s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.15s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.89s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.91s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.75s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.93s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.04s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.89s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.82s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.25s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.07s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.47s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.31s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.34s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.52s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.06s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.43s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.84s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.97s) [2022-03-05T21:54:08.646Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-05T21:54:08.646Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T21:54:08.646Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T21:54:08.646Z] check_test.go:222: [dcdf9b478f7af] daemon is not started [2022-03-05T21:54:08.646Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T21:54:08.743Z] + echo Chowning /workspace to jenkins user [2022-03-05T21:54:08.743Z] Chowning /workspace to jenkins user [2022-03-05T21:54:08.743Z] + id -u [2022-03-05T21:54:08.743Z] + id -g [2022-03-05T21:54:08.743Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T21:54:10.417Z] + bundleName=unit [2022-03-05T21:54:10.417Z] + echo Creating unit-bundles.tar.gz [2022-03-05T21:54:10.417Z] Creating unit-bundles.tar.gz [2022-03-05T21:54:10.417Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-03-05T21:54:10.417Z] bundles/junit-report-libnetwork.xml [2022-03-05T21:54:10.417Z] bundles/junit-report.xml [2022-03-05T21:54:10.417Z] bundles/go-test-report-libnetwork.json [2022-03-05T21:54:10.417Z] bundles/go-test-report.json [2022-03-05T21:54:10.417Z] bundles/profile-libnetwork.out [2022-03-05T21:54:10.417Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-05T21:54:10.429Z] Archiving artifacts [2022-03-05T21:54:10.559Z] docker_cli_swarm_test.go:1315: [de4b1638969ed] joining swarm manager [d51483ca8bfff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:54:10.821Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T21:54:11.128Z] + make clean [2022-03-05T21:54:11.128Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T21:54:11.128Z] docker-dev-cache [2022-03-05T21:54:11.128Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T21:54:11.948Z] docker_cli_swarm_test.go:1316: [dc8c89c0e0003] joining swarm manager [d51483ca8bfff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:54:11.948Z] check_test.go:222: [d285e134d3243] daemon is not started [2022-03-05T21:54:11.948Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T21:54:13.651Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T21:54:17.237Z] check_test.go:222: [d694e7f4a68f8] daemon is not started [2022-03-05T21:54:17.237Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T21:54:17.498Z] check_test.go:222: [d36297addc7aa] daemon is not started [2022-03-05T21:54:17.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T21:54:17.759Z] check_test.go:222: [df884ae70d5f5] daemon is not started [2022-03-05T21:54:17.759Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T21:54:18.700Z] check_test.go:222: [d562cbe48ab40] daemon is not started [2022-03-05T21:54:18.700Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T21:54:19.644Z] check_test.go:222: [d3f032e582c2b] daemon is not started [2022-03-05T21:54:19.644Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T21:54:19.667Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T21:54:19.667Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T21:54:19.667Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T21:54:19.667Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T21:54:19.667Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T21:54:19.667Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T21:54:19.667Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T21:54:19.667Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T21:54:19.667Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T21:54:20.585Z] check_test.go:222: [d05484d6e51a6] daemon is not started [2022-03-05T21:54:20.585Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T21:54:23.130Z] check_test.go:222: [d5f5040c6ac09] daemon is not started [2022-03-05T21:54:23.130Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T21:54:23.130Z] check_test.go:222: [dc1d454350b5c] daemon is not started [2022-03-05T21:54:23.130Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T21:54:23.701Z] check_test.go:222: [d47a5ec06c459] daemon is not started [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite (15.09s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.28s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.66s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.00s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.93s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.30s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2022-03-05T21:54:23.701Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.44s) [2022-03-05T21:54:23.701Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T21:54:23.701Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T21:54:24.272Z] check_test.go:251: [d44bda287cf80] daemon is not started [2022-03-05T21:54:24.272Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T21:54:24.482Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T21:54:24.482Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T21:54:24.482Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T21:54:24.482Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T21:54:24.482Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T21:54:24.854Z] check_test.go:251: [d4df9d2800893] daemon is not started [2022-03-05T21:54:24.855Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T21:54:25.120Z] check_test.go:251: [dc983cea089b8] daemon is not started [2022-03-05T21:54:25.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T21:54:26.516Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T21:54:26.777Z] check_test.go:251: [df1f51f8ec6f2] daemon is not started [2022-03-05T21:54:26.777Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T21:54:27.349Z] check_test.go:251: [d1705e0a4f6fd] daemon is not started [2022-03-05T21:54:27.349Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T21:54:28.291Z] check_test.go:251: [d383be534ccf5] daemon is not started [2022-03-05T21:54:28.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T21:54:28.291Z] check_test.go:251: [d07db777c3954] daemon is not started [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.67s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.70s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.19s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-03-05T21:54:28.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-03-05T21:54:28.291Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T21:54:28.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T21:54:29.259Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T21:54:33.577Z] check_test.go:278: [ddad893a5290e] daemon is not started [2022-03-05T21:54:33.577Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T21:54:33.577Z] check_test.go:278: [d4e56ae2d643a] daemon is not started [2022-03-05T21:54:33.577Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T21:54:33.837Z] check_test.go:278: [da5ed6545d534] daemon is not started [2022-03-05T21:54:33.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T21:54:33.837Z] check_test.go:278: [d06e549bb7c9d] daemon is not started [2022-03-05T21:54:33.837Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T21:54:34.097Z] check_test.go:278: [d773f23a7f25d] daemon is not started [2022-03-05T21:54:34.097Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-03-05T21:54:34.097Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-03-05T21:54:34.097Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-05T21:54:34.097Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-05T21:54:34.097Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-05T21:54:34.097Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-05T21:54:34.097Z] === RUN TestDockerNetworkSuite [2022-03-05T21:54:34.097Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-05T21:54:35.038Z] docker_cli_network_unix_test.go:46: [d3eec264a9e90] daemon is not started [2022-03-05T21:54:35.038Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-05T21:54:35.608Z] docker_cli_network_unix_test.go:46: [d6e1e7351563d] daemon is not started [2022-03-05T21:54:35.608Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-05T21:54:37.941Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T21:54:37.941Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T21:54:37.941Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T21:54:37.941Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T21:54:37.941Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T21:54:37.941Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T21:54:37.941Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T21:54:37.941Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T21:54:37.941Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T21:54:38.154Z] docker_cli_network_unix_test.go:46: [d508b9f3de0ec] daemon is not started [2022-03-05T21:54:38.415Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-05T21:54:39.802Z] docker_cli_network_unix_test.go:46: [d8aae87546ffc] daemon is not started [2022-03-05T21:54:39.802Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-05T21:54:40.062Z] docker_cli_network_unix_test.go:1233: [d98af5c2e5d9f] daemon is not started [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T21:54:40.140Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T21:54:40.140Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T21:54:40.140Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T21:54:40.140Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T21:54:40.140Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T21:54:40.140Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T21:54:40.140Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T21:54:40.140Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T21:54:40.140Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T21:54:40.140Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T21:54:40.140Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T21:54:40.140Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T21:54:40.140Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T21:54:40.140Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T21:54:40.140Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T21:54:40.140Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T21:54:40.140Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T21:54:42.680Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-05T21:54:42.706Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T21:54:42.706Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T21:54:42.706Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T21:54:42.706Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T21:54:42.706Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T21:54:43.032Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T21:54:43.032Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T21:54:43.032Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T21:54:43.032Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T21:54:43.032Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T21:54:43.251Z] docker_cli_network_unix_test.go:46: [dd776b15eb0e8] daemon is not started [2022-03-05T21:54:43.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-05T21:54:48.026Z] docker_cli_network_unix_test.go:46: [d579b94b1a098] daemon is not started [2022-03-05T21:54:48.600Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-05T21:54:50.514Z] docker_cli_network_unix_test.go:46: [de86abea82e29] daemon is not started [2022-03-05T21:54:50.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-05T21:54:51.574Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T21:54:51.718Z] docker_cli_network_unix_test.go:46: [daa24d39c379d] daemon is not started [2022-03-05T21:54:51.979Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-05T21:54:52.241Z] docker_cli_network_unix_test.go:46: [d85346d288588] daemon is not started [2022-03-05T21:54:52.502Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-05T21:54:52.762Z] docker_cli_network_unix_test.go:46: [d76ccc2dee18d] daemon is not started [2022-03-05T21:54:52.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-05T21:54:53.137Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T21:54:53.333Z] docker_cli_network_unix_test.go:46: [d04be08f874f5] daemon is not started [2022-03-05T21:54:53.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-05T21:54:54.163Z] docker_cli_network_unix_test.go:46: [d7e8eae8fd540] daemon is not started [2022-03-05T21:54:54.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-05T21:54:54.733Z] docker_cli_network_unix_test.go:46: [dd4a7984b4a91] daemon is not started [2022-03-05T21:54:54.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-05T21:54:54.993Z] docker_cli_network_unix_test.go:46: [d6db0fba5a00a] daemon is not started [2022-03-05T21:54:54.993Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-05T21:54:55.564Z] docker_cli_network_unix_test.go:46: [ddaa0e51e642e] daemon is not started [2022-03-05T21:54:55.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-05T21:54:55.825Z] docker_cli_network_unix_test.go:46: [da247eca64ec0] daemon is not started [2022-03-05T21:54:55.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-05T21:54:56.085Z] docker_cli_network_unix_test.go:46: [dc2a26d262f09] daemon is not started [2022-03-05T21:54:56.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-05T21:54:56.085Z] docker_cli_network_unix_test.go:46: [dffb851581a91] daemon is not started [2022-03-05T21:54:56.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-05T21:54:56.131Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T21:54:56.131Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T21:54:56.131Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T21:54:57.026Z] docker_cli_network_unix_test.go:46: [d576768a2296b] daemon is not started [2022-03-05T21:54:57.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-05T21:54:57.597Z] docker_cli_network_unix_test.go:46: [d6a45400f61cb] daemon is not started [2022-03-05T21:54:57.660Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T21:54:57.660Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T21:54:57.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-05T21:54:57.858Z] docker_cli_network_unix_test.go:46: [dd07bad2d94f4] daemon is not started [2022-03-05T21:54:57.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-05T21:54:58.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T21:54:58.115Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T21:54:58.119Z] docker_cli_network_unix_test.go:46: [d2fa32042da21] daemon is not started [2022-03-05T21:54:58.119Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-05T21:54:58.379Z] docker_cli_network_unix_test.go:46: [d0ac6b0e79387] daemon is not started [2022-03-05T21:54:58.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-05T21:54:58.572Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T21:54:58.572Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T21:54:59.028Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T21:54:59.321Z] docker_cli_network_unix_test.go:968: [d7556f76cba27] daemon is not started [2022-03-05T21:54:59.484Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T21:54:59.484Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T21:54:59.484Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T21:55:00.705Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-05T21:55:01.645Z] docker_cli_network_unix_test.go:46: [d8bcd02b3708b] daemon is not started [2022-03-05T21:55:01.905Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-05T21:55:04.451Z] docker_cli_network_unix_test.go:1116: [da94b84d5c4b2] daemon is not started [2022-03-05T21:55:07.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-05T21:55:07.755Z] docker_cli_network_unix_test.go:46: [d68af0bb791ae] daemon is not started [2022-03-05T21:55:07.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-05T21:55:08.326Z] docker_cli_network_unix_test.go:46: [d83854051d659] daemon is not started [2022-03-05T21:55:08.326Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-05T21:55:08.326Z] docker_cli_network_unix_test.go:46: [d4204efcfe533] daemon is not started [2022-03-05T21:55:08.326Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-05T21:55:08.586Z] docker_cli_network_unix_test.go:46: [dc0feee573de0] daemon is not started [2022-03-05T21:55:08.586Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-05T21:55:08.847Z] docker_cli_network_unix_test.go:46: [dff2fe02117e0] daemon is not started [2022-03-05T21:55:08.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-05T21:55:08.847Z] docker_cli_network_unix_test.go:46: [d89c06d2789bd] daemon is not started [2022-03-05T21:55:08.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-05T21:55:08.847Z] docker_cli_network_unix_test.go:46: [d4357709677e4] daemon is not started [2022-03-05T21:55:08.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-05T21:55:10.769Z] docker_cli_network_unix_test.go:46: [d2eaa95dd1615] daemon is not started [2022-03-05T21:55:11.339Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-05T21:55:11.339Z] docker_cli_network_unix_test.go:46: [daf7376249337] daemon is not started [2022-03-05T21:55:11.339Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-05T21:55:11.339Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-05T21:55:11.339Z] docker_cli_network_unix_test.go:46: [d89fd8d099888] daemon is not started [2022-03-05T21:55:11.339Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-05T21:55:11.910Z] docker_cli_network_unix_test.go:46: [d9af6b5c256d7] daemon is not started [2022-03-05T21:55:12.170Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-05T21:55:15.470Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-05T21:55:16.854Z] docker_cli_network_unix_test.go:1084: [d960030fef10a] daemon is not started [2022-03-05T21:55:18.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-05T21:55:18.499Z] docker_cli_network_unix_test.go:46: [d2de10fc60244] daemon is not started [2022-03-05T21:55:18.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-05T21:55:18.759Z] docker_cli_network_unix_test.go:46: [de0294068a610] daemon is not started [2022-03-05T21:55:19.019Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-05T21:55:20.404Z] docker_cli_network_unix_test.go:46: [d902f226d345e] daemon is not started [2022-03-05T21:55:20.664Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-05T21:55:20.664Z] docker_cli_network_unix_test.go:46: [dca4a43dba0e8] daemon is not started [2022-03-05T21:55:20.664Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-05T21:55:21.234Z] docker_cli_network_unix_test.go:46: [debd9c91d6ec8] daemon is not started [2022-03-05T21:55:21.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-05T21:55:21.805Z] docker_cli_network_unix_test.go:46: [dc4a8768b4520] daemon is not started [2022-03-05T21:55:21.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-05T21:55:22.380Z] docker_cli_network_unix_test.go:46: [d485ddd269624] daemon is not started [2022-03-05T21:55:22.640Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-05T21:55:27.928Z] docker_cli_network_unix_test.go:46: [d46d1331d6bc3] daemon is not started [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite (53.96s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (0.99s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.66s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.46s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.47s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.39s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.97s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.15s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.10s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.85s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.92s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.69s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.69s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.31s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.22s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.45s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.86s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.23s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.39s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-05T21:55:27.928Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.33s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.95s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.72s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.50s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2022-03-05T21:55:27.928Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.29s) [2022-03-05T21:55:27.928Z] === RUN TestDockerHubPullSuite [2022-03-05T21:55:27.928Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-05T21:55:29.398Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T21:55:29.398Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T21:55:29.398Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T21:55:29.398Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T21:55:29.838Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-05T21:55:31.747Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-05T21:55:32.690Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-05T21:55:34.077Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-05T21:55:34.077Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite (6.07s) [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.61s) [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.31s) [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-03-05T21:55:34.077Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-05T21:55:34.077Z] PASS [2022-03-05T21:55:34.077Z] [2022-03-05T21:55:34.077Z] === Skipped [2022-03-05T21:55:34.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-05T21:55:34.077Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.077Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-05T21:55:34.077Z] [2022-03-05T21:55:34.077Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-05T21:55:34.077Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-03-05T21:55:34.078Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-05T21:55:34.078Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-05T21:55:34.078Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-05T21:55:34.078Z] docker_cli_network_unix_test.go:46: [d89fd8d099888] daemon is not started [2022-03-05T21:55:34.078Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] DONE 1265 tests, 51 skipped in 1426.588s [2022-03-05T21:55:34.078Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T21:55:34.078Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T21:55:34.078Z] +++ kill 8374 [2022-03-05T21:55:34.078Z] +++ /etc/init.d/apparmor stop [2022-03-05T21:55:34.078Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] Unloading profiles will leave already running processes permanently [2022-03-05T21:55:34.078Z] unconfined, which can lead to unexpected situations. [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.078Z] To set a process to complain mode, use the command line tool [2022-03-05T21:55:34.078Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T21:55:34.078Z] +++ true [2022-03-05T21:55:34.078Z] exiting test-integration [2022-03-05T21:55:34.078Z] ++ exit 0 [2022-03-05T21:55:34.078Z] [2022-03-05T21:55:34.339Z] + for job in $(jobs -p) [2022-03-05T21:55:34.339Z] + wait 11494 [2022-03-05T21:55:47.050Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T21:55:48.579Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T21:55:49.547Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T21:55:53.268Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T21:55:56.294Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-05T21:55:56.990Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T21:55:57.676Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-05T21:55:59.891Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T21:56:04.261Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-05T21:56:09.549Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-05T21:56:10.932Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-05T21:56:15.134Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-05T21:56:17.044Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-05T21:56:21.248Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-05T21:56:21.248Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-05T21:56:21.248Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-05T21:56:25.477Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-05T21:56:26.047Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-05T21:56:26.988Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-05T21:56:28.900Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-05T21:56:48.032Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T21:56:48.032Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T21:56:48.032Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T21:56:48.032Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T21:56:48.032Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T21:56:48.488Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T21:56:50.022Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T21:56:50.022Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T21:56:50.022Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T21:56:50.022Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T21:56:50.022Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T21:56:50.022Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T21:56:50.022Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T21:56:50.479Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T21:56:51.441Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T21:56:56.124Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T21:56:57.656Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T21:56:57.656Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T21:56:57.656Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T21:56:57.656Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T21:56:57.656Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T21:56:57.656Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T21:57:00.338Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T21:57:01.386Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T21:57:02.509Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T21:57:02.509Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T21:57:02.966Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T21:57:19.043Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T21:57:20.282Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T21:57:20.282Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T21:57:20.282Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T21:57:24.815Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T21:57:25.157Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-05T21:57:25.157Z] docker_cli_swarm_test.go:1180: [d07d0ffd89563] joining swarm manager [d0fe4abade68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:57:25.779Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T21:57:25.779Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T21:57:25.779Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T21:57:28.952Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T21:57:28.952Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T21:57:29.496Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T21:57:31.026Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T21:57:31.736Z] docker_cli_swarm_test.go:1189: [d044ab841f841] joining swarm manager [d0fe4abade68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:57:34.831Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T21:57:35.821Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T21:57:35.821Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T21:57:35.821Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T21:57:35.821Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T21:57:35.821Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T21:57:35.821Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T21:57:35.821Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T21:57:36.290Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T21:57:37.866Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T21:57:38.086Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T21:57:38.086Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T21:57:38.086Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T21:57:38.086Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T21:57:38.086Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T21:57:38.086Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T21:57:38.086Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T21:57:38.086Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T21:57:38.086Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T21:57:38.543Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T21:57:42.632Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T21:57:44.863Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T21:57:44.863Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T21:57:45.334Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T21:57:45.334Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T21:57:45.334Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T21:57:45.334Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T21:57:50.096Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T21:58:07.926Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T21:58:10.472Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-05T21:58:15.011Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T21:58:15.011Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T21:58:15.011Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T21:58:16.602Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T21:58:17.593Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T21:58:17.593Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T21:58:17.593Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T21:58:21.386Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T21:58:22.705Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-05T21:58:24.345Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T21:58:26.905Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-05T21:58:28.287Z] docker_cli_swarm_test.go:1112: [d32ee084cb571] joining swarm manager [da4a34cfc20a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T21:58:29.221Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T21:58:29.221Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T21:58:29.221Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T21:58:29.221Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T21:58:29.221Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T21:58:29.669Z] docker_cli_swarm_test.go:1113: [dda46edc1a010] joining swarm manager [da4a34cfc20a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T21:58:29.790Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T21:58:36.877Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T21:58:36.877Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T21:58:36.877Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T21:58:36.877Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T21:58:36.877Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T21:58:36.877Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T21:58:36.877Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T21:58:36.877Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T21:58:36.877Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T21:58:37.348Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T21:58:42.212Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T21:58:50.302Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T21:58:50.303Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T21:58:50.303Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T21:58:50.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T21:58:54.578Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T21:59:00.598Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T21:59:00.598Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T21:59:01.054Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T21:59:08.105Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T21:59:20.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T21:59:30.225Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T21:59:32.817Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T21:59:32.817Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T21:59:33.780Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T21:59:38.773Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T21:59:40.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T21:59:40.834Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T21:59:40.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T21:59:40.834Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T21:59:40.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T21:59:49.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T21:59:49.377Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T21:59:49.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T21:59:49.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T21:59:49.377Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T21:59:49.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T21:59:49.377Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T21:59:49.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T21:59:49.679Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T21:59:49.679Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T21:59:49.679Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T21:59:49.679Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T21:59:49.679Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T21:59:51.132Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T22:00:06.145Z] docker_cli_swarm_test.go:1166: [dab78b781a0a8] joining swarm manager [da4a34cfc20a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-05T22:00:19.813Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T22:00:19.813Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T22:00:19.813Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T22:00:20.803Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T22:00:25.011Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T22:00:27.176Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T22:00:27.176Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T22:00:28.137Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T22:00:28.137Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:00:28.593Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T22:00:30.123Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T22:00:30.123Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T22:00:30.579Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T22:00:33.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T22:00:33.316Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T22:00:35.539Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T22:00:37.636Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T22:00:38.598Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T22:00:38.598Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T22:00:38.598Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T22:00:38.598Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T22:00:38.598Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T22:00:40.764Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T22:00:41.727Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T22:00:42.690Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T22:00:43.149Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T22:00:44.112Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T22:00:44.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T22:00:44.917Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-05T22:00:44.917Z] docker_cli_swarm_test.go:1447: [d3ba637736f22] joining swarm manager [dbf0efce5f50f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T22:00:44.917Z] docker_cli_swarm_test.go:1448: [d36f052c7e9e8] joining swarm manager [dbf0efce5f50f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T22:00:52.657Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T22:00:53.048Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-05T22:00:53.618Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-05T22:00:53.618Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-05T22:00:53.879Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-05T22:00:53.879Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-05T22:00:54.450Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-05T22:00:54.823Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T22:00:54.823Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T22:00:54.823Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T22:00:56.354Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T22:00:56.354Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T22:00:56.354Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T22:00:56.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-05T22:00:57.316Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T22:00:59.166Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T22:01:00.208Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T22:01:00.293Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-05T22:01:01.737Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T22:01:02.194Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T22:01:02.194Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T22:01:02.194Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T22:01:02.203Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-05T22:01:03.158Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T22:01:04.114Z] docker_cli_swarm_unix_test.go:63: [dc6b2bc798899] joining swarm manager [df48e027d30f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T22:01:04.120Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T22:01:04.120Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T22:01:04.120Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T22:01:04.120Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T22:01:04.120Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T22:01:12.660Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T22:01:14.111Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T22:01:14.111Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T22:01:14.111Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T22:01:17.124Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T22:01:17.124Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T22:01:17.124Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T22:01:17.124Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T22:01:17.124Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T22:01:17.124Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T22:01:17.581Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T22:01:19.112Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T22:01:19.112Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T22:01:19.112Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T22:01:19.568Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T22:01:20.025Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T22:01:26.802Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T22:01:26.802Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T22:01:26.802Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T22:01:26.802Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T22:01:26.802Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T22:01:27.078Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T22:01:29.970Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T22:01:35.750Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T22:01:35.750Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T22:01:35.750Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T22:01:35.750Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T22:01:35.750Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T22:01:35.750Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T22:01:35.750Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T22:01:35.750Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T22:01:35.750Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T22:01:35.750Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T22:01:35.750Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T22:01:37.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T22:01:37.253Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T22:01:37.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T22:01:38.240Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T22:01:38.241Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T22:01:38.241Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T22:01:38.241Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T22:01:38.241Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T22:01:40.421Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T22:01:40.421Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:01:40.421Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T22:01:40.421Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:01:40.421Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T22:01:40.421Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:01:40.421Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T22:01:40.877Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T22:01:46.672Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T22:02:00.368Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-05T22:02:00.368Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-05T22:02:00.368Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-05T22:02:01.452Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T22:02:02.280Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-05T22:02:02.415Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T22:02:02.415Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T22:02:02.415Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T22:02:02.415Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T22:02:02.415Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T22:02:02.415Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T22:02:02.415Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T22:02:02.415Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T22:02:02.415Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T22:02:02.415Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T22:02:02.415Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T22:02:03.296Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T22:02:03.296Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T22:02:03.296Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T22:02:05.310Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T22:02:05.310Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T22:02:05.597Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-05T22:02:07.509Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-05T22:02:07.971Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T22:02:07.971Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T22:02:07.971Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T22:02:07.971Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T22:02:08.427Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T22:02:08.427Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T22:02:08.427Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T22:02:09.396Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T22:02:09.396Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T22:02:09.396Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T22:02:09.421Z] docker_api_swarm_test.go:962: [d8d244708cfe0] joining swarm manager [db33076a8677b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T22:02:12.360Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T22:02:19.410Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T22:02:26.463Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T22:02:29.125Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T22:02:31.383Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-05T22:02:33.515Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T22:02:34.477Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T22:02:36.288Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T22:02:36.288Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T22:02:37.865Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T22:02:37.865Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:02:39.431Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T22:02:41.375Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-05T22:02:41.525Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T22:02:41.525Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T22:02:41.525Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T22:02:41.525Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T22:02:41.946Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-05T22:02:41.982Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T22:02:41.982Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T22:02:41.982Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T22:02:42.390Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T22:02:42.390Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T22:02:42.390Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T22:02:44.489Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-05T22:02:45.038Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T22:02:45.038Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T22:02:45.038Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T22:02:45.038Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T22:02:47.032Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-05T22:02:49.556Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T22:02:51.124Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T22:02:51.124Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T22:02:51.592Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T22:02:51.592Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T22:02:51.592Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T22:02:52.278Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T22:02:52.278Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:02:52.278Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T22:02:53.812Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T22:02:55.165Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-05T22:02:55.379Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T22:02:56.373Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T22:02:57.362Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T22:02:58.360Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T22:02:58.506Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-05T22:03:01.047Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-05T22:03:03.588Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-05T22:03:04.623Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T22:03:06.130Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-05T22:03:06.152Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T22:03:06.155Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T22:03:07.028Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T22:03:08.321Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T22:03:08.321Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T22:03:08.321Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T22:03:08.321Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T22:03:08.672Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-05T22:03:08.778Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T22:03:08.778Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T22:03:09.283Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T22:03:09.983Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T22:03:09.983Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T22:03:09.983Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T22:03:11.218Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-05T22:03:12.207Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T22:03:12.207Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T22:03:12.207Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T22:03:13.196Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T22:03:13.759Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-05T22:03:14.555Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T22:03:15.055Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T22:03:15.517Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T22:03:15.973Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T22:03:16.152Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T22:03:16.935Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T22:03:17.722Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T22:03:17.896Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T22:03:18.715Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T22:03:18.715Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T22:03:18.715Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T22:03:18.778Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T22:03:18.859Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T22:03:20.286Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T22:03:20.389Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T22:03:21.854Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T22:03:21.854Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T22:03:21.854Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T22:03:21.854Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T22:03:21.854Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T22:03:23.445Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T22:03:27.439Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T22:03:27.439Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T22:03:27.439Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T22:03:28.407Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T22:03:28.864Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T22:03:30.522Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T22:03:34.638Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T22:03:55.689Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T22:03:55.689Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T22:03:55.689Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T22:03:55.689Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T22:04:10.018Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-05T22:04:21.410Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T22:04:21.410Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T22:04:22.977Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T22:04:24.952Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-05T22:04:33.419Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T22:04:33.419Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T22:04:33.419Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T22:04:33.419Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T22:04:34.988Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T22:04:34.988Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T22:04:34.988Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T22:04:35.457Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T22:04:35.457Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T22:04:35.492Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T22:04:35.925Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T22:04:38.163Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T22:04:38.391Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T22:04:38.391Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T22:04:38.847Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite (1633.61s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.15s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.11s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.88s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.35s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.99s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.47s) [2022-03-05T22:04:39.856Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.41s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.88s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.60s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.98s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.11s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.05s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.46s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.23s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (42.38s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.71s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.29s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.51s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.90s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.09s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.12s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.47s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.45s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.04s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.24s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.72s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.49s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.48s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.87s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.79s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.44s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.21s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.98s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.15s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.58s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.98s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.05s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.03s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.69s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.11s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.09s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.09s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.96s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.38s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.89s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.82s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.12s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.47s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.29s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.51s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.03s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.53s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.25s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.98s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.33s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.49s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.10s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.65s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.79s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.82s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.72s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.71s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.69s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.29s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.60s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.32s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.54s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.73s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.77s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.05s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.70s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.29s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.29s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.02s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (105.76s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.50s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.66s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.72s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.15s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.74s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.21s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.56s) [2022-03-05T22:04:39.856Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.90s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.13s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.68s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.97s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.17s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (132.81s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.30s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.23s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.13s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.11s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.49s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.11s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.27s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.40s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.08s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.14s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.19s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.75s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.00s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.50s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.41s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.44s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.71s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.44s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.88s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.17s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.88s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.20s) [2022-03-05T22:04:39.856Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s) [2022-03-05T22:04:39.856Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T22:04:39.856Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-05T22:04:40.116Z] docker_cli_external_volume_driver_test.go:52: [d944b299691c3] daemon is not started [2022-03-05T22:04:50.517Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T22:04:56.296Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T22:04:58.221Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-05T22:05:03.347Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T22:05:09.138Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T22:05:18.656Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T22:05:18.656Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T22:05:18.656Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T22:05:18.656Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T22:05:30.204Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T22:05:30.204Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T22:05:30.204Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T22:05:38.753Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T22:05:38.753Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T22:05:38.753Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T22:05:38.753Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T22:05:38.753Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T22:05:38.753Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T22:05:42.473Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T22:05:47.143Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T22:05:48.790Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T22:05:50.862Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T22:05:50.863Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T22:05:50.863Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T22:05:51.744Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T22:05:53.755Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T22:05:53.966Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T22:05:54.718Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T22:05:56.247Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T22:06:01.129Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T22:06:04.091Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T22:06:04.852Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T22:06:04.852Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T22:06:04.852Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T22:06:05.949Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-05T22:06:06.628Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T22:06:08.794Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T22:06:08.851Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T22:06:12.526Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-05T22:06:19.090Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T22:06:22.593Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T22:06:23.763Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T22:06:27.464Z] docker_cli_external_volume_driver_test.go:52: [dfcafb96520af] daemon is not started [2022-03-05T22:06:34.053Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T22:06:37.381Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T22:06:38.724Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T22:06:42.370Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-05T22:06:44.499Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T22:06:44.955Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T22:06:44.955Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T22:06:44.955Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T22:06:44.955Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T22:06:44.955Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T22:06:47.846Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T22:06:47.846Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T22:06:47.846Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T22:06:49.736Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T22:07:00.478Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-05T22:07:12.708Z] docker_cli_external_volume_driver_test.go:52: [d65ca870281a2] daemon is not started [2022-03-05T22:07:27.619Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-05T22:07:27.619Z] docker_cli_external_volume_driver_test.go:52: [d4d0c661e6772] daemon is not started [2022-03-05T22:07:32.213Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T22:07:38.481Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T22:07:42.519Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T22:07:45.742Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-05T22:07:50.345Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T22:07:50.345Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T22:07:50.345Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T22:07:50.345Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T22:07:56.128Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T22:07:57.292Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T22:08:10.916Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T22:08:13.097Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T22:08:13.097Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T22:08:13.097Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T22:08:13.097Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T22:08:13.097Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T22:08:15.266Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T22:08:17.854Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-05T22:08:19.939Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T22:08:23.660Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T22:08:29.437Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T22:08:30.086Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-05T22:08:48.204Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-05T22:08:50.493Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T22:08:50.493Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T22:08:50.493Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T22:08:59.040Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T22:08:59.496Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T22:09:05.273Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T22:09:05.273Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T22:09:09.945Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T22:09:31.002Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T22:09:31.002Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T22:09:31.002Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T22:09:34.930Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-05T22:09:35.671Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T22:09:36.634Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T22:09:38.500Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T22:09:38.956Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T22:09:38.956Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T22:09:39.413Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T22:09:39.413Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T22:09:39.413Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T22:09:40.376Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T22:09:41.905Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T22:09:41.905Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T22:09:41.905Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T22:09:42.361Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T22:09:42.408Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T22:09:42.819Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T22:09:47.064Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T22:09:48.181Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T22:09:48.181Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T22:09:48.181Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T22:09:48.181Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T22:09:48.181Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T22:09:48.181Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T22:09:48.181Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T22:09:50.131Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T22:09:51.459Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T22:09:51.900Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T22:09:52.356Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T22:09:52.862Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T22:09:53.036Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-05T22:09:56.200Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T22:09:56.580Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T22:09:56.580Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T22:09:56.580Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T22:09:56.580Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T22:09:56.580Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T22:10:03.255Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T22:10:03.255Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T22:10:03.255Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T22:10:03.255Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T22:10:03.255Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T22:10:03.255Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T22:10:03.255Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T22:10:03.255Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T22:10:03.255Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T22:10:03.255Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T22:10:03.255Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T22:10:07.928Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T22:10:07.928Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:10:07.928Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T22:10:07.928Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:10:07.928Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T22:10:07.928Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:10:07.928Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T22:10:09.456Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T22:10:16.600Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T22:10:21.723Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T22:10:21.723Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T22:10:25.135Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-05T22:10:28.274Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T22:10:32.018Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T22:10:34.252Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T22:10:34.709Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T22:10:34.709Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T22:10:34.709Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T22:10:34.709Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T22:10:34.709Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T22:10:34.709Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T22:10:34.709Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T22:10:34.709Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T22:10:34.709Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T22:10:34.709Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T22:10:35.165Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T22:10:38.888Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T22:10:38.888Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T22:10:39.080Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T22:10:39.080Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T22:10:39.080Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T22:10:39.080Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T22:10:39.080Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T22:10:41.970Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T22:10:41.970Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:10:42.427Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-05T22:10:47.462Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T22:10:53.581Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T22:10:54.777Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T22:10:56.007Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T22:10:57.235Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-05T22:11:00.548Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T22:11:00.549Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T22:11:06.298Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T22:11:09.468Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-05T22:11:13.350Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T22:11:14.880Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T22:11:18.208Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T22:11:18.208Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T22:11:18.208Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T22:11:18.208Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T22:11:18.208Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T22:11:18.208Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T22:11:18.208Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T22:11:18.885Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T22:11:19.170Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T22:11:21.933Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T22:11:21.933Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T22:11:21.933Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T22:11:22.895Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T22:11:23.857Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T22:11:23.857Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T22:11:23.857Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T22:11:27.577Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-05T22:11:27.577Z] docker_cli_external_volume_driver_test.go:484: [d3715aff3f3c5] daemon is not started [2022-03-05T22:11:29.464Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T22:11:30.992Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T22:11:30.992Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T22:11:30.992Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T22:11:30.992Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T22:11:30.992Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T22:11:30.992Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T22:11:30.992Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T22:11:33.163Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T22:11:36.208Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T22:11:36.208Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:11:36.208Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T22:11:38.935Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T22:11:42.482Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-05T22:11:42.482Z] docker_cli_external_volume_driver_test.go:52: [d6a3cf51cabe9] daemon is not started [2022-03-05T22:11:44.706Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T22:11:50.479Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T22:11:50.479Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T22:11:50.479Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T22:11:50.984Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T22:11:51.946Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T22:11:55.663Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T22:11:55.663Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T22:11:55.663Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T22:11:56.118Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T22:11:56.118Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite (436.89s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.13s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2022-03-05T22:11:57.393Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-05T22:11:57.393Z] PASS [2022-03-05T22:11:57.393Z] [2022-03-05T22:11:57.393Z] === Skipped [2022-03-05T22:11:57.393Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-05T22:11:57.393Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-05T22:11:57.393Z] check_test.go:308: [d44a0721e3dce] daemon is not started [2022-03-05T22:11:57.393Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-05T22:11:57.393Z] [2022-03-05T22:11:57.393Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-05T22:11:57.393Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-05T22:11:57.393Z] check_test.go:308: [db46d46b3c5c9] daemon is not started [2022-03-05T22:11:57.393Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-05T22:11:57.393Z] [2022-03-05T22:11:57.393Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-05T22:11:57.393Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-05T22:11:57.393Z] check_test.go:308: [d2cebe2963db5] daemon is not started [2022-03-05T22:11:57.393Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-05T22:11:57.393Z] [2022-03-05T22:11:57.393Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2022-03-05T22:11:57.393Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-05T22:11:57.393Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s) [2022-03-05T22:11:57.393Z] [2022-03-05T22:11:57.393Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-05T22:11:57.393Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-05T22:11:57.393Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-05T22:11:57.393Z] [2022-03-05T22:11:57.393Z] DONE 271 tests, 5 skipped in 2410.363s [2022-03-05T22:11:57.393Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T22:11:57.393Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1c4202fd5815/docker.pid [2022-03-05T22:11:57.393Z] +++ kill 6360 [2022-03-05T22:11:57.393Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6360 is not a child of this shell [2022-03-05T22:11:57.393Z] warning: PID 6360 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1c4202fd5815/docker.pid had a nonzero exit code [2022-03-05T22:11:57.393Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T22:11:57.393Z] +++ kill 8360 [2022-03-05T22:11:57.393Z] +++ /etc/init.d/apparmor stop [2022-03-05T22:11:57.394Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T22:11:57.394Z] [2022-03-05T22:11:57.394Z] Unloading profiles will leave already running processes permanently [2022-03-05T22:11:57.394Z] unconfined, which can lead to unexpected situations. [2022-03-05T22:11:57.394Z] [2022-03-05T22:11:57.394Z] To set a process to complain mode, use the command line tool [2022-03-05T22:11:57.394Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T22:11:57.394Z] +++ true [2022-03-05T22:11:57.394Z] exiting test-integration [2022-03-05T22:11:57.394Z] ++ exit 0 [2022-03-05T22:11:57.394Z] [2022-03-05T22:11:57.394Z] + exit 0 [2022-03-05T22:11:57.394Z] ++ jobs -p [2022-03-05T22:11:57.394Z] + pids= [2022-03-05T22:11:57.394Z] + echo 'Remaining pids to kill: []' [2022-03-05T22:11:57.394Z] Remaining pids to kill: [] [2022-03-05T22:11:57.394Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-05T22:11:57.407Z] Recording test results [2022-03-05T22:11:57.839Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T22:11:58.156Z] + echo Ensuring container killed. [2022-03-05T22:11:58.156Z] Ensuring container killed. [2022-03-05T22:11:58.156Z] + docker ps -aq -f name=docker-pr2-* [2022-03-05T22:11:58.156Z] + cids=e7d8f9fab0f8 [2022-03-05T22:11:58.156Z] 78ac69b35020 [2022-03-05T22:11:58.156Z] 79326023b4ae [2022-03-05T22:11:58.156Z] + [ -n e7d8f9fab0f8 [2022-03-05T22:11:58.156Z] 78ac69b35020 [2022-03-05T22:11:58.156Z] 79326023b4ae ] [2022-03-05T22:11:58.156Z] + docker rm -vf e7d8f9fab0f8 78ac69b35020 79326023b4ae [2022-03-05T22:11:58.727Z] e7d8f9fab0f8 [2022-03-05T22:11:58.987Z] 78ac69b35020 [2022-03-05T22:11:58.987Z] 79326023b4ae [Pipeline] sh [2022-03-05T22:11:59.024Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T22:11:59.024Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:11:59.024Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T22:11:59.275Z] + echo Chowning /workspace to jenkins user [2022-03-05T22:11:59.275Z] Chowning /workspace to jenkins user [2022-03-05T22:11:59.275Z] + id -u [2022-03-05T22:11:59.275Z] + id -g [2022-03-05T22:11:59.275Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43334:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T22:12:02.122Z] + bundleName=amd64 [2022-03-05T22:12:02.122Z] + echo Creating amd64-bundles.tar.gz [2022-03-05T22:12:02.122Z] Creating amd64-bundles.tar.gz [2022-03-05T22:12:02.122Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-05T22:12:02.122Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-05T22:12:03.075Z] Archiving artifacts [2022-03-05T22:12:03.167Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T22:12:03.574Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T22:12:03.623Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T22:12:03.886Z] + make clean [2022-03-05T22:12:03.886Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T22:12:03.886Z] docker-dev-cache [2022-03-05T22:12:03.886Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T22:12:04.585Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T22:12:05.547Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T22:12:06.510Z] === RUN TestDockerSuite/TestBuildLabels [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T22:12:07.624Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T22:12:08.043Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T22:12:09.571Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T22:12:12.305Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T22:12:12.305Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T22:12:12.305Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T22:12:12.305Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T22:12:12.305Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T22:12:12.305Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T22:12:12.305Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T22:12:12.305Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T22:12:18.112Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T22:12:18.112Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T22:12:18.112Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T22:12:18.569Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T22:12:19.025Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T22:12:19.537Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T22:12:20.846Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T22:12:26.077Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T22:12:29.386Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T22:12:29.386Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:12:29.386Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T22:12:32.282Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T22:12:32.282Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T22:12:32.282Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T22:12:32.282Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:12:32.282Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T22:12:32.282Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T22:12:32.282Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T22:12:35.261Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T22:12:35.261Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T22:12:35.261Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T22:12:35.261Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T22:12:38.156Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T22:12:38.156Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T22:12:38.156Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T22:12:38.156Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T22:12:38.156Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T22:12:38.612Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T22:12:38.612Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T22:12:38.612Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T22:12:40.780Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T22:12:42.336Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T22:12:44.505Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T22:12:47.405Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T22:12:47.405Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T22:12:47.405Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T22:12:47.405Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T22:12:49.572Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T22:12:50.034Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T22:12:51.223Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T22:12:51.223Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T22:12:51.223Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T22:12:51.679Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T22:12:52.941Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T22:12:52.941Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:12:52.941Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T22:12:52.941Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:12:52.941Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T22:12:55.830Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T22:12:55.830Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T22:12:57.997Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T22:12:57.997Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T22:12:57.997Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T22:13:01.726Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T22:13:01.726Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T22:13:04.624Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T22:13:06.082Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T22:13:09.300Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T22:13:13.985Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T22:13:13.985Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T22:13:13.985Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T22:13:13.985Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T22:13:13.985Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T22:13:16.155Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T22:13:16.155Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T22:13:16.155Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T22:13:19.046Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T22:13:19.046Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T22:13:19.046Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T22:13:21.939Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T22:13:21.939Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T22:13:26.613Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T22:13:28.783Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T22:13:28.783Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T22:13:28.783Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T22:13:28.783Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T22:13:28.783Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T22:13:28.783Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T22:13:28.783Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T22:13:28.783Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T22:13:28.783Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T22:13:28.783Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T22:13:28.783Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-05T22:13:30.951Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T22:13:30.952Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-05T22:13:33.846Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-05T22:13:36.736Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-05T22:13:39.628Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-05T22:13:42.308Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T22:13:42.522Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a605b8_} [2022-03-05T22:13:45.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13371093652_c:\foo_false____} [2022-03-05T22:13:48.306Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13371093652_c:\foo_true____} [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T22:13:51.195Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T22:13:51.195Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T22:13:51.195Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T22:13:51.195Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T22:13:51.195Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T22:13:51.195Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T22:13:51.651Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T22:13:51.651Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T22:13:51.651Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T22:13:54.541Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.541Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T22:13:54.541Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.542Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T22:13:54.542Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:13:54.542Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T22:13:57.433Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T22:13:57.889Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T22:13:57.889Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T22:13:57.889Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T22:13:59.962Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T22:14:00.779Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T22:14:00.779Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T22:14:00.779Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T22:14:00.779Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T22:14:00.779Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T22:14:00.779Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T22:14:00.779Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T22:14:06.557Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T22:14:07.013Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T22:14:12.564Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T22:14:12.564Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:14:12.564Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T22:14:12.564Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T22:14:12.564Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T22:14:15.442Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T22:14:19.619Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T22:14:19.619Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T22:14:19.619Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T22:14:19.619Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:14:20.076Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T22:14:23.981Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T22:14:30.379Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T22:14:30.379Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T22:14:30.379Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T22:14:30.379Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T22:14:30.379Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T22:14:33.275Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T22:14:33.275Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T22:14:33.275Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T22:14:33.275Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T22:14:33.275Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T22:14:36.995Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T22:14:36.995Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T22:14:36.995Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T22:14:36.995Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T22:14:36.995Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T22:14:39.161Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T22:14:42.880Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T22:14:42.880Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T22:14:42.880Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T22:14:45.046Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T22:14:45.503Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T22:14:45.959Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T22:14:45.959Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T22:14:45.959Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T22:14:46.416Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T22:14:46.416Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T22:14:46.416Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T22:14:46.871Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T22:14:47.327Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T22:14:49.077Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T22:14:49.077Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T22:14:49.077Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T22:14:57.616Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T22:14:57.616Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T22:14:57.616Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T22:15:00.507Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T22:15:00.964Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T22:15:00.964Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T22:15:00.964Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T22:15:01.427Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T22:15:01.427Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T22:15:01.427Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T22:15:01.427Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T22:15:01.427Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T22:15:01.427Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T22:15:03.854Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T22:15:03.854Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:15:03.854Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T22:15:04.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T22:15:04.310Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T22:15:04.310Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.310Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T22:15:04.311Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T22:15:04.311Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T22:15:04.311Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T22:15:04.311Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T22:15:04.311Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T22:15:04.311Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T22:15:04.311Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T22:15:04.311Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T22:15:04.311Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T22:15:04.311Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T22:15:04.311Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T22:15:04.311Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T22:15:04.311Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T22:15:05.145Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T22:15:07.257Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T22:15:10.149Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T22:15:12.196Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T22:15:13.041Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T22:15:15.089Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T22:15:15.545Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T22:15:15.545Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T22:15:18.440Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T22:15:19.968Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T22:15:21.497Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T22:15:23.336Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T22:15:29.106Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T22:15:33.853Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T22:15:34.882Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T22:15:36.019Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T22:15:38.616Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T22:15:39.072Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T22:15:43.746Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T22:15:44.203Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T22:15:45.731Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T22:15:48.459Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T22:15:48.459Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T22:15:48.459Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T22:15:48.459Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T22:15:50.798Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T22:15:51.417Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T22:15:51.505Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T22:15:54.515Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T22:15:56.175Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T22:15:57.285Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T22:15:57.285Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T22:15:57.285Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T22:15:57.285Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:15:57.740Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T22:15:57.740Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T22:15:57.740Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T22:15:57.740Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T22:15:57.740Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T22:15:58.704Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T22:15:58.704Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T22:15:58.704Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T22:16:01.595Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T22:16:03.346Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T22:16:03.346Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T22:16:03.346Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T22:16:03.346Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T22:16:04.920Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T22:16:04.920Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T22:16:04.920Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T22:16:04.920Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T22:16:04.920Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T22:16:04.920Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T22:16:04.920Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T22:16:06.864Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T22:16:10.144Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T22:16:10.793Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T22:16:10.793Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:16:10.793Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T22:16:10.793Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:16:10.793Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T22:16:10.793Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:16:11.261Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T22:16:12.826Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T22:16:13.098Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T22:16:13.968Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T22:16:16.051Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T22:16:20.113Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T22:16:21.134Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T22:16:21.920Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T22:16:21.920Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T22:16:21.920Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T22:16:22.126Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T22:16:22.126Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T22:16:22.126Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T22:16:22.126Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T22:16:22.126Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T22:16:24.143Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T22:16:25.919Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T22:16:25.919Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T22:16:25.919Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T22:16:30.022Z] === RUN TestDockerSuite/TestExec [2022-03-05T22:16:30.023Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:16:30.023Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T22:16:30.023Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T22:16:30.023Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T22:16:32.247Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T22:16:35.199Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T22:16:35.199Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:16:35.199Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T22:16:35.199Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:16:35.199Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T22:16:35.199Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T22:16:35.199Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T22:16:37.421Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T22:16:39.640Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T22:16:42.599Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T22:16:44.815Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T22:16:45.436Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T22:16:45.910Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T22:16:45.910Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T22:16:45.910Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T22:16:45.910Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T22:16:45.910Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T22:16:45.910Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T22:16:45.910Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T22:16:45.910Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T22:16:45.910Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T22:16:45.910Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T22:16:45.910Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T22:16:49.707Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T22:16:49.707Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T22:16:50.691Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T22:16:50.691Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T22:16:50.691Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T22:16:50.691Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:16:50.691Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T22:16:50.691Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T22:16:50.691Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T22:16:52.913Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T22:16:58.384Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T22:16:58.779Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T22:16:58.779Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T22:16:58.779Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T22:16:58.779Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T22:16:58.779Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T22:16:58.779Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T22:16:58.779Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T22:16:58.779Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T22:16:58.779Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T22:16:58.779Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T22:16:58.779Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T22:17:01.001Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T22:17:01.001Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T22:17:01.001Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T22:17:01.001Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T22:17:01.001Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T22:17:01.001Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T22:17:01.001Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T22:17:01.001Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T22:17:01.001Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T22:17:01.001Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T22:17:01.001Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T22:17:03.217Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T22:17:03.217Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T22:17:03.217Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T22:17:07.058Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T22:17:10.380Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T22:17:10.380Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T22:17:10.380Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T22:17:10.380Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T22:17:10.380Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T22:17:10.380Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T22:17:10.380Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T22:17:16.249Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T22:17:22.000Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T22:17:22.117Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T22:17:25.909Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T22:17:26.554Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T22:17:33.078Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestHealth [2022-03-05T22:17:33.078Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T22:17:33.078Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T22:17:36.941Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T22:17:37.838Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T22:17:37.838Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T22:17:37.838Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T22:17:37.838Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T22:17:37.838Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T22:17:38.311Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T22:17:38.311Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T22:17:38.508Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T22:17:39.299Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T22:17:39.299Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T22:17:39.299Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T22:17:40.286Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T22:17:40.286Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T22:17:42.502Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T22:17:42.502Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T22:17:45.456Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T22:17:47.790Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T22:17:48.405Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T22:17:48.861Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T22:17:48.861Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:17:48.862Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T22:17:48.944Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T22:17:48.944Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T22:17:48.944Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T22:17:48.944Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T22:17:49.934Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T22:17:49.934Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T22:17:49.934Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T22:17:52.577Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T22:17:52.577Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T22:17:52.577Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T22:17:52.577Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:17:52.577Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T22:17:52.577Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T22:17:53.033Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T22:17:53.033Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T22:17:53.033Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T22:17:53.033Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T22:17:53.033Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T22:17:53.033Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T22:17:53.033Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T22:17:53.033Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:17:53.033Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T22:17:55.927Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T22:17:58.819Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T22:17:58.819Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:17:58.819Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T22:17:58.819Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T22:17:58.819Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T22:17:58.819Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T22:17:58.819Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T22:17:58.819Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T22:18:01.713Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T22:18:01.713Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T22:18:04.604Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T22:18:04.604Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T22:18:04.604Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T22:18:04.604Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T22:18:04.604Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T22:18:04.604Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T22:18:04.604Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T22:18:05.447Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T22:18:07.493Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T22:18:07.757Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T22:18:07.757Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:18:08.226Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T22:18:11.220Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T22:18:11.220Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T22:18:11.220Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T22:18:11.220Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T22:18:11.220Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T22:18:12.160Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T22:18:12.160Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:18:12.160Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T22:18:12.161Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:18:12.161Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T22:18:12.161Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:18:12.161Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T22:18:12.749Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T22:18:15.055Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T22:18:17.947Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T22:18:17.947Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T22:18:18.526Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T22:18:20.839Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T22:18:23.023Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T22:18:23.023Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T22:18:23.023Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T22:18:23.023Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T22:18:23.207Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T22:18:25.924Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T22:18:29.476Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T22:18:29.476Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T22:18:29.789Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T22:18:30.250Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T22:18:31.693Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T22:18:31.693Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T22:18:31.693Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T22:18:33.265Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T22:18:33.737Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T22:18:34.463Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T22:18:36.630Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T22:18:39.521Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T22:18:40.899Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T22:18:41.688Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T22:18:41.888Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T22:18:42.877Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T22:18:44.446Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T22:18:44.577Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T22:18:45.432Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T22:18:46.999Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T22:18:47.474Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T22:18:49.956Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T22:18:50.370Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T22:18:50.370Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T22:18:50.370Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T22:18:50.370Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T22:18:51.301Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T22:18:52.263Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T22:18:52.541Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T22:18:53.226Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T22:18:55.432Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T22:19:00.387Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T22:19:00.387Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T22:19:00.387Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T22:19:00.856Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T22:19:01.200Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T22:19:02.425Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T22:19:04.095Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T22:19:04.095Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T22:19:04.095Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T22:19:05.605Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T22:19:05.605Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T22:19:06.260Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T22:19:06.260Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T22:19:09.590Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T22:19:11.372Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T22:19:11.831Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T22:19:13.306Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T22:19:18.881Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T22:19:20.366Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T22:19:27.419Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T22:19:30.311Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T22:19:33.204Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T22:19:33.204Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T22:19:33.204Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T22:19:36.097Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T22:19:38.993Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T22:19:45.460Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T22:19:45.460Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T22:19:45.460Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T22:19:45.460Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T22:19:48.785Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T22:19:48.785Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T22:19:48.785Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T22:19:49.278Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T22:19:49.278Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T22:19:49.278Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T22:19:49.278Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T22:19:49.278Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T22:19:51.442Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T22:19:51.680Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T22:19:53.208Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T22:19:54.333Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T22:19:57.231Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T22:19:57.231Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.231Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T22:19:57.232Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T22:19:57.232Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T22:19:57.232Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T22:19:57.232Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T22:19:57.232Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T22:19:57.232Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T22:19:57.232Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T22:19:57.232Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T22:19:57.232Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T22:19:57.232Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T22:19:57.232Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T22:19:57.232Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T22:19:57.232Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T22:19:57.232Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.232Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T22:19:57.232Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.687Z] === RUN TestDockerSuite/TestPortList [2022-03-05T22:19:57.687Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T22:19:57.687Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T22:20:00.268Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T22:20:03.458Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T22:20:03.458Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T22:20:03.458Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T22:20:07.315Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T22:20:07.315Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T22:20:07.315Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T22:20:07.315Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T22:20:07.315Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T22:20:07.315Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T22:20:07.315Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T22:20:09.230Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T22:20:09.230Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T22:20:09.230Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T22:20:14.366Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T22:20:14.366Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T22:20:17.778Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T22:20:17.779Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T22:20:17.779Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T22:20:18.089Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T22:20:18.089Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T22:20:18.089Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T22:20:18.089Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T22:20:18.089Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T22:20:28.069Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T22:20:45.715Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T22:20:45.715Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T22:20:45.715Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T22:20:45.715Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T22:20:46.107Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T22:20:47.989Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T22:20:48.956Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T22:21:00.491Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T22:21:01.298Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T22:21:03.385Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T22:21:08.355Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T22:21:08.355Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T22:21:08.815Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T22:21:08.815Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T22:21:09.270Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T22:21:11.416Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T22:21:11.982Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T22:21:13.945Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T22:21:13.945Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:21:13.945Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-05T22:21:17.371Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T22:21:17.748Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T22:21:17.748Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T22:21:17.748Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T22:21:17.748Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T22:21:17.748Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T22:21:22.419Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T22:21:22.419Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:21:22.419Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T22:21:22.419Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T22:21:22.419Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T22:21:22.419Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T22:21:22.419Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T22:21:22.419Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T22:21:22.419Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T22:21:26.042Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T22:21:28.747Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T22:21:30.968Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T22:21:30.968Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T22:21:30.968Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T22:21:31.930Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T22:21:31.930Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T22:21:31.930Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T22:21:33.458Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T22:21:34.420Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T22:21:34.420Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T22:21:34.420Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T22:21:34.715Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T22:21:35.796Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T22:21:35.796Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T22:21:39.088Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T22:21:44.854Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T22:21:47.021Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T22:21:53.720Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T22:21:53.720Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T22:21:54.176Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T22:21:54.176Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T22:21:54.632Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T22:21:54.632Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T22:21:55.088Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T22:21:56.624Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T22:22:04.843Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T22:22:04.843Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T22:22:04.843Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T22:22:06.917Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T22:22:09.819Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T22:22:09.819Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T22:22:10.277Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T22:22:10.277Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T22:22:10.277Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T22:22:10.277Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T22:22:10.277Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T22:22:12.444Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T22:22:12.444Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T22:22:12.901Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T22:22:16.926Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T22:22:16.926Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:22:16.926Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T22:22:17.352Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T22:22:18.339Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T22:22:18.339Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T22:22:18.339Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T22:22:18.339Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T22:22:18.339Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T22:22:19.977Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T22:22:22.131Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T22:22:22.695Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T22:22:22.695Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T22:22:22.695Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T22:22:23.657Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T22:22:25.780Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T22:22:25.780Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T22:22:25.780Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T22:22:29.299Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T22:22:29.425Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T22:22:32.253Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T22:22:32.724Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T22:22:32.724Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T22:22:34.091Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T22:22:34.091Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:22:34.091Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T22:22:35.677Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T22:22:36.064Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T22:22:36.065Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:22:36.065Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T22:22:37.889Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T22:22:39.862Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T22:22:39.862Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T22:22:39.862Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T22:22:40.113Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T22:22:46.348Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T22:22:52.117Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T22:22:52.117Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T22:22:52.117Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T22:22:52.117Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T22:22:52.117Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T22:22:52.117Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T22:22:52.117Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T22:22:52.117Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T22:22:57.506Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T22:22:58.468Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T22:22:59.432Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T22:23:01.425Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T22:23:01.425Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T22:23:02.414Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T22:23:06.481Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T22:23:12.249Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T22:23:12.752Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T22:23:12.752Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:23:12.752Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T22:23:15.649Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T22:23:15.649Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T22:23:15.649Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T22:23:15.649Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:23:15.649Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T22:23:15.649Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T22:23:15.649Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T22:23:19.372Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T22:23:19.372Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T22:23:19.372Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T22:23:19.372Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T22:23:22.540Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T22:23:22.666Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T22:23:23.098Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T22:23:23.098Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T22:23:23.098Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T22:23:23.098Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T22:23:23.098Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T22:23:23.098Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T22:23:23.098Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T22:23:23.098Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T22:23:24.885Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T22:23:26.259Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T22:23:27.221Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T22:23:27.770Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T22:23:30.111Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T22:23:31.486Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T22:23:35.203Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T22:23:35.203Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T22:23:35.203Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T22:23:35.203Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T22:23:39.823Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T22:23:39.930Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T22:23:39.930Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T22:23:42.818Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T22:23:42.818Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:23:42.818Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T22:23:42.818Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:23:42.818Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T22:23:46.538Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T22:23:46.538Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T22:23:47.000Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T22:23:50.260Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T22:23:50.260Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T22:23:50.260Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T22:23:51.159Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T22:23:51.159Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T22:23:54.169Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T22:23:54.954Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T22:23:54.954Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T22:23:56.933Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T22:23:57.125Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T22:23:57.125Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T22:23:57.125Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T22:23:57.125Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T22:23:57.125Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T22:23:58.461Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T22:23:58.461Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T22:23:58.686Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T22:24:00.079Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T22:24:00.079Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T22:24:00.079Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T22:24:00.627Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T22:24:00.628Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T22:24:00.628Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T22:24:00.628Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T22:24:00.628Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T22:24:05.737Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T22:24:06.399Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T22:24:09.289Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T22:24:12.177Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T22:24:14.282Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T22:24:14.282Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T22:24:14.282Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T22:24:14.282Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T22:24:14.282Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T22:24:15.076Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T22:24:17.174Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T22:24:17.174Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T22:24:17.174Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T22:24:17.965Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T22:24:17.966Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T22:24:20.957Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T22:24:20.957Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T22:24:20.957Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T22:24:23.739Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T22:24:23.740Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T22:24:23.740Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T22:24:24.939Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T22:24:25.395Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T22:24:26.632Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T22:24:26.632Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T22:24:26.632Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T22:24:30.422Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T22:24:30.422Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T22:24:30.422Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T22:24:30.422Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T22:24:30.422Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T22:24:31.368Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T22:24:31.988Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T22:24:31.988Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T22:24:31.988Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T22:24:31.988Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T22:24:31.988Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T22:24:31.988Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T22:24:31.988Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T22:24:31.988Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T22:24:32.456Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T22:24:32.456Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T22:24:32.456Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T22:24:32.456Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T22:24:32.456Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T22:24:32.456Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T22:24:32.456Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T22:24:34.328Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T22:24:34.328Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T22:24:34.328Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T22:24:34.328Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T22:24:34.328Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T22:24:34.328Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T22:24:34.328Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T22:24:34.328Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T22:24:34.328Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T22:24:34.328Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T22:24:34.328Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-05T22:24:36.022Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T22:24:37.299Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T22:24:37.299Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-05T22:24:38.239Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T22:24:41.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-05T22:24:41.191Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T22:24:41.191Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T22:24:41.191Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T22:24:41.191Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T22:24:41.191Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T22:24:41.191Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T22:24:41.191Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T22:24:44.141Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T22:24:44.141Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T22:24:44.141Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T22:24:44.141Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T22:24:44.141Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T22:24:44.141Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T22:24:44.141Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T22:24:44.141Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T22:24:44.141Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T22:24:44.881Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-05T22:24:45.708Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T22:24:47.906Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-05T22:24:51.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000427758_} [2022-03-05T22:24:52.916Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T22:24:52.916Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T22:24:52.916Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T22:24:52.916Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T22:24:52.916Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T22:24:52.916Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T22:24:53.384Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T22:24:53.384Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T22:24:53.384Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T22:24:53.384Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T22:24:53.384Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T22:24:53.384Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T22:24:53.384Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T22:24:54.658Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11641594666_c:\foo_false____} [2022-03-05T22:24:56.335Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T22:24:56.335Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T22:24:56.335Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T22:24:56.335Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T22:24:56.335Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T22:24:56.335Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T22:24:58.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11641594666_c:\foo_true____} [2022-03-05T22:24:59.291Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T22:25:01.453Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T22:25:01.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T22:25:01.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T22:25:01.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T22:25:01.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T22:25:01.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T22:25:01.921Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T22:25:01.921Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T22:25:01.921Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T22:25:01.921Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T22:25:02.242Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T22:25:02.242Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T22:25:02.242Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T22:25:02.395Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T22:25:02.395Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T22:25:02.395Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T22:25:02.395Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T22:25:02.395Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T22:25:02.395Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T22:25:02.395Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T22:25:04.460Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T22:25:04.460Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T22:25:04.460Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T22:25:04.460Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T22:25:04.460Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T22:25:04.460Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T22:25:04.460Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T22:25:06.190Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T22:25:06.190Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T22:25:06.190Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:25:06.190Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T22:25:07.410Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T22:25:09.982Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T22:25:09.982Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T22:25:09.982Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T22:25:09.982Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T22:25:10.362Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T22:25:12.424Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T22:25:13.318Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T22:25:13.843Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T22:25:13.843Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T22:25:13.843Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T22:25:13.843Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T22:25:13.843Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T22:25:13.843Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T22:25:13.843Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T22:25:16.273Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T22:25:16.273Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T22:25:21.001Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T22:25:21.031Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T22:25:21.031Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T22:25:21.031Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T22:25:21.505Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T22:25:21.505Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T22:25:21.505Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T22:25:21.505Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T22:25:21.505Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T22:25:21.505Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:25:21.505Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T22:25:21.505Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:25:21.505Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T22:25:24.791Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T22:25:24.791Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:25:24.791Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T22:25:24.791Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T22:25:24.791Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T22:25:30.205Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T22:25:30.205Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T22:25:30.205Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T22:25:31.770Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T22:25:31.770Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T22:25:39.722Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T22:25:39.723Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T22:25:39.723Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T22:25:39.723Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:25:39.723Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T22:25:40.437Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T22:25:40.437Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T22:25:40.437Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T22:25:40.437Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T22:25:40.437Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T22:25:40.437Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T22:25:40.437Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T22:25:42.553Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T22:25:46.308Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T22:25:52.181Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T22:25:52.181Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T22:25:52.228Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T22:25:52.228Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.228Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T22:25:52.228Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T22:25:52.228Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T22:25:53.171Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T22:25:55.178Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T22:25:55.178Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T22:25:55.178Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T22:25:55.178Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T22:25:55.178Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T22:25:55.393Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T22:25:57.681Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T22:25:58.980Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T22:25:58.981Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:25:58.981Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T22:25:58.981Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T22:25:58.981Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T22:25:58.981Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T22:25:58.981Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T22:25:58.981Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T22:25:58.981Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T22:25:58.981Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T22:25:58.981Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T22:25:59.245Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T22:26:01.930Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T22:26:02.198Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T22:26:02.198Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T22:26:04.941Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T22:26:05.409Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T22:26:05.409Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T22:26:06.956Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T22:26:06.956Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T22:26:06.956Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T22:26:06.956Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T22:26:06.956Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T22:26:06.956Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T22:26:06.956Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T22:26:06.956Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T22:26:06.956Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T22:26:06.956Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T22:26:06.956Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T22:26:07.845Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T22:26:09.198Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T22:26:09.665Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T22:26:10.140Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T22:26:10.140Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T22:26:10.140Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T22:26:10.609Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T22:26:10.609Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T22:26:10.609Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T22:26:11.077Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T22:26:11.544Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T22:26:12.600Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T22:26:12.600Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T22:26:13.069Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T22:26:13.069Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T22:26:14.055Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T22:26:17.013Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T22:26:17.384Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T22:26:17.384Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T22:26:17.384Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T22:26:18.951Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T22:26:22.033Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T22:26:22.033Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T22:26:22.925Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T22:26:23.019Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T22:26:24.843Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T22:26:26.816Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T22:26:26.816Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T22:26:26.816Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T22:26:26.816Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T22:26:27.793Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T22:26:28.864Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T22:26:30.708Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T22:26:30.999Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T22:26:30.999Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T22:26:30.999Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T22:26:30.999Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T22:26:30.999Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T22:26:30.999Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T22:26:30.999Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T22:26:31.455Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T22:26:31.455Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T22:26:31.455Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T22:26:32.874Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T22:26:35.171Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T22:26:35.769Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T22:26:35.769Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T22:26:35.769Z] === RUN TestDockerSuite/TestRunState [2022-03-05T22:26:35.769Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T22:26:35.769Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T22:26:36.017Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T22:26:38.696Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T22:26:38.696Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T22:26:38.696Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T22:26:38.888Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T22:26:41.590Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T22:26:41.590Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T22:26:41.590Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T22:26:41.590Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T22:26:41.590Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T22:26:41.590Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T22:26:41.590Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T22:26:41.590Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T22:26:41.590Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T22:26:42.610Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T22:26:47.427Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T22:26:47.427Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T22:26:49.595Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T22:26:49.595Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T22:26:49.595Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T22:26:52.486Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T22:26:52.486Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T22:26:52.486Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T22:26:52.486Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T22:26:52.486Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T22:26:56.203Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T22:26:57.446Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T22:27:03.216Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T22:27:04.742Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T22:27:06.134Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T22:27:09.093Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T22:27:09.564Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T22:27:10.272Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T22:27:10.510Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T22:27:13.998Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T22:27:14.972Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T22:27:17.556Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T22:27:17.556Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T22:27:17.556Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T22:27:17.556Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T22:27:21.334Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T22:27:22.038Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T22:27:22.495Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T22:27:23.456Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T22:27:23.501Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T22:27:26.428Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T22:27:26.428Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T22:27:26.428Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T22:27:26.884Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T22:27:26.884Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T22:27:26.884Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T22:27:26.884Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T22:27:26.884Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T22:27:26.884Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T22:27:27.387Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T22:27:27.387Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T22:27:30.529Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T22:27:31.558Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T22:27:33.087Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T22:27:34.551Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T22:27:34.551Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T22:27:35.254Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T22:27:39.174Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T22:27:39.174Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T22:27:39.174Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T22:27:39.174Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:27:39.174Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T22:27:39.174Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T22:27:39.174Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T22:27:39.174Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T22:27:39.174Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T22:27:39.630Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T22:27:39.630Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T22:27:39.630Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T22:27:41.025Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T22:27:41.025Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T22:27:41.025Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T22:27:41.025Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T22:27:41.025Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T22:27:41.025Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T22:27:41.025Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T22:27:43.190Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T22:27:43.261Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T22:27:43.356Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T22:27:43.646Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T22:27:44.102Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T22:27:44.102Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T22:27:46.270Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T22:27:46.270Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T22:27:49.180Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T22:27:52.073Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T22:27:54.239Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T22:27:54.239Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:27:54.696Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T22:28:04.984Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T22:28:04.984Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:28:04.984Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T22:28:08.702Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T22:28:08.702Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T22:28:08.702Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T22:28:08.702Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T22:28:08.702Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T22:28:08.702Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T22:28:08.702Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T22:28:08.702Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T22:28:08.702Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T22:28:13.396Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T22:28:13.396Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T22:28:13.396Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T22:28:17.191Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T22:28:17.267Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T22:28:17.268Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T22:28:17.268Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T22:28:17.268Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T22:28:17.268Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T22:28:17.268Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T22:28:17.268Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T22:28:17.268Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:28:17.268Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T22:28:17.268Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T22:28:17.268Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T22:28:17.268Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:28:17.268Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T22:28:18.827Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T22:28:19.032Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T22:28:19.407Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T22:28:21.201Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T22:28:21.716Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T22:28:21.716Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T22:28:21.716Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T22:28:23.882Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T22:28:23.882Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T22:28:23.882Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T22:28:23.882Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T22:28:23.882Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T22:28:23.882Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:28:23.882Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T22:28:25.889Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T22:28:28.080Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T22:28:31.659Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T22:28:31.659Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T22:28:31.659Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T22:28:34.620Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T22:28:35.238Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T22:28:35.238Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T22:28:35.238Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T22:28:35.238Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T22:28:35.238Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T22:28:35.238Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T22:28:35.238Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T22:28:41.519Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T22:28:41.519Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T22:28:41.731Z] === RUN TestDockerSuite/TestExec [2022-03-05T22:28:41.731Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:28:41.731Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T22:28:41.731Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T22:28:41.731Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T22:28:42.403Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T22:28:42.403Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T22:28:43.686Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T22:28:43.686Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T22:28:44.621Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T22:28:47.405Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T22:28:47.862Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T22:28:47.862Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T22:28:48.318Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T22:28:48.318Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T22:28:48.337Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T22:28:48.337Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:28:48.337Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T22:28:48.337Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:28:48.337Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T22:28:48.337Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T22:28:48.337Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T22:28:51.109Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T22:28:51.109Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T22:28:51.109Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T22:28:51.109Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T22:28:51.109Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T22:28:53.010Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T22:28:56.730Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T22:28:58.608Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T22:28:58.608Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:28:58.608Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T22:28:58.608Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T22:28:58.608Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T22:28:58.608Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T22:28:58.608Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T22:29:00.452Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T22:29:05.128Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T22:29:07.151Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T22:29:07.151Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T22:29:07.152Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T22:29:12.187Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T22:29:12.187Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T22:29:12.187Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T22:29:12.187Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:29:12.643Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T22:29:12.643Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T22:29:12.643Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T22:29:17.316Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T22:29:19.603Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T22:29:19.603Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T22:29:19.603Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite (2538.15s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.73s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (80.81s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.58s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.46s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.80s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.31s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (90.40s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (11.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.51s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.98s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.62s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.65s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.26s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.22s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.73s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.16s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.36s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.63s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.59s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddTar (37.66s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.21s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.42s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.24s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.74s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.18s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.71s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.09s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.68s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.59s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.54s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.65s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.87s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.57s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.65s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.07s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCmd (0.65s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.65s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.15s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.52s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.36s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.13s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.59s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.13s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.83s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.78s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.89s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.41s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.88s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.06s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.94s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.46s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.40s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignore (55.30s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.10s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (61.55s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.89s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.98s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.86s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.34s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.92s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (32.20s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.34s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (85.81s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.54s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.64s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.26s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.56s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.23s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.54s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.14s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.28s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.12s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.11s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.29s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFails (2.84s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.70s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.69s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.72s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.71s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.54s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.96s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.82s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildHistory (12.86s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.11s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.13s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.87s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.16s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabel (1.12s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.70s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.08s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.62s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabels (1.10s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.72s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.55s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.65s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.68s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.88s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.78s) [2022-03-05T22:29:20.061Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.32s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.33s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.54s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.32s) [2022-03-05T22:29:20.061Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.29s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.56s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.13s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.72s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.38s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.25s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.06s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.86s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.08s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.51s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.50s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.90s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.53s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.43s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.43s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.53s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.12s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.40s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.33s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.83s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.58s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildRm (14.04s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.79s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.69s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.28s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.30s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.26s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.61s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.96s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.76s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.97s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.26s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildStderr (4.92s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.04s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.53s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.20s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.85s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.18s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.65s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.39s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.41s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.09s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.17s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.68s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.68s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.53s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.13s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.56s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.27s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.39s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.25s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.22s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.13s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.33s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCommitChange (5.94s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.39s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.22s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCommitTTY (8.42s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.49s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.51s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.36s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.08s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.96s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.92s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.67s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.54s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.47s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.04s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.65s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.92s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.31s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.15s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.92s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.43s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.68s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.16s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.20s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.92s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.50s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.95s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.31s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.93s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.99s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.86s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.92s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.83s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.83s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a605b8_} (2.82s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13371093652_c:\foo_false____} (2.85s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13371093652_c:\foo_true____} (2.84s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.98s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.99s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.04s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.21s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.99s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.77s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.61s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpToDot (2.92s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCpToStdout (3.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.27s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateArgs (0.27s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.24s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.08s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.81s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.46s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.25s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.57s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.45s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.01s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T22:29:20.062Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T22:29:20.062Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.97s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.67s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.04s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.12s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsCopy (5.48s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.39s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.05s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.72s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.52s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.13s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFilters (6.06s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFormat (5.86s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsRename (3.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsResize (8.30s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.84s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.82s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.51s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.70s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.40s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.53s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.61s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.47s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.45s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.38s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.64s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.65s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecInspectID (4.91s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.71s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.61s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.35s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.25s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.26s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.39s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.33s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.32s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.14s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.98s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.46s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.28s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.94s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.90s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.72s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.73s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.77s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectDefault (2.80s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectHistory (4.87s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.80s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.43s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.85s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.41s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.37s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectStatus (3.65s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.82s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.50s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.82s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.36s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.84s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.83s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.80s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.21s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.28s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.06s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.81s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.40s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.04s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.12s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.81s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.66s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.97s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.85s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsSince (9.55s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsTail (2.89s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.99s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.85s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.61s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.60s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsByOrder (9.03s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.98s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.07s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.40s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.34s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.72s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.24s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.43s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.67s) [2022-03-05T22:29:20.063Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T22:29:20.063Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.59s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.17s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.96s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.50s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.82s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.94s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.25s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.15s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.10s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.50s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.46s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.10s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.90s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.32s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.62s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiTag (0.73s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.93s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.97s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.26s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.75s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.35s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.27s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.60s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.99s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.82s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.81s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.72s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.78s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.51s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.62s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.15s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.67s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.31s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.48s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.85s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.04s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.36s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.85s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.76s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.80s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.80s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunExitCode (2.78s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.78s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.84s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.97s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.99s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.76s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.28s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.54s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.09s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.05s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.31s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.31s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.67s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.38s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.42s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunRm (2.87s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.89s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.83s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.85s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.45s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.93s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.74s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.54s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.16s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.80s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.72s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.61s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.40s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.50s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.93s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.79s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.84s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.90s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.37s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.97s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.17s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.19s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.81s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.45s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.79s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.79s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.85s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T22:29:20.064Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.06s) [2022-03-05T22:29:20.064Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.96s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.89s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.34s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.56s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.45s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.09s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.58s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.01s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.66s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.38s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.26s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.42s) [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T22:29:20.065Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T22:29:20.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T22:29:20.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T22:29:20.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T22:29:20.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T22:29:20.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T22:29:20.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T22:29:20.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T22:29:20.065Z] === RUN TestDockerDaemonSuite [2022-03-05T22:29:20.065Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T22:29:20.065Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T22:29:20.065Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T22:29:20.065Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.065Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T22:29:20.065Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T22:29:20.065Z] === RUN TestDockerSwarmSuite [2022-03-05T22:29:20.065Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-05T22:29:20.065Z] === RUN TestDockerPluginSuite [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-05T22:29:20.066Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T22:29:20.066Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T22:29:20.066Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-05T22:29:20.066Z] === RUN TestDockerNetworkSuite [2022-03-05T22:29:20.066Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-05T22:29:20.066Z] === RUN TestDockerHubPullSuite [2022-03-05T22:29:20.066Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.066Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-05T22:29:20.066Z] PASS [2022-03-05T22:29:20.066Z] ok github.com/docker/docker/integration-cli 2538.585s [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === Skipped [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T22:29:20.523Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-05T22:29:20.523Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-05T22:29:20.523Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T22:29:20.523Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-05T22:29:20.523Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-05T22:29:20.523Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-05T22:29:20.523Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-05T22:29:20.523Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.523Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-05T22:29:20.523Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-05T22:29:20.524Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.53s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-05T22:29:20.524Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-05T22:29:20.524Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T22:29:20.524Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.524Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T22:29:20.524Z] [2022-03-05T22:29:20.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T22:29:20.524Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T22:29:20.525Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T22:29:20.525Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-05T22:29:20.525Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T22:29:20.525Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T22:29:20.525Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T22:29:20.525Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T22:29:20.525Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.525Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T22:29:20.525Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T22:29:20.526Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T22:29:20.526Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T22:29:20.526Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T22:29:20.526Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T22:29:20.526Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T22:29:20.526Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-05T22:29:20.526Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-05T22:29:20.526Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T22:29:20.526Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-05T22:29:20.526Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.526Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-05T22:29:20.526Z] [2022-03-05T22:29:20.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-05T22:29:20.527Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T22:29:20.527Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-05T22:29:20.527Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.527Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T22:29:20.527Z] [2022-03-05T22:29:20.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T22:29:20.527Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.986Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-05T22:29:20.986Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.986Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-05T22:29:20.986Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.987Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T22:29:20.987Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.987Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T22:29:20.987Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-05T22:29:20.988Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T22:29:20.988Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T22:29:20.988Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.988Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T22:29:20.988Z] [2022-03-05T22:29:20.988Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-05T22:29:20.989Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] DONE 1088 tests, 539 skipped in 2550.616s [2022-03-05T22:29:20.989Z] INFO: Integration tests ended at 03/05/2022 22:29:20. Duration:00:42:30.7620616 [2022-03-05T22:29:20.989Z] INFO: Docker info of the daemon under test at end of run [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] Containers: 2 [2022-03-05T22:29:20.989Z] Running: 0 [2022-03-05T22:29:20.989Z] Paused: 0 [2022-03-05T22:29:20.989Z] Stopped: 2 [2022-03-05T22:29:20.989Z] Images: 18 [2022-03-05T22:29:20.989Z] Server Version: 0.0.0-dev [2022-03-05T22:29:20.989Z] Storage Driver: windowsfilter [2022-03-05T22:29:20.989Z] Windows: [2022-03-05T22:29:20.989Z] Logging Driver: json-file [2022-03-05T22:29:20.989Z] Plugins: [2022-03-05T22:29:20.989Z] Volume: local [2022-03-05T22:29:20.989Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T22:29:20.989Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T22:29:20.989Z] Swarm: inactive [2022-03-05T22:29:20.989Z] Default Isolation: process [2022-03-05T22:29:20.989Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T22:29:20.989Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T22:29:20.989Z] OSType: windows [2022-03-05T22:29:20.989Z] Architecture: x86_64 [2022-03-05T22:29:20.989Z] CPUs: 4 [2022-03-05T22:29:20.989Z] Total Memory: 32GiB [2022-03-05T22:29:20.989Z] Name: azwin-2-d1c240 [2022-03-05T22:29:20.989Z] ID: CY6L:VB5R:TTWO:ZUWX:PFWI:ZZDF:LWYJ:XB6N:35YS:BL6Y:Z2CA:GCCC [2022-03-05T22:29:20.989Z] Docker Root Dir: D:\CI\PR-43334\2\daemon [2022-03-05T22:29:20.989Z] Debug Mode (client): false [2022-03-05T22:29:20.989Z] Debug Mode (server): true [2022-03-05T22:29:20.989Z] File Descriptors: -1 [2022-03-05T22:29:20.989Z] Goroutines: 17 [2022-03-05T22:29:20.989Z] System Time: 2022-03-05T22:29:20.8624688Z [2022-03-05T22:29:20.989Z] EventsListeners: 0 [2022-03-05T22:29:20.989Z] Registry: https://index.docker.io/v1/ [2022-03-05T22:29:20.989Z] Labels: [2022-03-05T22:29:20.989Z] Experimental: false [2022-03-05T22:29:20.989Z] Insecure Registries: [2022-03-05T22:29:20.989Z] 127.0.0.0/8 [2022-03-05T22:29:20.989Z] Live Restore Enabled: false [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] [2022-03-05T22:29:20.989Z] INFO: Stopping daemon under test [2022-03-05T22:29:21.446Z] SUCCESS: The process with PID 5940 (child process of PID 5828) has been terminated. [2022-03-05T22:29:21.446Z] SUCCESS: The process with PID 5828 (child process of PID 508) has been terminated. [2022-03-05T22:29:21.446Z] INFO: Stop tailing logs of the daemon under tests [2022-03-05T22:29:21.446Z] INFO: executeCI.ps1 Completed successfully at 03/05/2022 22:29:21. [2022-03-05T22:29:21.446Z] INFO: Tidying up at end of run [2022-03-05T22:29:21.446Z] INFO: Saving daemon under test log (d:\CI\PR-43334\2\dut.out) to bundles\CIDUT.out [2022-03-05T22:29:21.446Z] INFO: Saving daemon under test log (d:\CI\PR-43334\2\dut.err) to bundles\CIDUT.err [2022-03-05T22:29:21.446Z] INFO: Saving containerd logs to bundles [2022-03-05T22:29:21.446Z] INFO: Nuke-Everything... [2022-03-05T22:29:21.446Z] INFO: Container count on control daemon to delete is 2 [2022-03-05T22:29:21.902Z] 90f1642c4830 [2022-03-05T22:29:21.902Z] f46c1fcc850d [2022-03-05T22:29:21.902Z] INFO: Tidying pidfile d:\CI\PR-43334\2\docker.pid [2022-03-05T22:29:21.902Z] INFO: Nuking d:\CI [2022-03-05T22:29:23.085Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T22:29:23.085Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T22:29:23.085Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T22:29:23.085Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T22:29:23.085Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T22:29:23.085Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T22:29:23.085Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T22:29:23.085Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T22:29:23.085Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T22:29:23.085Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T22:29:23.085Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T22:29:27.054Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T22:29:27.054Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T22:29:27.755Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T22:29:27.755Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T22:29:27.755Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T22:29:27.755Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T22:29:27.755Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T22:29:27.755Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T22:29:27.755Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T22:29:27.755Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T22:29:27.755Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T22:29:27.755Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T22:29:27.755Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T22:29:32.475Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T22:29:32.475Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T22:29:32.475Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T22:29:39.577Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T22:29:41.054Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T22:29:41.054Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T22:29:41.054Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T22:29:41.054Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T22:29:41.054Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T22:29:41.054Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T22:29:41.054Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T22:29:47.042Z] INFO: Zapped successfully [2022-03-05T22:29:47.042Z] [2022-03-05T22:29:47.042Z] INFO: executeCI.ps1 exiting at Sat Mar 5 22:29:46 CUT 2022. Duration 01:05:17.6560317 [2022-03-05T22:29:47.042Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-05T22:29:47.282Z] Recording test results [2022-03-05T22:29:48.105Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T22:29:48.272Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T22:29:48.272Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T22:29:48.741Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T22:29:48.741Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T22:29:48.741Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T22:29:49.907Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-05T22:29:52.013Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-05T22:29:53.187Z] Archiving artifacts [2022-03-05T22:29:53.499Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T22:29:53.499Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:29:55.081Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-05T22:29:56.655Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T22:30:00.374Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T22:30:06.402Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T22:30:07.318Z] + make clean [2022-03-05T22:30:08.281Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T22:30:08.281Z] docker-dev-cache [2022-03-05T22:30:08.281Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T22:30:08.918Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestHealth [2022-03-05T22:30:08.918Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T22:30:08.918Z] === RUN TestDockerSuite/TestHistoryImageWithComment [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T22:30:15.971Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T22:30:15.971Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T22:30:15.971Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T22:30:15.971Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T22:30:15.971Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T22:30:15.971Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T22:30:15.971Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T22:30:16.346Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T22:30:16.445Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T22:30:16.445Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T22:30:16.445Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T22:30:18.000Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T22:30:18.000Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T22:30:20.901Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T22:30:20.901Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T22:30:21.125Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T22:30:22.692Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T22:30:23.795Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T22:30:27.514Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T22:30:27.514Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T22:30:27.514Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:30:27.514Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T22:30:32.195Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T22:30:32.195Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T22:30:32.195Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T22:30:32.195Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T22:30:32.195Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T22:30:32.195Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T22:30:32.195Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T22:30:32.195Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T22:30:32.195Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T22:30:32.195Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:30:32.195Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T22:30:35.910Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T22:30:39.630Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T22:30:39.630Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:30:39.630Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T22:30:39.630Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T22:30:39.630Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T22:30:39.630Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T22:30:39.630Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T22:30:39.630Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T22:30:43.352Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T22:30:43.352Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T22:30:47.071Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T22:30:47.071Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T22:30:47.071Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T22:30:47.071Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T22:30:47.071Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T22:30:47.071Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T22:30:47.071Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T22:30:47.989Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T22:30:47.989Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T22:30:47.989Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T22:30:47.989Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T22:30:47.989Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T22:30:47.989Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T22:30:47.989Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T22:30:49.564Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T22:30:50.835Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T22:30:56.629Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T22:30:56.629Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:30:56.629Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T22:30:56.629Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:30:56.629Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T22:30:56.629Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:30:56.629Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T22:31:00.351Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T22:31:02.074Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T22:31:05.031Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T22:31:05.031Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T22:31:05.873Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T22:31:05.873Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T22:31:06.401Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T22:31:06.401Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T22:31:06.401Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T22:31:06.401Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T22:31:06.401Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T22:31:08.801Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T22:31:09.353Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T22:31:12.517Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T22:31:12.517Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T22:31:12.517Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T22:31:12.517Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T22:31:16.236Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T22:31:16.571Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T22:31:20.907Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T22:31:25.238Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T22:31:29.457Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T22:31:31.183Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T22:31:31.183Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T22:31:31.183Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T22:31:33.238Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T22:31:36.152Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T22:31:40.825Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T22:31:44.542Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T22:31:46.175Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T22:31:46.175Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:31:46.175Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T22:31:48.260Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T22:31:51.150Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T22:31:51.646Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T22:31:51.646Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T22:31:51.646Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T22:31:51.646Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T22:31:55.366Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T22:31:59.087Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T22:32:01.120Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T22:32:06.142Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T22:32:08.278Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T22:32:08.278Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T22:32:08.278Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T22:32:08.278Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T22:32:08.278Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T22:32:08.278Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T22:32:08.278Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T22:32:08.278Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T22:32:09.859Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T22:32:09.859Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T22:32:09.859Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T22:32:14.531Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T22:32:14.531Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T22:32:23.139Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T22:32:23.279Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T22:32:30.191Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T22:32:38.268Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T22:32:38.268Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:32:38.268Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T22:32:38.736Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T22:32:40.483Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T22:32:40.483Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T22:32:40.483Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T22:32:40.483Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:32:40.483Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T22:32:40.483Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T22:32:40.483Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T22:32:43.412Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T22:32:44.314Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T22:32:44.314Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T22:32:44.314Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T22:32:44.314Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T22:32:48.140Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T22:32:48.140Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T22:32:48.140Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T22:32:48.140Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T22:32:48.140Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T22:32:51.884Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T22:32:51.938Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T22:32:54.775Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T22:32:55.786Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T22:32:58.751Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T22:32:58.751Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T22:32:58.751Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T22:32:58.751Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T22:33:02.609Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T22:33:02.609Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T22:33:05.124Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T22:33:05.124Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T22:33:05.124Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T22:33:05.124Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T22:33:05.124Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T22:33:05.566Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T22:33:05.566Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:33:05.566Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T22:33:05.566Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:33:05.566Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T22:33:09.391Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T22:33:09.391Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T22:33:09.815Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T22:33:12.707Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T22:33:13.191Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T22:33:13.191Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T22:33:13.191Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T22:33:16.706Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T22:33:16.706Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T22:33:16.706Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T22:33:16.706Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T22:33:16.706Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T22:33:16.706Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T22:33:16.706Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T22:33:16.706Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T22:33:16.706Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T22:33:16.706Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T22:33:16.706Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T22:33:16.706Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T22:33:16.706Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T22:33:16.706Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T22:33:16.706Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T22:33:16.706Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPortList [2022-03-05T22:33:16.706Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T22:33:16.706Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T22:33:17.030Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T22:33:17.030Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T22:33:20.042Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T22:33:25.252Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T22:33:25.252Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T22:33:25.252Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T22:33:25.918Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T22:33:31.792Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T22:33:31.792Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T22:33:31.792Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T22:33:31.792Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T22:33:31.792Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T22:33:32.361Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T22:33:32.362Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T22:33:32.362Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T22:33:34.047Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T22:33:34.047Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T22:33:34.047Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T22:33:37.905Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T22:33:37.905Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T22:33:37.905Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T22:33:41.700Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T22:33:41.700Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T22:33:47.186Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T22:33:47.186Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T22:33:47.186Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T22:33:47.648Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T22:33:51.456Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T22:33:51.456Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T22:33:51.456Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T22:33:51.456Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T22:33:51.456Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T22:33:51.456Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T22:33:51.456Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T22:33:51.456Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T22:33:51.456Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T22:33:51.456Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T22:33:51.456Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-05T22:33:54.481Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T22:33:54.481Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-05T22:33:58.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-05T22:34:04.834Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T22:34:07.006Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-05T22:34:15.679Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-05T22:34:18.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000ab2690_} [2022-03-05T22:34:25.961Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T22:34:25.962Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T22:34:25.962Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T22:34:25.962Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T22:34:25.962Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T22:34:25.962Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T22:34:27.309Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11409267964_c:\foo_false____} [2022-03-05T22:34:30.632Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T22:34:36.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11409267964_c:\foo_true____} [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T22:34:38.955Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T22:34:38.955Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T22:34:38.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T22:34:38.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T22:34:39.424Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T22:34:39.424Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T22:34:39.424Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T22:34:39.424Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T22:34:39.424Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T22:34:39.424Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T22:34:39.424Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T22:34:39.424Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T22:34:39.424Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T22:34:39.424Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T22:34:39.424Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T22:34:42.994Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T22:34:48.117Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T22:34:48.117Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T22:34:48.117Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:34:48.117Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T22:34:50.048Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T22:34:50.048Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T22:34:50.048Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T22:34:50.048Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T22:34:50.048Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T22:34:56.795Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T22:34:56.795Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T22:34:56.795Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T22:34:56.795Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T22:34:58.603Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T22:34:58.603Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:34:58.603Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T22:34:58.603Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T22:34:58.603Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T22:34:58.603Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T22:34:58.603Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T22:34:58.603Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T22:34:58.603Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T22:35:00.616Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T22:35:00.616Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T22:35:00.616Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T22:35:00.616Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T22:35:00.616Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T22:35:00.616Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T22:35:00.616Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T22:35:07.783Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T22:35:10.963Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T22:35:10.963Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T22:35:10.963Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T22:35:10.963Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T22:35:10.963Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T22:35:10.963Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T22:35:12.491Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T22:35:12.946Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T22:35:12.946Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T22:35:12.946Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T22:35:16.460Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T22:35:16.460Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:35:16.460Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T22:35:16.460Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T22:35:16.460Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T22:35:20.002Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T22:35:28.545Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T22:35:31.435Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T22:35:31.497Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T22:35:31.497Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T22:35:31.497Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T22:35:31.497Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:35:31.497Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T22:35:49.336Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T22:35:49.336Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T22:35:49.336Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T22:35:49.336Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T22:35:49.336Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T22:35:50.902Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T22:35:50.902Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T22:35:50.902Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T22:35:50.902Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T22:35:51.370Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T22:35:55.176Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T22:35:55.176Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:35:55.176Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T22:35:55.176Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T22:35:55.176Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T22:35:55.176Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T22:35:55.176Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T22:35:55.176Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T22:35:55.176Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T22:35:55.176Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T22:35:55.648Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T22:35:58.645Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T22:36:01.602Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T22:36:01.602Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T22:36:02.078Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T22:36:05.033Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T22:36:06.611Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T22:36:07.077Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T22:36:07.078Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:36:07.078Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T22:36:07.083Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T22:36:07.083Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T22:36:07.083Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T22:36:07.553Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T22:36:07.553Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T22:36:07.553Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T22:36:08.023Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T22:36:08.492Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T22:36:14.132Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T22:36:14.132Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T22:36:14.588Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T22:36:15.550Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T22:36:24.091Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T22:36:26.387Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T22:36:26.387Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T22:36:26.387Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T22:36:29.447Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T22:36:29.915Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T22:36:29.916Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T22:36:29.916Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T22:36:31.182Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T22:36:31.182Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:36:31.182Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T22:36:38.232Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T22:36:38.232Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T22:36:38.232Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T22:36:38.619Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T22:36:38.619Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T22:36:38.619Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T22:36:38.619Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T22:36:38.619Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T22:36:38.619Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T22:36:38.619Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T22:36:38.619Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T22:36:47.298Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T22:36:50.254Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T22:36:53.210Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T22:36:59.285Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T22:37:03.008Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T22:37:03.975Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T22:37:11.060Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T22:37:14.265Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T22:37:18.267Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T22:37:21.319Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T22:37:25.456Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T22:37:27.675Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T22:37:29.271Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T22:37:33.687Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T22:37:35.145Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T22:37:36.135Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T22:37:37.702Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T22:37:39.455Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T22:37:39.455Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T22:37:43.172Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T22:37:44.873Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T22:37:52.049Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T22:37:52.049Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T22:37:52.049Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T22:37:52.049Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:37:52.049Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T22:37:52.049Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T22:37:52.049Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T22:37:52.049Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T22:37:52.049Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T22:37:53.036Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T22:37:53.036Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T22:37:53.036Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T22:37:56.833Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T22:38:05.523Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T22:38:08.299Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T22:38:09.359Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T22:38:11.198Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T22:38:13.157Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T22:38:18.247Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T22:38:19.778Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T22:38:19.778Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T22:38:19.778Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T22:38:19.778Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T22:38:19.778Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T22:38:19.778Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T22:38:19.778Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T22:38:19.778Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T22:38:19.778Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T22:38:19.778Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T22:38:19.778Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T22:38:19.778Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T22:38:20.235Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T22:38:20.235Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T22:38:20.235Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T22:38:23.619Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T22:38:23.619Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T22:38:23.619Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T22:38:24.000Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T22:38:24.000Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T22:38:24.000Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T22:38:24.000Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T22:38:24.000Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T22:38:26.574Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T22:38:31.052Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T22:38:32.446Z] === RUN TestDockerSuite/TestExec [2022-03-05T22:38:32.446Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:38:32.446Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T22:38:32.446Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T22:38:32.446Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T22:38:35.401Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T22:38:35.770Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T22:38:38.359Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T22:38:38.359Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:38:38.359Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T22:38:38.359Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:38:38.359Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T22:38:38.359Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T22:38:38.359Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T22:38:39.488Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T22:38:42.160Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T22:38:43.207Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T22:38:45.123Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T22:38:46.162Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T22:38:46.162Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T22:38:48.924Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T22:38:51.911Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T22:38:54.705Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T22:38:54.705Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T22:38:57.660Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T22:38:57.660Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T22:38:57.660Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T22:38:57.782Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T22:38:57.782Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T22:38:57.782Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T22:38:57.782Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:38:57.782Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T22:38:57.782Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T22:38:57.782Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T22:39:01.586Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T22:39:02.327Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T22:39:02.327Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T22:39:02.327Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T22:39:02.327Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T22:39:02.327Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T22:39:06.045Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T22:39:06.045Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T22:39:07.463Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T22:39:07.463Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T22:39:07.463Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T22:39:07.463Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T22:39:07.463Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T22:39:07.463Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T22:39:07.463Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T22:39:07.463Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T22:39:07.463Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T22:39:07.463Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T22:39:07.463Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T22:39:08.213Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T22:39:11.267Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T22:39:11.267Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T22:39:11.267Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T22:39:11.267Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T22:39:11.267Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T22:39:11.267Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T22:39:11.267Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T22:39:11.267Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T22:39:11.267Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T22:39:11.267Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T22:39:11.267Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T22:39:11.935Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T22:39:15.062Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T22:39:15.062Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T22:39:15.062Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T22:39:15.655Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T22:39:15.655Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T22:39:15.655Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T22:39:15.655Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T22:39:15.655Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T22:39:15.655Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T22:39:15.655Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T22:39:19.434Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T22:39:19.434Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T22:39:19.434Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T22:39:19.434Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T22:39:19.434Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T22:39:19.434Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T22:39:19.434Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T22:39:19.434Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T22:39:19.434Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T22:39:21.599Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T22:39:25.505Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T22:39:25.505Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T22:39:25.505Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T22:39:25.505Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T22:39:25.505Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T22:39:25.505Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T22:39:25.974Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T22:39:28.656Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T22:39:28.656Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T22:39:28.656Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T22:39:28.656Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T22:39:28.656Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T22:39:28.656Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T22:39:28.656Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T22:39:32.429Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T22:39:32.429Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T22:39:32.429Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T22:39:32.429Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T22:39:32.429Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T22:39:32.429Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T22:39:33.134Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T22:39:36.146Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T22:39:39.867Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T22:39:39.867Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T22:39:39.867Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T22:39:40.300Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T22:39:42.757Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T22:39:42.757Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T22:39:42.757Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T22:39:42.757Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T22:39:42.757Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T22:39:42.757Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T22:39:42.757Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T22:39:45.079Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T22:39:46.518Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T22:39:50.238Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T22:39:52.284Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestHealth [2022-03-05T22:39:52.284Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T22:39:52.284Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T22:39:53.990Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T22:39:56.883Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T22:39:56.883Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T22:39:56.883Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T22:39:56.883Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T22:39:56.883Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T22:39:56.883Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T22:39:56.883Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T22:39:57.339Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T22:39:57.339Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T22:39:57.339Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T22:40:00.997Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T22:40:00.997Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T22:40:00.997Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T22:40:00.997Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T22:40:00.997Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T22:40:00.997Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T22:40:00.997Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T22:40:01.986Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T22:40:01.986Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T22:40:01.986Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T22:40:04.209Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T22:40:04.209Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T22:40:04.388Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T22:40:04.388Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T22:40:04.388Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T22:40:04.388Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T22:40:04.388Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:40:04.388Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T22:40:07.169Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T22:40:07.699Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T22:40:11.514Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T22:40:14.701Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T22:40:14.701Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T22:40:14.701Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T22:40:16.230Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.230Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T22:40:16.274Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T22:40:16.274Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T22:40:16.274Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:40:16.274Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T22:40:21.047Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T22:40:21.047Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T22:40:21.047Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T22:40:21.047Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.047Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T22:40:21.047Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.047Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T22:40:21.517Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T22:40:21.517Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T22:40:21.517Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T22:40:21.517Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T22:40:21.517Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T22:40:21.517Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T22:40:21.517Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T22:40:21.517Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:40:21.517Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T22:40:24.536Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T22:40:28.332Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T22:40:28.332Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:40:28.332Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T22:40:28.332Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T22:40:28.332Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T22:40:28.332Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T22:40:28.332Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T22:40:28.332Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T22:40:28.577Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T22:40:28.577Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T22:40:28.577Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T22:40:28.577Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T22:40:28.577Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T22:40:28.577Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T22:40:28.577Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T22:40:31.325Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T22:40:31.794Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T22:40:34.413Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T22:40:34.758Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T22:40:34.758Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T22:40:34.758Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T22:40:34.758Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T22:40:34.758Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T22:40:34.758Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T22:40:34.758Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T22:40:38.550Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T22:40:41.464Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T22:40:41.464Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T22:40:42.992Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T22:40:45.169Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T22:40:45.724Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T22:40:45.724Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:40:45.724Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T22:40:45.724Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:40:45.724Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T22:40:45.724Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:40:45.724Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T22:40:48.084Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T22:40:48.676Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T22:40:49.614Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T22:40:51.629Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T22:40:52.097Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T22:40:52.505Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.964Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T22:40:52.964Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T22:40:52.965Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T22:40:55.052Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T22:40:57.630Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T22:40:57.630Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T22:40:57.630Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T22:40:57.630Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T22:40:57.630Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T22:40:57.630Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T22:40:57.630Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T22:40:57.630Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T22:40:57.630Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T22:40:57.630Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T22:40:57.630Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T22:40:58.858Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T22:40:58.858Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T22:40:58.858Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T22:40:58.858Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T22:41:02.653Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T22:41:06.453Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T22:41:09.978Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T22:41:09.978Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T22:41:09.978Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T22:41:13.614Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T22:41:13.708Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T22:41:17.417Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T22:41:20.442Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T22:41:20.766Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T22:41:23.657Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T22:41:24.240Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T22:41:27.377Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T22:41:28.042Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T22:41:31.909Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T22:41:32.045Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T22:41:32.045Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T22:41:32.046Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T22:41:32.046Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T22:41:32.046Z] === RUN TestDockerSuite/TestRunState [2022-03-05T22:41:32.046Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T22:41:32.046Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T22:41:34.873Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T22:41:34.873Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T22:41:34.873Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:41:34.873Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T22:41:34.873Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T22:41:34.873Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T22:41:34.873Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T22:41:34.873Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T22:41:34.873Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T22:41:34.873Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T22:41:34.873Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T22:41:35.343Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T22:41:35.343Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T22:41:35.343Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.343Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T22:41:35.784Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T22:41:35.784Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.784Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T22:41:35.784Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T22:41:35.784Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.784Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T22:41:35.784Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T22:41:35.784Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T22:41:35.812Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T22:41:35.812Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T22:41:36.240Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T22:41:36.240Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T22:41:36.240Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T22:41:36.240Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T22:41:38.818Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T22:41:41.802Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T22:41:42.031Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T22:41:42.031Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T22:41:45.748Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T22:41:45.748Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T22:41:45.748Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T22:41:48.679Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T22:41:48.679Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T22:41:48.679Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T22:41:48.679Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T22:41:48.679Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T22:41:48.972Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T22:41:52.765Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T22:41:52.765Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T22:41:52.765Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T22:41:53.376Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T22:41:55.786Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T22:41:56.254Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T22:42:03.660Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T22:42:10.708Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T22:42:11.200Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T22:42:21.013Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T22:42:21.014Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T22:42:21.014Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T22:42:21.470Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T22:42:26.142Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T22:42:29.057Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T22:42:29.897Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T22:42:32.789Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T22:42:32.789Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T22:42:32.789Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T22:42:32.789Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T22:42:33.245Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T22:42:33.245Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T22:42:33.245Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T22:42:33.245Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T22:42:33.245Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T22:42:33.245Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T22:42:33.245Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T22:42:33.245Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T22:42:33.245Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T22:42:33.245Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T22:42:33.245Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T22:42:40.306Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T22:42:42.477Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T22:42:44.038Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T22:42:44.648Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T22:42:46.995Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T22:42:51.775Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T22:42:51.775Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T22:42:51.775Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T22:42:53.183Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T22:42:53.183Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T22:42:53.183Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T22:42:53.183Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T22:42:53.183Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T22:42:53.183Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T22:42:53.183Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T22:42:54.710Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T22:42:55.166Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T22:42:55.621Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T22:42:56.076Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T22:42:57.604Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T22:42:57.604Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T22:43:01.321Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T22:43:02.243Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T22:43:05.058Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T22:43:06.053Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T22:43:07.947Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T22:43:07.947Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:43:07.947Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T22:43:18.563Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T22:43:18.563Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T22:43:18.563Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T22:43:18.563Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T22:43:18.563Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T22:43:20.352Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T22:43:20.352Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:43:20.352Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T22:43:23.333Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T22:43:26.121Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T22:43:26.121Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T22:43:26.121Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T22:43:26.121Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T22:43:26.121Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T22:43:26.121Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T22:43:26.121Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T22:43:26.121Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T22:43:26.121Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T22:43:28.109Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T22:43:31.937Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T22:43:31.937Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T22:43:32.424Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T22:43:32.424Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T22:43:32.424Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T22:43:32.424Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T22:43:32.424Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T22:43:32.424Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T22:43:32.424Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.424Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T22:43:32.896Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T22:43:32.896Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T22:43:32.896Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T22:43:32.896Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T22:43:32.896Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T22:43:32.896Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T22:43:32.896Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T22:43:32.896Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPortList [2022-03-05T22:43:32.896Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T22:43:32.896Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T22:43:36.543Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T22:43:36.543Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T22:43:36.543Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T22:43:36.543Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T22:43:36.543Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T22:43:36.543Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:43:36.543Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T22:43:40.263Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T22:43:41.586Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.586Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T22:43:41.586Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T22:43:41.587Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T22:43:44.929Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T22:43:44.929Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T22:43:44.929Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T22:43:49.596Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T22:43:49.596Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T22:43:49.596Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T22:43:49.596Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T22:43:49.596Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T22:43:49.596Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:43:49.596Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T22:43:50.325Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T22:43:50.325Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T22:43:50.325Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T22:44:04.430Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T22:44:04.430Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T22:44:04.886Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T22:44:04.886Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:44:04.886Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T22:44:05.276Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T22:44:05.276Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T22:44:05.276Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T22:44:05.342Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T22:44:05.342Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T22:44:05.799Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T22:44:09.524Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T22:44:09.524Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T22:44:14.219Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T22:44:14.675Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T22:44:15.131Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T22:44:15.131Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T22:44:15.131Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T22:44:26.568Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T22:44:27.484Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T22:44:27.484Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:44:27.484Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T22:44:27.484Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T22:44:27.484Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T22:44:27.484Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T22:44:27.484Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T22:44:39.837Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T22:44:39.837Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T22:44:39.837Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T22:44:54.712Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T22:44:54.712Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T22:44:54.712Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite (3118.46s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.89s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (93.09s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-03-05T22:44:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.21s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T22:44:54.712Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.74s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.86s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.70s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (102.17s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (8.00s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (6.15s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.23s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.04s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.35s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.21s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.90s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.95s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.86s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.93s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.76s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.48s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.48s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.06s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.46s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.65s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddTar (44.51s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.35s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.13s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.55s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.87s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.62s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.33s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.77s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.16s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.74s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.43s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.14s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.79s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.47s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.80s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.91s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.23s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCmd (0.78s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.73s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.71s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (8.05s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.77s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.57s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.63s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.25s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.19s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.12s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.93s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.37s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (46.37s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.87s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.75s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.62s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.72s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.51s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.06s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.25s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.07s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.34s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.15s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.27s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignore (66.68s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (8.21s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (73.03s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.19s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.11s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.47s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.99s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.69s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.33s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.22s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (102.58s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.61s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.74s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.46s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.72s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (8.05s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.41s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.72s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.99s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.29s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.79s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.79s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T22:44:54.713Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildFails (3.68s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.53s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.54s) [2022-03-05T22:44:54.713Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.65s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.88s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.71s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.91s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.78s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.29s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildHistory (14.54s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.25s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.31s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.95s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.07s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabel (1.28s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.82s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.29s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.79s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.96s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.29s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.72s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.77s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (7.09s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.52s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.73s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (45.81s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.04s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (8.04s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.06s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.50s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (24.74s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.25s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.82s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.22s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.27s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.80s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.88s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.29s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.71s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.45s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.15s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.51s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.55s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (12.34s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.19s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.58s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.59s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.67s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (55.71s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.30s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildRm (18.45s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (5.22s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.80s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.33s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.28s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.23s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.65s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.09s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.84s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.19s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.76s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildStderr (6.52s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (28.10s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.63s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.74s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.67s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.51s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (6.00s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.71s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.13s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (29.53s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.18s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.94s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.52s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.22s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.81s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.58s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.06s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.54s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.70s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.43s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.53s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestCommitChange (6.78s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.30s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.82s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestCommitTTY (9.92s) [2022-03-05T22:44:55.172Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.26s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T22:44:55.172Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.98s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.12s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.56s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.67s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.63s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.29s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.72s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.71s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.27s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.54s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.68s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.56s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.35s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.88s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.96s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.63s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.49s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.69s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.35s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.40s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.61s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.17s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.13s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.42s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.40s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.42s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.41s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000427758_} (3.52s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11641594666_c:\foo_false____} (3.42s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11641594666_c:\foo_true____} (3.50s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.51s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.77s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.76s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.83s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.87s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.77s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.35s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.85s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpToDot (3.78s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCpToStdout (3.74s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateArgs (0.26s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.41s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.60s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.29s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.97s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateRM (0.52s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.26s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.52s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.51s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.65s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.86s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.65s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.22s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.82s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.74s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.86s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.70s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsCopy (7.11s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.98s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.57s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.99s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.99s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.28s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.18s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFilters (7.23s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFormat (7.30s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsRename (3.85s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsResize (34.08s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.57s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.37s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.09s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.44s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.60s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.56s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.37s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.21s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.81s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.41s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.63s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.27s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecInspectID (6.30s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.59s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.37s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.88s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.69s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.64s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.76s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.78s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.47s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.82s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.41s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.36s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.69s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.87s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.29s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-05T22:44:55.173Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-05T22:44:55.173Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.56s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.54s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.54s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.52s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectDefault (3.50s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectHistory (6.26s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.53s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.33s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.64s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.76s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.72s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectStatus (4.42s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.96s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.28s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.49s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.29s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.62s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.53s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.63s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.04s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.65s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.55s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.89s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.56s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.69s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.09s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.90s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.83s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.24s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.75s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.56s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.32s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsSince (10.16s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsTail (3.97s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.64s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.58s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (7.22s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (7.09s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsByOrder (15.49s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersBase (15.53s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (21.42s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.39s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.28s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.09s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.82s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.82s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.69s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.34s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.05s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.34s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.76s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.22s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.33s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.33s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.98s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.35s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.55s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.38s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (20.26s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.42s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.94s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.22s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (7.25s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.36s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (6.14s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiTag (0.77s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.77s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (24.08s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (4.00s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.99s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.52s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.39s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (7.36s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.65s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.67s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.60s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.54s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunBindMounts (7.35s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.55s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.78s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.26s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.57s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.65s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.64s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.51s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.28s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.15s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.62s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.54s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.37s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.41s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunExitCode (3.47s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.44s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.53s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.53s) [2022-03-05T22:44:55.174Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T22:44:55.174Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.97s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.94s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.85s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.65s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.45s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.46s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.52s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.34s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.70s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.32s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.20s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.79s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.28s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunRm (3.59s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.57s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.59s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.56s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.22s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.60s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.47s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.80s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.05s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.04s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.10s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.40s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.35s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.53s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (7.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (10.43s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.68s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.45s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.46s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.10s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.45s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.85s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.42s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (7.24s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.35s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.29s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.73s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.43s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.46s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.46s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.49s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.20s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.43s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.31s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.25s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.25s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.22s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.95s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.35s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.36s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.74s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.76s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.98s) [2022-03-05T22:44:55.175Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T22:44:55.175Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.88s) [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.175Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T22:44:55.175Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T22:44:55.176Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.17s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T22:44:55.176Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T22:44:55.176Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T22:44:55.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T22:44:55.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T22:44:55.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T22:44:55.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T22:44:55.176Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerDaemonSuite [2022-03-05T22:44:55.176Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T22:44:55.176Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T22:44:55.176Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T22:44:55.176Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerSwarmSuite [2022-03-05T22:44:55.176Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-05T22:44:55.176Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T22:44:55.176Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerNetworkSuite [2022-03-05T22:44:55.176Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-05T22:44:55.176Z] === RUN TestDockerHubPullSuite [2022-03-05T22:44:55.176Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-05T22:44:55.176Z] PASS [2022-03-05T22:44:55.176Z] ok github.com/docker/docker/integration-cli 3118.932s [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === Skipped [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T22:44:55.176Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.21s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.21s) [2022-03-05T22:44:55.176Z] [2022-03-05T22:44:55.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T22:44:55.176Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.176Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.177Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T22:44:55.177Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-03-05T22:44:55.177Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T22:44:55.177Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T22:44:55.177Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-05T22:44:55.177Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T22:44:55.177Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T22:44:55.177Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T22:44:55.177Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-05T22:44:55.634Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.04s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.04s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.55s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.55s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-05T22:44:55.634Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T22:44:55.634Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T22:44:55.634Z] [2022-03-05T22:44:55.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T22:44:55.634Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-05T22:44:55.635Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-05T22:44:55.635Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-05T22:44:55.635Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-05T22:44:55.635Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T22:44:55.635Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T22:44:55.635Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T22:44:55.635Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T22:44:55.635Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.635Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T22:44:55.635Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T22:44:55.636Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T22:44:55.636Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T22:44:55.636Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.636Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T22:44:55.636Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T22:44:55.637Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T22:44:55.637Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T22:44:55.637Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T22:44:55.637Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T22:44:55.637Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T22:44:55.637Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T22:44:55.637Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T22:44:55.637Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T22:44:55.637Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T22:44:55.637Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T22:44:55.637Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T22:44:55.637Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.637Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T22:44:55.637Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.04s) [2022-03-05T22:44:55.638Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.04s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T22:44:55.638Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T22:44:55.638Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T22:44:55.638Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.638Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T22:44:55.638Z] [2022-03-05T22:44:55.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T22:44:55.638Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T22:44:55.639Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.639Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T22:44:55.639Z] [2022-03-05T22:44:55.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T22:44:55.640Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.640Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T22:44:55.640Z] [2022-03-05T22:44:55.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-05T22:44:55.640Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T22:44:55.640Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-05T22:44:55.640Z] [2022-03-05T22:44:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T22:44:56.098Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.098Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T22:44:56.098Z] [2022-03-05T22:44:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T22:44:56.098Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.098Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T22:44:56.098Z] [2022-03-05T22:44:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-05T22:44:56.098Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.098Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-05T22:44:56.098Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.05s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.05s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.04s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.04s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.099Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-05T22:44:56.099Z] [2022-03-05T22:44:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T22:44:56.099Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T22:44:56.100Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.17s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.17s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T22:44:56.100Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T22:44:56.100Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-05T22:44:56.101Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] DONE 1088 tests, 544 skipped in 3131.708s [2022-03-05T22:44:56.101Z] INFO: Integration tests ended at 03/05/2022 22:44:55. Duration:00:52:11.8800966 [2022-03-05T22:44:56.101Z] INFO: Docker info of the daemon under test at end of run [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] Containers: 2 [2022-03-05T22:44:56.101Z] Running: 0 [2022-03-05T22:44:56.101Z] Paused: 0 [2022-03-05T22:44:56.101Z] Stopped: 2 [2022-03-05T22:44:56.101Z] Images: 18 [2022-03-05T22:44:56.101Z] Server Version: 0.0.0-dev [2022-03-05T22:44:56.101Z] Storage Driver: windowsfilter [2022-03-05T22:44:56.101Z] Windows: [2022-03-05T22:44:56.101Z] Logging Driver: json-file [2022-03-05T22:44:56.101Z] Plugins: [2022-03-05T22:44:56.101Z] Volume: local [2022-03-05T22:44:56.101Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T22:44:56.101Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T22:44:56.101Z] Swarm: inactive [2022-03-05T22:44:56.101Z] Default Isolation: process [2022-03-05T22:44:56.101Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T22:44:56.101Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T22:44:56.101Z] OSType: windows [2022-03-05T22:44:56.101Z] Architecture: x86_64 [2022-03-05T22:44:56.101Z] CPUs: 4 [2022-03-05T22:44:56.101Z] Total Memory: 32GiB [2022-03-05T22:44:56.101Z] Name: azwin-2-94b260 [2022-03-05T22:44:56.101Z] ID: TN2U:224S:KACY:Q2Z5:GNL2:OVFY:ZBRF:HL5J:W2A5:XRXD:UFTG:IY2W [2022-03-05T22:44:56.101Z] Docker Root Dir: D:\CI\PR-43334\2\daemon [2022-03-05T22:44:56.101Z] Debug Mode (client): false [2022-03-05T22:44:56.101Z] Debug Mode (server): true [2022-03-05T22:44:56.101Z] File Descriptors: -1 [2022-03-05T22:44:56.101Z] Goroutines: 46 [2022-03-05T22:44:56.101Z] System Time: 2022-03-05T22:44:55.9012323Z [2022-03-05T22:44:56.101Z] EventsListeners: 0 [2022-03-05T22:44:56.101Z] Registry: https://index.docker.io/v1/ [2022-03-05T22:44:56.101Z] Labels: [2022-03-05T22:44:56.101Z] Experimental: false [2022-03-05T22:44:56.101Z] Insecure Registries: [2022-03-05T22:44:56.101Z] 127.0.0.0/8 [2022-03-05T22:44:56.101Z] Live Restore Enabled: false [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] [2022-03-05T22:44:56.101Z] INFO: Stopping daemon under test [2022-03-05T22:44:56.557Z] SUCCESS: The process with PID 3604 (child process of PID 5484) has been terminated. [2022-03-05T22:44:56.557Z] SUCCESS: The process with PID 5484 (child process of PID 4116) has been terminated. [2022-03-05T22:44:56.557Z] INFO: Stop tailing logs of the daemon under tests [2022-03-05T22:44:56.557Z] INFO: executeCI.ps1 Completed successfully at 03/05/2022 22:44:56. [2022-03-05T22:44:56.557Z] INFO: Tidying up at end of run [2022-03-05T22:44:56.557Z] INFO: Saving daemon under test log (d:\CI\PR-43334\2\dut.out) to bundles\CIDUT.out [2022-03-05T22:44:56.557Z] INFO: Saving daemon under test log (d:\CI\PR-43334\2\dut.err) to bundles\CIDUT.err [2022-03-05T22:44:56.557Z] INFO: Saving containerd logs to bundles [2022-03-05T22:44:56.557Z] INFO: Nuke-Everything... [2022-03-05T22:44:56.760Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T22:44:56.760Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T22:44:56.760Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T22:44:56.760Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T22:44:57.014Z] INFO: Container count on control daemon to delete is 2 [2022-03-05T22:44:57.014Z] 4183f1b5ed2e [2022-03-05T22:44:57.014Z] 503f0c508c4b [2022-03-05T22:44:57.469Z] INFO: Tidying pidfile d:\CI\PR-43334\2\docker.pid [2022-03-05T22:44:57.469Z] INFO: Killing containerd with PID 4792 [2022-03-05T22:44:57.469Z] INFO: Nuking d:\CI [2022-03-05T22:45:18.029Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T22:45:25.209Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T22:45:27.464Z] INFO: Zapped successfully [2022-03-05T22:45:27.464Z] [2022-03-05T22:45:27.464Z] INFO: executeCI.ps1 exiting at Sat Mar 5 22:45:23 CUT 2022. Duration 01:20:48.1133134 [2022-03-05T22:45:27.464Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-05T22:45:27.706Z] Recording test results [2022-03-05T22:45:30.627Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-05T22:45:32.743Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-05T22:45:35.120Z] Archiving artifacts [2022-03-05T22:45:46.537Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T22:45:48.716Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T22:45:49.636Z] + make clean [2022-03-05T22:45:50.600Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T22:45:50.600Z] docker-dev-cache [2022-03-05T22:45:50.600Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T22:45:53.706Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T22:45:53.706Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T22:45:53.706Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T22:45:53.706Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T22:45:53.706Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T22:46:02.472Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T22:46:02.472Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T22:46:02.472Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T22:46:02.472Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T22:46:02.472Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T22:46:02.472Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T22:46:02.472Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T22:46:02.472Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T22:46:02.472Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T22:46:17.429Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T22:46:17.429Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T22:46:17.429Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T22:46:18.416Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T22:46:18.416Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T22:46:18.416Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T22:46:20.019Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T22:46:21.010Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T22:46:21.010Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T22:46:21.010Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T22:46:29.698Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T22:46:36.892Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T22:46:41.658Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T22:47:17.658Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T22:47:17.658Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T22:47:17.658Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T22:47:28.097Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T22:47:28.097Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T22:47:28.582Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T22:47:30.156Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T22:47:38.872Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T22:47:51.390Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T22:47:51.390Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T22:47:51.390Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T22:48:00.065Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T22:48:00.065Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T22:48:00.065Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T22:48:30.209Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T22:48:35.039Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T22:48:36.611Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T22:48:51.563Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T22:49:06.608Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T22:49:27.906Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T22:49:36.692Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T22:49:37.166Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T22:49:41.931Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T22:50:17.904Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T22:50:35.762Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T22:50:46.208Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T22:50:48.477Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T22:50:48.477Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T22:50:52.287Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T22:50:52.287Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T22:50:52.287Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T22:50:52.287Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T22:50:52.287Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T22:51:00.964Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T22:51:06.883Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T22:51:15.567Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T22:51:26.018Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T22:51:29.040Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T22:51:29.040Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T22:51:37.773Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T22:51:37.773Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T22:51:42.550Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T22:51:42.550Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T22:51:42.550Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T22:51:48.430Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T22:51:48.430Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T22:51:48.901Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T22:51:48.901Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T22:51:48.901Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T22:51:52.701Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T22:51:52.701Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T22:51:57.480Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T22:52:02.246Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T22:52:06.055Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T22:52:06.055Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T22:52:06.055Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T22:52:06.055Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T22:52:06.055Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T22:52:06.055Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T22:52:06.055Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T22:52:16.494Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T22:52:16.494Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T22:52:16.494Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T22:52:16.494Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T22:52:16.494Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T22:52:16.494Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T22:52:16.494Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T22:52:16.494Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T22:52:16.494Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T22:52:19.464Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T22:52:29.924Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T22:52:29.924Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T22:52:29.924Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T22:52:29.924Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T22:52:29.924Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T22:52:29.925Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T22:52:29.925Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T22:52:29.925Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T22:52:29.925Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T22:52:29.925Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T22:52:29.925Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T22:52:29.925Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T22:52:29.925Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T22:52:34.692Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T22:52:34.692Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T22:52:34.692Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T22:52:34.692Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T22:52:34.692Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T22:52:34.692Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T22:52:45.146Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T22:52:48.110Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T22:52:48.110Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T22:52:48.580Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T22:52:53.346Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T22:52:53.346Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T22:52:53.346Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T22:52:53.346Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T22:52:53.346Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T22:52:53.346Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T22:52:53.346Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T22:52:57.147Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T22:53:01.926Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T22:53:06.710Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T22:53:11.500Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T22:53:11.500Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T22:53:11.500Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T22:53:11.500Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T22:53:11.500Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T22:53:11.500Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T22:53:11.500Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T22:53:11.500Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T22:53:11.500Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T22:53:11.500Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T22:53:11.500Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T22:53:11.970Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T22:53:11.970Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T22:53:11.970Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T22:53:11.970Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T22:53:11.970Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T22:53:33.232Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T22:53:33.232Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T22:53:33.232Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T22:53:33.232Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T22:53:33.232Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T22:53:33.704Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T22:53:33.704Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T22:53:33.704Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T22:53:33.704Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T22:53:33.704Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T22:53:33.704Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:53:33.705Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T22:53:51.621Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T22:53:51.621Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T22:53:51.621Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T22:53:54.581Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T22:53:54.581Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T22:53:54.581Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T22:53:54.581Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T22:53:54.581Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T22:53:54.581Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T22:53:54.581Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T22:53:54.581Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T22:53:55.052Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T22:53:55.052Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T22:54:10.022Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T22:54:10.022Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T22:54:10.022Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T22:54:10.022Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T22:54:10.022Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T22:54:10.022Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T22:54:10.022Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T22:54:24.990Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T22:54:32.174Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T22:54:32.174Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T22:54:33.745Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T22:54:37.549Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T22:54:42.314Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T22:54:43.306Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T22:54:47.109Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T22:54:47.579Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T22:54:47.579Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T22:54:47.579Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T22:54:47.579Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T22:54:47.579Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T22:54:47.579Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T22:54:47.579Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T22:54:47.579Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T22:54:47.579Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T22:54:47.579Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T22:54:47.579Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T22:54:48.050Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T22:54:48.051Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T22:54:48.051Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T22:54:48.051Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T22:54:48.051Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T22:54:53.927Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T22:54:53.927Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T22:54:53.927Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T22:54:53.927Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T22:54:53.927Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T22:54:53.927Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T22:54:53.927Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T22:54:53.928Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T22:54:53.928Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T22:54:54.397Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T22:54:54.397Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T22:55:15.671Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T22:55:15.671Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T22:55:15.671Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T22:55:17.898Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T22:55:26.587Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T22:55:35.262Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T22:55:39.065Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T22:55:43.835Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T22:55:48.603Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T22:55:48.603Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T22:55:48.603Z] === RUN TestDockerSuite/TestRunState [2022-03-05T22:55:48.603Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T22:55:48.603Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T22:55:53.379Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T22:55:53.379Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T22:55:53.379Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T22:55:56.339Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T22:55:56.340Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T22:55:56.818Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T22:55:56.818Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T22:55:56.818Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T22:55:57.288Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T22:55:57.288Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T22:55:57.288Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T22:55:57.288Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.463Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T22:56:04.463Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.939Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T22:56:04.939Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T22:56:04.939Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T22:56:09.702Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T22:56:09.702Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T22:56:09.702Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T22:56:13.505Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T22:56:13.505Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T22:56:13.505Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T22:56:13.505Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T22:56:13.505Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T22:56:19.397Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T22:56:31.913Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T22:56:40.594Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T22:56:53.106Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T22:56:53.106Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T22:56:53.106Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T22:56:53.106Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T22:56:58.992Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T22:57:02.806Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T22:57:07.589Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T22:57:07.589Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T22:57:07.589Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T22:57:07.589Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T22:57:07.589Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T22:57:07.589Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T22:57:07.589Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T22:57:16.275Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T22:57:18.581Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T22:57:23.352Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T22:57:38.319Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T22:57:38.319Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T22:57:38.319Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T22:57:38.319Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T22:57:38.319Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T22:57:38.319Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T22:57:38.319Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T22:57:39.897Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T22:57:40.367Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T22:57:40.837Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T22:57:41.309Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T22:57:43.532Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T22:57:43.532Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T22:57:48.295Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T22:57:52.101Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T22:57:55.902Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T22:57:55.902Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T22:57:55.902Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T22:58:10.857Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T22:58:10.857Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T22:58:10.857Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T22:58:18.040Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T22:58:18.040Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T22:58:18.040Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T22:58:18.040Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T22:58:18.511Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T22:58:18.511Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T22:58:18.511Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T22:58:18.511Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T22:58:18.511Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T22:58:28.964Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T22:58:28.964Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T22:58:28.964Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T22:58:28.964Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T22:58:28.964Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T22:58:28.964Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T22:58:28.964Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T22:58:33.730Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T22:58:37.535Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T22:58:37.535Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T22:58:37.535Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T22:58:42.302Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T22:58:42.302Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T22:58:42.302Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T22:58:42.302Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T22:58:42.302Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T22:58:42.302Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T22:58:42.302Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T22:58:42.302Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T22:58:42.302Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T22:58:42.303Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T22:58:42.303Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T22:58:42.303Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:58:42.303Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T22:59:00.152Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T22:59:00.152Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T22:59:04.927Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T22:59:05.399Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T22:59:11.278Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T22:59:11.749Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T22:59:12.744Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T22:59:13.214Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T22:59:13.683Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T22:59:34.952Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T22:59:34.952Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T22:59:34.952Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T22:59:34.952Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T22:59:35.421Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T22:59:35.421Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T22:59:35.421Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T22:59:53.272Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T22:59:53.744Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T22:59:54.214Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T23:00:19.532Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T23:00:19.532Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T23:00:19.532Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite (4095.32s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.08s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.37s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (1.08s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.40s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (127.48s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.15s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.77s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.41s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (8.53s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.56s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.09s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (144.92s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.22s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (9.43s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (6.63s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.33s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.04s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.41s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.59s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.86s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.39s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.09s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (4.41s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (17.77s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (8.14s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.79s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.08s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (4.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.56s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (12.16s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.78s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddTar (62.05s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.07s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (1.09s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (36.80s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (2.20s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBlankName (1.46s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (11.24s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.29s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (8.04s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (15.52s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (14.10s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.16s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (12.53s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (10.28s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.07s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.90s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (50.31s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (7.39s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.14s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (1.17s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (2.82s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.50s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (2.76s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.09s) [2022-03-05T23:00:20.002Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.26s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.52s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCmd (1.04s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (1.04s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.98s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.99s) [2022-03-05T23:00:20.002Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.73s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (2.11s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.74s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.77s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.98s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.99s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.06s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.43s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (1.38s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.97s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (50.38s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.61s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.47s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (9.53s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (1.10s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (1.15s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.07s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.80s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.07s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (38.31s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (1.23s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (1.38s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (31.66s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (3.67s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (2.19s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (6.15s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.82s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.08s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignore (88.19s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (9.32s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (1.13s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (119.38s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (3.61s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (2.52s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (36.14s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (22.83s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (25.67s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (56.52s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (26.85s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (22.51s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (153.91s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (1.22s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (1.05s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.87s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.64s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.83s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.91s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.70s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.61s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (7.58s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.09s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.04s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (6.14s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.06s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.63s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (7.26s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (24.86s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (1.04s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.11s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.07s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.04s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFails (3.33s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.19s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.52s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.51s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildForceRm (15.47s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFromGit (13.88s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (2.61s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (9.30s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.19s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.85s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (17.93s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.07s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildHistory (19.05s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.60s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.91s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.07s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.72s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.23s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.71s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabel (1.53s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (1.08s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.75s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.95s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabels (1.58s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.55s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (9.27s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.17s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.12s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.20s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.16s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.15s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.86s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.29s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (7.38s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (32.87s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.86s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (56.61s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.14s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.77s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.10s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.58s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (25.99s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (16.37s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (1.16s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T23:00:20.003Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.77s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.87s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.29s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.60s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.26s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.89s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.80s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (2.16s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildOnBuild (18.55s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (3.19s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (18.11s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.27s) [2022-03-05T23:00:20.003Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (13.45s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (8.69s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (7.32s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (2.36s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.79s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (64.84s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (37.24s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildRm (24.60s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (6.45s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.11s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (1.13s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.86s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.71s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.70s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.89s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (31.05s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (2.38s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (1.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (16.08s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (8.45s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildStderr (7.66s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (28.23s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.99s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (5.05s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (2.51s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildTagEvent (7.70s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.93s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildUser (0.06s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.07s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (6.53s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.95s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.43s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (32.53s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (2.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (13.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.05s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (1.18s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.51s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.45s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (18.55s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWithTabs (7.78s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (1.23s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (23.27s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (1.08s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (1.07s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.90s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (12.24s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (3.31s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestBuildXZHost (1.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.07s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.06s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.83s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (7.33s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCommitChange (7.46s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.99s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCommitNewFile (14.65s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCommitTTY (14.50s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (7.11s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICommit (14.52s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (15.11s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.05s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.46s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.69s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.60s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.94s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.40s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.57s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.41s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.56s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.23s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.37s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.11s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.41s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.64s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.82s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.74s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.51s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.37s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.99s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.04s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.34s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (44.43s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.72s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (8.46s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (8.62s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.25s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000ab2690_} (8.47s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11409267964_c:\foo_false____} (8.47s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11409267964_c:\foo_true____} (3.38s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (8.59s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.05s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpGarbagePath (8.20s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.11s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpRelativePath (4.00s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.31s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpToCaseB (8.70s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.01s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpToCaseH (17.61s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpToDot (3.60s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCpToStdout (3.68s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-05T23:00:20.475Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-05T23:00:20.475Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.39s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateArgs (0.41s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.62s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.93s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.40s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.22s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (1.34s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateLabels (0.42s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateRM (0.65s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.27s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.54s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (15.56s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.52s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (1.60s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.48s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.27s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.85s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestDockerFails (0.14s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.04s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (8.13s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.39s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.40s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (16.55s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsCopy (7.86s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.83s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.28s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.45s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.63s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.36s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.52s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFilters (6.72s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFormat (6.92s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.15s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.16s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.25s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsRename (3.20s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsResize (9.25s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.65s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.87s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (10.49s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsUntag (2.90s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.41s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.10s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.27s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.18s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.47s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.70s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.85s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.08s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.51s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecInspectID (5.95s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.98s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.21s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (10.93s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.04s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.86s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.25s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.51s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.03s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.26s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.13s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.13s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.12s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (7.89s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.12s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.14s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.15s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.57s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (1.18s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.91s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.16s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (3.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.46s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (3.88s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (4.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesFormat (0.50s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.67s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.16s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImportBadURL (0.16s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T23:00:20.476Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.11s) [2022-03-05T23:00:20.476Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.12s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.10s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.45s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.15s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.86s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.29s) [2022-03-05T23:00:20.947Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.33s) [2022-03-05T23:00:20.947Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectDefault (3.18s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectHistory (7.66s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.86s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.05s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.27s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.20s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.57s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.18s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.37s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectStatus (4.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.70s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.10s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.36s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.35s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.83s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.61s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.51s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.12s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.16s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.92s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.01s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (7.31s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.55s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.56s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.12s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (13.80s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (16.60s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (15.79s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.61s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.70s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (9.45s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (4.48s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsSince (11.84s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsTail (5.39s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsTimestamps (4.74s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestLogsWithDetails (4.51s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.05s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.06s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestNetHostname (0.08s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.05s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.22s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.06s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.05s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPortList (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.34s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (8.13s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsByOrder (15.33s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersBase (19.86s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (28.40s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.67s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (21.13s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (9.48s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (19.30s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.89s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.19s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (9.19s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPsShowMounts (14.17s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.81s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.48s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.81s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (8.13s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (4.58s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (34.15s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (11.63s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.56s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.45s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.68s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.38s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (12.66s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (8.18s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiBlank (0.17s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.67s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (29.11s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (5.73s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.58s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (13.63s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (15.61s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (20.56s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (9.21s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiTag (1.64s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (4.67s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (34.32s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (18.77s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (10.87s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (2.46s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.76s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.04s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (8.43s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (5.50s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (9.14s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (9.23s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (4.18s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.16s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunBindMounts (8.55s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (4.56s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (6.06s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.08s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.90s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (4.46s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (4.51s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (4.16s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunCreateVolume (9.08s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (3.98s) [2022-03-05T23:00:20.948Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (10.48s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.04s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-05T23:00:20.948Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (4.48s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.26s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (9.21s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunEchoStdout (4.37s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunEntrypoint (4.36s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunExitCode (4.46s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (4.76s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (4.69s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (4.71s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunExposePort (0.15s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (21.43s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.17s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (17.86s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (3.26s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunMount (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (13.37s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (14.54s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (8.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.75s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.35s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (4.20s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (4.25s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.37s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.90s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (6.12s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (19.07s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunRm (4.52s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunRmAndWait (7.83s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (9.35s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (4.29s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.33s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (4.95s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (4.08s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (3.84s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.04s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.45s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.16s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-05T23:00:20.949Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (7.09s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.04s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-05T23:00:20.949Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunUserDefaults (4.29s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (4.18s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (5.92s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.79s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (8.73s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (11.71s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.26s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (5.59s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (4.33s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (4.45s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.15s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.17s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.04s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.04s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (7.76s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (3.30s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (4.34s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (13.19s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.04s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.91s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.51s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.50s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.62s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSearchWithLimit (2.25s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (12.37s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (4.08s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (4.12s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (4.13s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (14.50s) [2022-03-05T23:00:21.418Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-05T23:00:21.418Z] --- PASS: TestDockerSuite/TestStartAttachSilent (7.73s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.38s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.19s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.48s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.16s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.68s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.34s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.46s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.76s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.62s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.32s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLILs (4.85s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.17s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (5.81s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.95s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.92s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.18s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.45s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (19.98s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.05s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (1.41s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.49s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (17.54s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.73s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.68s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (22.59s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.84s) [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T23:00:21.419Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] --- PASS: TestDockerRegistrySuite (0.72s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T23:00:21.419Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T23:00:21.419Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.419Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T23:00:21.419Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T23:00:21.420Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T23:00:21.420Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T23:00:21.420Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T23:00:21.420Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T23:00:21.420Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T23:00:21.420Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T23:00:21.420Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T23:00:21.420Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T23:00:21.420Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.420Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T23:00:21.420Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.420Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T23:00:21.420Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.420Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T23:00:21.890Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T23:00:21.890Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T23:00:21.890Z] === RUN TestDockerDaemonSuite [2022-03-05T23:00:21.890Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T23:00:21.890Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T23:00:21.890Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T23:00:21.890Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T23:00:21.890Z] === RUN TestDockerSwarmSuite [2022-03-05T23:00:21.890Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-05T23:00:21.890Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T23:00:21.890Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T23:00:21.890Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-05T23:00:21.890Z] === RUN TestDockerNetworkSuite [2022-03-05T23:00:21.890Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-05T23:00:21.890Z] === RUN TestDockerHubPullSuite [2022-03-05T23:00:21.890Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-05T23:00:21.890Z] PASS [2022-03-05T23:00:21.890Z] ok github.com/docker/docker/integration-cli 4097.072s [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === Skipped [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-05T23:00:21.890Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T23:00:21.890Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T23:00:21.890Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T23:00:21.890Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T23:00:21.890Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T23:00:21.890Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-05T23:00:21.890Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T23:00:21.890Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.890Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T23:00:21.890Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (1.22s) [2022-03-05T23:00:21.891Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.22s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.04s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.04s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.09s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.09s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.08s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.08s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.07s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.07s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (1.09s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (1.09s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (2.20s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (2.20s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.29s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.29s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.16s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.16s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.07s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.07s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.14s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.14s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (1.17s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (1.17s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.09s) [2022-03-05T23:00:21.891Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.09s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.06s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.06s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (1.10s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (1.10s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (1.15s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (1.15s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.07s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.07s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.07s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.07s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (1.38s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (1.38s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (1.13s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (1.13s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (1.05s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (1.05s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.09s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.09s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.04s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.04s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.06s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.06s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.11s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.11s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.07s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.07s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.04s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.04s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:21.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-03-05T23:00:21.891Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T23:00:21.891Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-03-05T23:00:21.891Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.07s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.07s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.07s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.07s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.17s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.17s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.12s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.12s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-05T23:00:22.363Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.363Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-05T23:00:22.363Z] [2022-03-05T23:00:22.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.11s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.11s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (1.13s) [2022-03-05T23:00:22.364Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (1.13s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.99s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.99s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.06s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildUser (0.06s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.07s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.07s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (1.18s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (1.18s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.45s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.45s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (1.08s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (1.08s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (1.07s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (1.07s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (1.03s) [2022-03-05T23:00:22.364Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestBuildXZHost (1.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.07s) [2022-03-05T23:00:22.364Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.07s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.06s) [2022-03-05T23:00:22.364Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.06s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.04s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.04s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T23:00:22.364Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-03-05T23:00:22.364Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.364Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T23:00:22.364Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.364Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T23:00:22.364Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.05s) [2022-03-05T23:00:22.365Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.05s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.365Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-05T23:00:22.365Z] [2022-03-05T23:00:22.365Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-05T23:00:22.365Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T23:00:22.839Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T23:00:22.839Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.04s) [2022-03-05T23:00:22.839Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.04s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T23:00:22.839Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-05T23:00:22.839Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T23:00:22.839Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T23:00:22.839Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-03-05T23:00:22.839Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T23:00:22.839Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.04s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.04s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T23:00:22.839Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.839Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-03-05T23:00:22.839Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.839Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-03-05T23:00:22.839Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T23:00:22.840Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T23:00:22.840Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T23:00:22.840Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T23:00:22.840Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-03-05T23:00:22.840Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T23:00:22.840Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T23:00:22.840Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T23:00:22.840Z] [2022-03-05T23:00:22.840Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T23:00:23.312Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.05s) [2022-03-05T23:00:23.312Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.05s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.06s) [2022-03-05T23:00:23.312Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.06s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.08s) [2022-03-05T23:00:23.312Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestNetHostname (0.08s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.05s) [2022-03-05T23:00:23.312Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.05s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.06s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.06s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.05s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.05s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPortList (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-05T23:00:23.312Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.19s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.19s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T23:00:23.312Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.04s) [2022-03-05T23:00:23.312Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.312Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.04s) [2022-03-05T23:00:23.312Z] [2022-03-05T23:00:23.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-03-05T23:00:23.312Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.04s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.04s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.04s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.04s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.04s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.04s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-05T23:00:23.313Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.313Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-05T23:00:23.313Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.08s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.08s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.04s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.782Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-03-05T23:00:23.782Z] [2022-03-05T23:00:23.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-03-05T23:00:23.782Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunMount (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.04s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T23:00:23.783Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T23:00:23.783Z] [2022-03-05T23:00:23.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-03-05T23:00:23.783Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.04s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.04s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-03-05T23:00:24.255Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.255Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-03-05T23:00:24.255Z] [2022-03-05T23:00:24.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-03-05T23:00:24.256Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-03-05T23:00:24.256Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-03-05T23:00:24.256Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-05T23:00:24.256Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-03-05T23:00:24.256Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.05s) [2022-03-05T23:00:24.256Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.05s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-05T23:00:24.256Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-03-05T23:00:24.256Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T23:00:24.256Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.256Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T23:00:24.256Z] [2022-03-05T23:00:24.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T23:00:24.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.729Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T23:00:24.729Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-05T23:00:24.730Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] DONE 1088 tests, 539 skipped in 4111.895s [2022-03-05T23:00:24.730Z] INFO: Integration tests ended at 03/05/2022 23:00:24. Duration:01:08:32.1822410 [2022-03-05T23:00:24.730Z] INFO: Docker info of the daemon under test at end of run [2022-03-05T23:00:24.730Z] [2022-03-05T23:00:24.730Z] Containers: 2 [2022-03-05T23:00:24.730Z] Running: 0 [2022-03-05T23:00:24.730Z] Paused: 0 [2022-03-05T23:00:24.730Z] Stopped: 2 [2022-03-05T23:00:24.730Z] Images: 18 [2022-03-05T23:00:24.730Z] Server Version: 0.0.0-dev [2022-03-05T23:00:24.730Z] Storage Driver: windowsfilter [2022-03-05T23:00:24.730Z] Windows: [2022-03-05T23:00:24.730Z] Logging Driver: json-file [2022-03-05T23:00:24.730Z] Plugins: [2022-03-05T23:00:24.730Z] Volume: local [2022-03-05T23:00:24.730Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T23:00:24.730Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T23:00:24.730Z] Swarm: inactive [2022-03-05T23:00:24.730Z] Default Isolation: process [2022-03-05T23:00:24.730Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T23:00:24.730Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T23:00:24.730Z] OSType: windows [2022-03-05T23:00:24.730Z] Architecture: x86_64 [2022-03-05T23:00:24.730Z] CPUs: 4 [2022-03-05T23:00:24.730Z] Total Memory: 32GiB [2022-03-05T23:00:24.730Z] Name: azwin-2-01a980 [2022-03-05T23:00:24.730Z] ID: 3DRG:LOGI:3MXR:GSGV:KCST:UYAE:JAYR:RFTH:WS25:TR4T:MRF4:K2N5 [2022-03-05T23:00:24.730Z] Docker Root Dir: D:\CI\PR-43334\2\daemon [2022-03-05T23:00:24.730Z] Debug Mode (client): false [2022-03-05T23:00:24.730Z] Debug Mode (server): true [2022-03-05T23:00:24.730Z] File Descriptors: -1 [2022-03-05T23:00:24.730Z] Goroutines: 17 [2022-03-05T23:00:24.730Z] System Time: 2022-03-05T23:00:24.6244323Z [2022-03-05T23:00:24.730Z] EventsListeners: 0 [2022-03-05T23:00:24.730Z] Registry: https://index.docker.io/v1/ [2022-03-05T23:00:24.730Z] Labels: [2022-03-05T23:00:24.730Z] Experimental: false [2022-03-05T23:00:24.730Z] Insecure Registries: [2022-03-05T23:00:24.730Z] 127.0.0.0/8 [2022-03-05T23:00:24.730Z] Live Restore Enabled: false [2022-03-05T23:00:25.200Z] [2022-03-05T23:00:25.200Z] [2022-03-05T23:00:25.200Z] INFO: Stopping daemon under test [2022-03-05T23:00:25.200Z] SUCCESS: The process with PID 5536 (child process of PID 8104) has been terminated. [2022-03-05T23:00:25.200Z] SUCCESS: The process with PID 8104 (child process of PID 4032) has been terminated. [2022-03-05T23:00:25.200Z] INFO: Stop tailing logs of the daemon under tests [2022-03-05T23:00:25.200Z] INFO: executeCI.ps1 Completed successfully at 03/05/2022 23:00:24. [2022-03-05T23:00:25.200Z] INFO: Tidying up at end of run [2022-03-05T23:00:25.200Z] INFO: Saving daemon under test log (d:\CI\PR-43334\2\dut.out) to bundles\CIDUT.out [2022-03-05T23:00:25.200Z] INFO: Saving daemon under test log (d:\CI\PR-43334\2\dut.err) to bundles\CIDUT.err [2022-03-05T23:00:25.200Z] INFO: Saving containerd logs to bundles [2022-03-05T23:00:25.200Z] INFO: Nuke-Everything... [2022-03-05T23:00:25.670Z] INFO: Container count on control daemon to delete is 2 [2022-03-05T23:00:26.145Z] 4c5dc67dae9c [2022-03-05T23:00:26.145Z] 9d1e54d9f672 [2022-03-05T23:00:26.614Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-05T23:00:31.389Z] Deleted: sha256:6772955160a0eefb50b2b98fb231e9e061d178d77fc8107d10b58454a2669389 [2022-03-05T23:00:31.389Z] Deleted: sha256:27aea3254b301c20b8846bb35f3297713946cf2a9d5e0f721a051de224966eca [2022-03-05T23:00:31.389Z] INFO: Tidying pidfile d:\CI\PR-43334\2\docker.pid [2022-03-05T23:00:31.389Z] INFO: Nuking d:\CI [2022-03-05T23:02:28.193Z] INFO: Zapped successfully [2022-03-05T23:02:28.193Z] [2022-03-05T23:02:28.193Z] INFO: executeCI.ps1 exiting at Sat Mar 5 23:02:15 CUT 2022. Duration 01:37:52.8138670 [2022-03-05T23:02:28.193Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-05T23:02:28.444Z] Recording test results [2022-03-05T23:02:29.185Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-05T23:02:31.382Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-05T23:02:35.409Z] Archiving artifacts [2022-03-05T23:02:36.634Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43334/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T23:02:37.669Z] + make clean [2022-03-05T23:02:39.898Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T23:02:39.898Z] docker-dev-cache [2022-03-05T23:02:39.898Z] 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